Tony Juricic wrote:
> However, when uninstall is selected via ARP this causes uninstall to run
> at reduced (or basic, not sure) UI level, with no Wizard dialogs. I want
> full GUI level, instead. 
>
> What is the best way to accomplish that?
>   

Set the ARPNOREMOVE property to 1. That forces the user to go through 
the Change button to uninstall.

>    <CustomAction Id="MyCA_SetUI" Property="UILevel" Value="5"
> Execute="immediate"/>
>   

I doubt it'll work. Once the installation starts, UILevel is a read-only 
property. The user controls the UI level or, in this case, Windows does.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to