That bug was about adding support to the wixstdba to parse the command-line
arguments passed via Command and convert them to variables automatically.
That bug was really a feature request and Bob fixed it when he added
support for the `Overridable` attribute to `Variable` element.

There is no scheme for handling standard installation folder today. Didn't
see enough common ground across installers to define that in Burn yet.

Definitely do not use "burn." in your names. Burn will eat all those. After
that, there aren't a lot of changes planned to the command-line to avoid
collisions outside of the "burn." "namespace". :)


On Tue, Apr 9, 2013 at 6:35 AM, ptr <ptrajku...@gmail.com> wrote:

> hey all
>
> In my managed bootstrapper I can get access to command line parameters via
> Command.GetCommandLineArgs().
>
> ParseCommandLine@src\burn\engine\core.cpp seems to parse lot of burn
> standard command line parameters and pass the rest to my BA. Is this a
> supported scenario ? http://sourceforge.net/p/wix/bugs/2843/ leads me to
> believe that it should not work.
>
> In order to support silent installation I need a installation directory and
> few other configuration parameters.  Is there a standard installation
> destination that burn supports via Command line. Should I follow any
> convention in naming my command line parameters/values so that it doesn't
> conflict with future versions of wix.
>
> Thanks
> raj
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to