Josh Einstein wrote:

I am using a CustomAction to launch ngen at the end of my installation but it’s not working correctly in Vista with UAC. If I invoke the command manually from the command prompt as the logged in user, it fails because ngen requires the admin token. So I don’t get any elevation prompts even if I run it manually. Is there a way to specify that the CustomAction needs to be elevated? I’ve tried impersonate=no but it doesn’t seem to help.

CAs need to be both deferred (@Execute="deferred") and non-impersonated (@Impersonate="no") to get the elevation prompt.

Could you switch to WiX v3? It has NGen support.
-- 
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