Question

I have created setup.exe for my project. But i need to add custom action where-in it checks if given thirdparty software is installed or not. If not install; proceed with installation of thirdparty software then install my project setup. How do i do it quickly.

C# is used as coding langauge and on Windows OS.

Was it helpful?

Solution

You may be able to use the Bootstrap Manifest Generator tool. It's way for you to add your own search and install of prerequisites beyond just the ones that Visual Studio setups supply.

OTHER TIPS

You can use InstallShield. It will let you customize your installation, check for third-party dependencies etc.

http://www.installshield.com/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top