Hi All,

I've gotten evey thing working now.  Thanks for the help.

The only problem I see now is that I get a second file prompt when the 
uninstaller is run.  The uninstaller does it's thing and then the GUI 
switches back to my new Wix installer and completes the install of the 
new version but when I press Finish sometimes the dialog box saying "You 
app was successfully removed" from the run of the uninstaller is the 
last thing the user sees which will make users think it's just 
uninstalled itself when in fact the new version just installed.

The QuietUninstallString in the registry is exactly the same as the 
UninstallString  but with "/SILENT" appended and since the CustomAction 
also needs an ExeCommand I just placed the "/SILENT" part of the 
QuietUninstallString in that attribute in my WiX xml and use the 
UninstallString as my Property value.

Is there a way to do all this in the background without upsetting the 
flow of the WiX UI?

Thanks,

Jammer

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to