Thanks got it working.
-Original Message-
From: Rob Hamflett [mailto:r...@snsys.com]
Sent: Thursday, February 11, 2010 10:13 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Wix Property change
Try something like this:
1
Rob
On 10/02/2010 13:22, Alex Wernecke
Try something like this:
1
Rob
On 10/02/2010 13:22, Alex Wernecke wrote:
> Hi,
>
>
>
> How would I change a property's value when a button on a custom dialog
> is clicked? This property is then used to write that value to the
> registry.
>
>
>
> Thanks,
>
>
>
> Alex
>
>
>
> ---
to do with opensource tools, I will be glad to
> follow, :-)
>
> --Jason
>
>
>> --
>>
>> Message: 3
>> Date: Thu, 4 Jun 2009 08:56:21 -0700
>> From: Rob Mensching
>> Subject: Re: [WiX-users] Wix Property calcula
to do with opensource tools, I will be glad to
follow, :-)
--Jason
> --
>
> Message: 3
> Date: Thu, 4 Jun 2009 08:56:21 -0700
> From: Rob Mensching
> Subject: Re: [WiX-users] Wix Property calculation
> To: General discussion for Win
:55 -0700
> From: Rob Mensching
> Subject: Re: [WiX-users] Wix Property calculation
> To: General discussion for Windows Installer XML toolset.
>
> Message-ID: <4a25bd73.4030...@wixtoolset.org>
> Content-Type: text/plain; charset="ISO-8859-1"; format=flow
Thanks. That really help! I created an vbscript to handle this case.
--Jason
--
Message: 2
Date: Tue, 2 Jun 2009 17:01:55 -0700
From: Rob Mensching
Subject: Re: [WiX-users] Wix Property calculation
To: General discussion for Windows Installer XML toolset
you'll need a simple immediate CustomAction. The Windows Installer
doesn't have math built in.
Jason Zhang wrote:
> Hi,
>
> I need set a wix property based on another property with basic math
> calculation, such as
>
> Mocked code:
>
>
> ...
>
>
> Can I do this in wix ? If yes, what's the synta
Default PASSWORD to something like "not-specified", and then have an error
custom action conditioned
on PASSWORD being equal to this original value.
Rob
pradnya mene wrote:
> Hi,
>
> I am new to the list and just subscribed a few days back,
>
> The command line specified :msiexec /qn /i set
Turns out this wasn't specifically the problem.
But when I put the @Secure attribute on the Property definitions, the
Compiler told me that the Property names have to be all uppercase before
they can be made public. Guess, I'd missed this little syntactical jewel.
Now that I've up-cased all the
pbm wrote:
> This is a child of the element. And here the Property values
> are resolved to their original default settings rather than to the new
> values that were input by the user in the Config Dialog.
>
Make sure your elements have the @Secure="yes" attribute, to
ensure it's passed from
Alexei,
Thanks - it does verify that I'm on the right path...
I'm pretty sure I've qot the combo box stuff working. As I said, I did wire
up another dialog box to display the result of the user's edits and they
seem to be carried through.
The problem occurs elsewhere in the xml where I try to u
I'm not entirely sure what you are trying to do, but as far as I can tell you
wish to let the user set up a username and a password for the db. And the
username and date are to be retrieved from the UI.
The way would do it would be to attach the editbox element with a public
property, say USERNAME
12 matches
Mail list logo