Re: [WiX-users] Wix Property change

2010-02-11 Thread Alex Wernecke
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

Re: [WiX-users] Wix Property change

2010-02-11 Thread Rob Hamflett
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 > > > > ---

[WiX-users] Wix Property change

2010-02-10 Thread Alex Wernecke
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 -- SOLARIS 10 is the OS for Data Centers

Re: [WiX-users] Wix Property calculation (Rob Mensching)

2009-06-04 Thread Rob Mensching
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

Re: [WiX-users] Wix Property calculation (Rob Mensching)

2009-06-04 Thread Jason Zhang
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

Re: [WiX-users] Wix Property calculation

2009-06-04 Thread Rob Mensching
: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

Re: [WiX-users] Wix Property calculation

2009-06-03 Thread Jason Zhang
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

Re: [WiX-users] Wix Property calculation

2009-06-02 Thread Rob Mensching
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

[WiX-users] Wix Property calculation

2009-06-02 Thread Jason Zhang
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 syntax? If no, any better suggestion ? Basically I will get BASE_PORT property from user input, and I want to automatically created the MY_P

Re: [WiX-users] WIX property

2008-05-21 Thread Rob Hamflett
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

[WiX-users] WIX property

2008-05-20 Thread pradnya mene
Hi, I am new to the list and just subscribed a few days back, The command line specified :msiexec /qn /i setup.msi [EMAIL PROTECTED]"" I wish to check if the user had specifed the PASSWORD property or not? Is there any way to find out ? ~Regards Pradnya

Re: [WiX-users] Wix Property Values(2)

2007-08-06 Thread pbm
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

Re: [WiX-users] Wix Property Values(2)

2007-08-03 Thread Bob Arnson
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

Re: [WiX-users] Wix Property Values(2)

2007-08-03 Thread pbm
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

Re: [WiX-users] Wix Property Values

2007-08-03 Thread Alexei
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

[WiX-users] Wix Property Values

2007-08-02 Thread Paul . Madden
I'm working on a Wix installer that has two parts. A library with a customized FeatureTree UI. And a "main" part that's a .wxo file produced from one Wix xml file. The two are linked together with light to make the .msi file. I want some of the installation parameters to be configurable - like