On 12/19/13, 5:31 PM, Gerry Reno wrote:
> The relevant code section is:
> 
>     <Binary Id='CMDEXE' SourceFile='C:\WINDOWS\System32\cmd.exe' />
> 
>     <CustomAction Id='LaunchSetup' BinaryKey='CMDEXE'
>        Execute='deferred'
>        ExeCommand='/k "[INSTALLDIR]"/myprogram.exe' Return='asyncWait'
>     />

Assuming you are trying to run something legitimate, is there a reason
you are trying to wrap myprogram.exe execution with cmd.exe? You really
should just call myprogram.exe directly.

--
Edwin

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&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