Our company uses Flexera InstallShield 2012 (old, I know), and I am currently creating an InstallScript project. Everything is running nicely, the script does exactly what I want it to do.
However, I am currently in a pickle. InstallScript has the OnUninstall
built-in function that gets called when the Setup is being run with the -uninstall
flag. I have written my custom uninstall script to remove everything I install during the setup.
But apparently InstallScript
(or the Windows Installer) creates a different uninstaller for when you go to Programs and Functions -> Uninstall
in the Windows Control Panel.
Is there any way to manipulate this "default uninstaller" with InstallScript
?
If you need more information please comment and I will update this post.
Thank you!