dB. wrote:
I have an immediate custom action that requires elevation -- it tests whether a user has logon as a service privilege. That clearly requires elevation on Vista but from what I understand only deferred custom actions can be elevated.My installer requires admin privileges anyway since it installs services. How can I make my MSI elevate no-matter what from the start of any of the sequences?
Use a bootstrapper with an requireAdministrator manifest. MSI only supports elevation for deferred CAs.
-- sig://boB http://joyofsetup.com/
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

