Dana Gutride wrote:
> Is it possible to elevate a custom action that is called during the UI 
> sequence in Vista?  During my install, I'm doing prerequisite checks 
> during the UI sequence, a couple of them require administrative 
> privileges to complete.  I'm seeing some mixed information online 
> about this.  This link ( 
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/guidelines_for_packages.asp)
>  
> says that you can elevate custom actions in the InstallUISequence as 
> long as they are scheduled deferred.  That doesn't really make sense 
> to me as I thought you could only defer CA's in the 
> InstallExecuteSequence.  Any thoughts?
That doc hurts.<g> Yeah, almost everywhere it says InstallUISequence, it 
means InstallExecuteSequence. Only actions in InstallExecuteSequence can 
be deferred which means only they can be elevated. What do you need 
elevation to check?

-- 
sig://boB
http://bobs.org


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to