开发者

Windows installer problem

Hi I've deveoped a windows开发者_如何学JAVA setup applicaiton using c#. When I try to install it in one of my friend's system it is asking about windows installer is not installed and .net framework also not installed messages.

How can I install those two things before I install my application. I want to integrate those values into my setup application. How is it possible?

Thank you


Your application is developed in .net runtime.So the target machine, on which you are trying to install your application, must have the basic required runtime installed. You can check if .net framework is installed or not from your installer class and accordingly you can prompt user to install prerequisites. Or else you can start installation from your installer by calling prerequisites executable.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜