That's difficult to do. If the EXE is marked as a GUI then it is never 
connected to the console it may or may not have been started from, and you will 
never see the text when launching it remotely. If it is instead marked as a 
Console then it will create a console window whenever it is double-clicked 
(which would be a bad user experience).
 
> Date: Thu, 3 Oct 2013 15:06:32 +0100
> From: br...@cran.org.uk
> To: wix-devs@lists.sourceforge.net
> Subject: [WiX-devs] Burn: changing the default behaviour when invalid 
> parameters are given
> 
> I've received a bug report that someone tried to remotely run an 
> installer with "/qn" instead of "/quiet" and was surprised when the 
> process never exited - of course it's because the full UI was being 
> displayed waiting for someone to click buttons. I was wondering if we 
> might want to change the default behaviour so that an error message gets 
> displayed on the console if parameters aren't recognised, instead of 
> ignoring them?
> 
> -- 
> Bruce Cran
> 
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-devs mailing list
> WiX-devs@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-devs
                                          
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to