Windows doesn't actually use that uninstall string for MSI products - it just uses the ProductCode and calls the appropriate MSI API.
On the subject of whether an uninstall succeeds or not, if it doesn't you'll see an error and a rollback (although there's an assumption here that any of your uninstall custom actions return error results if it matters). I'm not a UI expert, but I believe there is a UI principle along the lines of "stop telling me when everything works all the time - just show me errors I need to see". So you don't get a messagebox saying "all your files were copied" when files are drag'n'dropped, just when something fails. The uninstall is treated the same way. I'd hate to be drowned in a sea of "Yes it worked ok" messages. Phil Wilson -----Original Message----- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: Friday, May 22, 2009 4:53 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Uninstaller screens Might be possible using a custom UninstallString in the registry. http://msdn.microsoft.com/en-us/library/aa372105.aspx How you would overwrite the generated one (msiexec /x [ProductCode]) written during the install process is a good question though. Might be possible using a Custom Action scheduled after RegisterProduct but I wouldn't bet the farm on it. Highly doubt you could do it using just a RegistryValue. Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: Rob Mensching [mailto:r...@wixtoolset.org] Sent: 22 May 2009 11:59 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Uninstaller screens I haven't seen anything like that in the MSI SDK, have you? kezhongseu wrote: > Hi, Rob, > > Can we change that? Is there a Property which could control which UI > mode to use for uninstallation? > > A small notification of whether the uninstall is successful or not may > make user feel better. > > /Kai > > Rob Mensching-2 wrote: > >> Nope, ARP runs the Windows Installer in basic mode when clicking the >> uninstall button. >> >> -----Original Message----- >> From: Thorpe, Alan [mailto:atho...@bottomline.com] >> Sent: Tuesday, January 13, 2009 05:52 >> To: General discussion for Windows Installer XML toolset. >> Subject: [WiX-users] Uninstaller screens >> >> Is it possible to have custom WiX uninstaller screens? For example, >> the user selects to uninstall a product and they get what appears to >> be the generic (and terse) MSI "Uninstalling" screen. Is it possible >> to present custom screens to the user when the uninstaller is running >> so they get a more "positive" feedback that the uninstall went >> smoothly and if they need to clean anything up manually? >> >> >> >> Thanks, >> >> Alan. >> ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users