Quinton Tormanen wrote:
> As you suggest, Bob, I found that the right button is being shown, but
> MSI isn't showing the shield. It appears to be because
> MsiRunningElevated being set in the MSI (c) section when in maintenance
> mode instead of MSI (s) like it is for the original install.
>   

Interesting. MSI doesn't require consent for all maintenance-mode 
installations. Repairs and feature removal, for example, run without 
consent. (The idea being that an admin already said it was OK to install 
these things.) Uninstalling the entire product does, however; I'm not 
sure why MSI doesn't show the shield. I suspect it's because it doesn't 
look at the button's Remove control event to see that it wants to remove 
all features. If you're curious enough, try setting the REMOVE property 
to ALL on the command line; I wonder if that would be enough to make MSI 
notice...

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



------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to