On Wed, Jul 17, 2013 at 8:15 AM, Dana Epp <d...@vulscan.com> wrote:

> <CustomAction Id="RegisterApp" BinaryKey="their-bho-registrator_exe"
> Execute
> ="deferred"
> ExeCommand='/install="[INSTALLFOLDER]$(var.Our.App.TargetFileName)"
> /privileges=admin /returnExitCode=false' Impersonate="yes" />
>

One reason why this CustomAction works from an elevated command prompt but
not from a non-elevated shell is that the CustomAction is scheduled outside
of the installation transaction (before InstallInitialize or after
InstallFinalize). All actions that occur outside the installation
transaction.




-- 
Edwin G. Castro
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&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