I have a custom bootstrapper CustomBA and an AppSetup application.
I want AppSetup to appear in Add or Remove Programs, so I removed the name Bootstrapper. This ensures that it is not in the Add or Remove Programs.
I have a custom uninstaller for AppSetup, which is called from the program menu shortcut. However, this does not delete the Bootstrapper registry entry.
Should I add a custom action to delete the bootstrapper registry entry or is there a more direct approach?
windows-installer wix addremoveprograms burn bootstrapper
Ranjith venkatesh
source share