Domanda

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.

È stato utile?

Soluzione

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.

Altri suggerimenti

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

http://www.installshield.com/

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top