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
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.