Re: [WiX-users] Fwd: Set property value, depending on the value of other properties

2007-06-21 Thread Milan Tomeš
What about this: somewhere in InstallUISequence (NOT A) OR (A = '') (NOT B) OR (B = '') HTH Milan José Escrich napsal(a): > > Hi, > I have 2 properties A and B which has some registry values. What I > want is set a value for a property C using something like a conditio

Re: [WiX-users] Conditional services install

2007-06-05 Thread Milan Tomeš
code: Any ideas ? Thanks Milan Bob Arnson napsal(a): > Milan Tomeš wrote: >> Installation of these s

[WiX-users] Conditional services install

2007-06-05 Thread Milan Tomeš
Hi, I'm trying to make installation with 1 or 2 services (depends on user choices). I have following components: (SERVERRUNAS = "service") AND (SERVERTYPE = "superserver") AND (SERVERAUTORUN) AND (SERVICEUSEGUARDIAN <> "1")

Re: [WiX-users] Custom dialog & control enable / disable

2007-05-28 Thread Milan Tomeš
om actions and they sets my property and uses condition like VersionNT / NOT VersionNT. Thanks anyway for your time Milan Stefan Pavlik napsal(a): Hi Milan,... Milan Tomeš wrote: Hi all, RadioGroup is linked to property _ServiceInstall which has value "VersionNT". I gu

[WiX-users] MaskedEdit & Integer attribute

2007-05-28 Thread Milan Tomeš
Hi all, Can anybody help me how to allow user to enter integer value between 1024 and 65535 into control ? I have MaskedEdit control on my dialog with Integer property set to "yes" and Text property set to "%" or "%". If I turn off Integer property everything seems to be ok (except comp

[WiX-users] Custom dialog & control enable / disable

2007-05-28 Thread Milan Tomeš
Hi all, I'm writing my very first installation script using WiX and I'm having some troubles with that. I have my own setup dialog (which sets some properties of database server) and on that dialog I want to enable / disable controls in order of running environment / user choices. So I have a