They aren't exactly there, Burn strips off the parts of the command line
that it recognizes so the Command doesn't have "/s" it has "Display.None"
which has other aliases.

Marco, are you asking for the ability to get /h or /s?   Or are you using
those as examples of Burn automatically handling command line parameters?
If they're just examples and you want builtin support for the managed
BootstrapperApplication class to automatically parse the variables from the
command line and set them, then file a feature request at
http://wixtoolset.org/issues.

On Mon, Mar 2, 2015 at 6:08 PM, Rob Mensching <r...@firegiant.com> wrote:

> They are there. Off the top of my head, "/h" maps to InstallAction.Help
> and "/s" maps to "Display.Quiet". You can ignore the standard and make them
> mean whatever you want them to mean... although that's awfully weird and
> not at all recommended.
>
> _____________________________________________________________
>  Short replies here. Complete answers over there:
> http://www.firegiant.com/
>
> -----Original Message-----
> From: Marco Tognacci [mailto:mark...@live.it]
> Sent: Monday, March 2, 2015 3:53 PM
> To: WiX - users
> Subject: Re: [WiX-users] WiX Burn Command Line Options
>
> But the commands like /h or /s don't arrive in the Command parse function
> available in the BurnApplication as they are processed from the Base class
> and update the State of the application, for the variables defined in the
> Burn Bundle there is not a way or a special syntax for let the base class
> processing and updating the variables without the need for parsing the
> command lines (using the function of the Command object) For the variables
> the only way is to use the Command objects functions to parse each variable
> and set them, could you add a way for doing this by the Engine and Base
> class in the next version? (perhaps adding a parameter in the Burn Bundle
> variable)?
>
> Thanks
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to