Jason Rivers wrote:
> How do I configure the system so that my setup.exe (which is a stub 
> that can launch a number of MSIs) is run when the user chooses to 
> uninstall my application? I've tried changing various UninstallString 
> registry entries but nothing seems to have any effect.

When Add/Remove Programs shows an entry for a product installed by MSI, 
it uses the MSI API to uninstall the product, not the UninstallString 
value. To invoke another setup.exe, you need to write the Uninstall key 
manually. See 
http://blogs.msdn.com/heaths/archive/tags/ARPSYSTEMCOMPONENT/default.aspx 
for a set of issues about doing so.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to