Hi all -- I've been tinkering with Wix 3.6 (build 2719), and set up a test 
bundle which installs a .msi package.  I wanted the msi's user interface to be 
displayed, so I specified DisplayInternalUI="yes" in MsiPackage.  This all 
seems to work fine for installation.

On uninstallation I wanted to disable change/modify, so I specified 
DisableModify="yes" in the bundle.  When I go to uninstall the bundle, rather 
unexpectedly I see the Resume dialog.  The .msi uses the stock version found in 
Mondo, which apparently is shown on condition "Installed AND (RESUME OR 
Preselected)".

The Resume dialog is not shown if I simply run "msiexec /x msiFileName.msi" or 
do an uninstall of the MSI from Add/Remove Programs.  Is there something else I 
should be doing ?  It would be fine to run the uninstall silently, but we need 
to have the UI shown on installation.

Thanks for any advice or pointers !
-Rob

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to