Hello,
 
The following CustomAction is execute when the installer is ran but the 
executable is not elevated to admin level. Why is the CA not elevated?
 
<CustomAction 
  Id="InstallXXX" 
  Impersonate="no"
  Directory="INSTALL_ROOT"
  ExeCommand='"[INSTALL_ROOT]bin\MyExe" --install'
  Execute="deferred"
  Return="ignore" />
 
<InstallExecuteSequence>
  <Custom Action="InstallXXX" Before="InstallFinalize">NOT Installed</Custom>
</InstallExecuteSequence>
 
Thank you
 
                                          
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to