On 12/20/13, 10:27 AM, Gerry Reno wrote:
> I not certain this will work.  It might with something like a .bat file since 
> the system knows that .bat files are
> executed by cmd.exe.
> 
> But what is there to tell the system that my exe requires being run by 
> cmd.exe?

Assuming that your exe is really a compiled executable, then the PE file
format of the exe itself tells windows whether it is a windows subsystem
executable or a "command line" subsystem executable (I'm forgetting the
actual terminology). Windows determines the subsystem to use when it
loads the exe just prior to execution.

--
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