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
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
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
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
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
5 matches
Mail list logo