I am using wix to define a custom action:
<CustomAction Id='InstallMyDll'
          Directory='BINFOLDER'
          
ExeCommand='"[WindowsFolder]Microsoft.NET\Framework\v2.0.50727\installUtil.exe" 
/LogToConsole MyDll.dll'
          Execute='deferred'
          Impersonate='yes'
          Return='check'/>
 
It seems to work fine on one of my test machines (Windows 2003 SP2 standard 
64-bit), with the command executed as the user running install.  
However, on my 2nd test machine (Windows 2003 SP2 enterprise 32-bit) the 
command is executed as SYSTEM, and the install fails.
 
Any idea why impersonate=yes doesn't always run impersonated?  Is there some 
configuration setting that has to be enabled to allow this to work as defined? 
 
Thanks in advance.
 
-------------------------------------------------------------------------
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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to