How to execute custom action only in install (not uninstall)

Add a condition on the action so it’s only triggered during installation, not uninstallation. Action run only during Install NOT Installed AND NOT PATCH Action runs during Install and repair NOT REMOVE Run on initial installation only: NOT Installed Run on initial install or when repair is selected. NOT Installed OR MaintenanceMode=”Modify” To only run … Read more

Windows Installer “Error 1308. Source file not found” when uninstalling patch in sequence scenario

I am still looking for a solution or at least some guidance, even though I agree that this is outside of normal good practices. – jJack 1 hour ago I don’t have access to my deployment tools, but I will try to provide a perspective. Since I don’t fully grasp all aspects of what you … Read more

Regarding silent installation using Setup.exe generated using Installshield 2013 (.issuite) project file

Short Answer UPDATE: is this your own suite? If so, you may be able to improve your silent running configuration specified in the suite settings to allow each embedded setup to run correctly in silent mode. The switch you are using to install silently is correct, but instead of trying to run the whole suite … Read more