Re: [WiX-users] How to pass command line switch to exe package ?

2015-05-29 Thread Pierre-Alain GALTIER
InstallCommand=/silent / -Original Message- From: sunchunqiang [mailto:c...@commvault.com] Sent: jeudi 28 mai 2015 05:32 To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to pass command line switch to exe package ? How to pass command line switch, such as -silent, to exe package

Re: [WiX-users] How to pass command line switch to exe package ?

2015-05-29 Thread sunchunqiang
Thanks for your response. if silent switch is not present in the command line of burn, I don't want to pass /silent to the command line of the exe package. how to do that? -- View this message in context:

Re: [WiX-users] How to pass command line switch to exe package ?

2015-05-29 Thread Phill Hogland
The Engine.Command.Display object lets you know if your BA is running with or without a UI. see src\burn\inc\IBootstrapperApplicaiton.h near line 17 see src\burn\engine\core.cpp near line 854 An example in a managed BA is at: src\Setup\WixBA\WixBA.cs Run Method. One approach is to use the

[WiX-users] How to pass command line switch to exe package ?

2015-05-27 Thread sunchunqiang
How to pass command line switch, such as -silent, to exe package ? for example, setup.exe -silent how can I let exe packages know silent switch is set in the command line? Thanks! -- View this message in context: