Re: [WiX-users] Burn Built-in Variables & Custom Boostrapper UI

2013-08-09 Thread Blair Murri
rk.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Burn Built-in Variables & Custom Boostrapper UI > > Mr. Murri that was just the thing I was looking for. Thanks. > > Why isn't stuff like this documented or given examples anywhere though? > &g

Re: [WiX-users] Burn Built-in Variables & Custom Boostrapper UI

2013-08-09 Thread Veli-Matti Visuri
quot;FooVariable"]); > > > From: r...@robmensching.com > > Date: Thu, 8 Aug 2013 07:42:58 -0700 > > To: wix-users@lists.sourceforge.net > > Subject: Re: [WiX-users] Burn Built-in Variables & Custom Boostrapper UI > > > > You need to format the strin

Re: [WiX-users] Burn Built-in Variables & Custom Boostrapper UI

2013-08-08 Thread Blair Murri
String fooString = Bootstrapper.Engine.FormatString(Bootstrapper.Engine.StringVariables["FooVariable"]); > From: r...@robmensching.com > Date: Thu, 8 Aug 2013 07:42:58 -0700 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Burn Built-in Variables & Cust

Re: [WiX-users] Burn Built-in Variables & Custom Boostrapper UI

2013-08-08 Thread Rob Mensching
You need to format the string. On Thu, Aug 8, 2013 at 6:18 AM, Veli-Matti Visuri < veli-matti.vis...@futuremark.com> wrote: > Hi, I've been working on a bootstrapper with a customized UI and I cannot > figure out a way on how to "translate" the burn built-in variables from the > engine to the UI

[WiX-users] Burn Built-in Variables & Custom Boostrapper UI

2013-08-08 Thread Veli-Matti Visuri
Hi, I've been working on a bootstrapper with a customized UI and I cannot figure out a way on how to "translate" the burn built-in variables from the engine to the UI. You can see the list of the variables here: http://wix.sourceforge.net/manual-wix3/bundle_built_in_variables.htm I'll try to exp