installationinstallshielduninstallationinstallshield-2015

How to Make a exe file run when user uninstall the application using InstallShield


I am New to InstallShield what i am trying to do is when the user Uninstall my application i want to run an exe to delete some file created by my application and uninstall a window service. I tried creating a custom action with condition REMOVE="ALL". Although i have no idea what this condition do.

Its so nice of you if anyone can provide some tutorial for InstallShield


Solution

  • If you are using Windows Installer's ServiceInstall, ServiceControl and RemoveFile tables (shown in InstallShield via the component advanced settings view ) you shouldn't need any custom actions.