简体   繁体   中英

Windows installer problem

Hi I've deveoped a windows 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM