I want to launch an EXE after completing the installation, so I wrote a custom launch condition like below:
I\'m completely new to Windows Installer, so please be gentle! I want some drivers to be installed when my customers installs my program. If the drivers already is installed, however, I want the inst
I need to set up a launch condition in my installer to prevent the user from running the MSI file directly unless they are running an uninstall. (All other types of install should be run from the boot
I look for a free launcher or bootstrapper that checks whether t开发者_如何学运维he .net framework is installed, and starts my app1.exe, or app2.exe if not. Alternatively a louncher that checks for th
In VS2008, how can I check whether 开发者_StackOverflow中文版a windows service is running int he launch condition? For details of how to Check that a service is running in Launch Conditions, see this
Is it possible to sequence a custom action before \"LaunchConditions\"? This is my custom action: <CustomAction