c# - Need to install thirdparty software before my setup.exe installs in VS 2010 -
i have created setup.exe project. need add custom action where-in checks if given thirdparty software installed or not. if not install; proceed installation of thirdparty software install project setup. how do quickly.
c# used coding langauge , on windows os.
you may able use bootstrap manifest generator tool. it's way add own search , install of prerequisites beyond ones visual studio setups supply.
Comments
Post a Comment