Yeah, my primary concern is ARP. So I've set ARPNOREMOVE and ARPNOREPAIR so that modify is the only option. That's invoking my normal UI, so that's more or less all I need. Thanks for the tip.
-J -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Juricic Sent: Tuesday, July 22, 2008 2:44 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Changing default UILevel for uninstall. I assumed you are talking about uninstalling via ARP. Otherwise the batch file with the following content works just fine in my daily testing: msiexec /x myproduct.msi /qf /lv*x .\install.log qf is for full UI and you can put product code instead of msi filename since you are not supposed to know where is installed/downloaded msi file. -----Original Message----- From: Joe Coplen [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2008 5:12 PM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Changing default UILevel for uninstall. The default UILevel for uninstall appears to be 3 (Basic). I need to run at UILevel 5 (Full) in all cases but 2 (None). I have tried adding a custom action to the InstallExecuteSequence that changes the UILevel property to 5 - checking the setup log, I can see my custom action runs and the UILevel property is successfully changed. However, my dialogs still don't appear. Does anyone have a good way of doing this? -J ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users