Pregunta

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.

¿Fue útil?

Solución

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.

Otros consejos

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

http://www.installshield.com/

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top