JosephLee wrote:
> I have the same problem. And now i have something even more serious. In my
> package, i have something out of the installer's control, just an service
> have registries self-registered. When I do an maintenance using the package,
> just like "Remove" action, but the UAC credentials won't prompt, 

That's by design: MSI doesn't require another elevation prompt in the 
case of repair, because it's not doing anything that hasn't already been 
approved. Adding or removing features does require elevation consent. If 
your custom actions are all appropriately deferred, no-impersonate after 
InstallInitialize and before InstallFinalize, MSI elevates them 
appropriately.

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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to