Re: [WiX-users] Changing default UILevel for uninstall.

2008-07-22 Thread Joe Coplen
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

Re: [WiX-users] Changing default UILevel for uninstall.

2008-07-22 Thread Tony Juricic
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

Re: [WiX-users] Changing default UILevel for uninstall.

2008-07-22 Thread Tony Juricic
As Bob, of Joy of Setup fame, explained here once, there is no way to change the level used by ARP and UILevel is read-only during uninstall. However, you can add Change ARP option which would launch your authored Change dialog from which you can proceed to a full UI uninstall (or repair or the rea