Re: [WiX-users] Installing different files depending on ComputerName (Wix 2)

2008-07-08 Thread Bob Arnson
Nicholas Piper wrote: > Could all of these three components all install files into the same > place on the target system (and then it's up to me to make sure only > one gets fired off at once?) > > Or should I install them to different places, an then have a commit CA > move them into the correct p

Re: [WiX-users] Installing different files depending on ComputerName (Wix 2)

2008-07-07 Thread Nicholas Piper
On Sun, 06 Jul 2008, jmcfadyen wrote: > what I would do is create 3 components for your 3 certs. > > Condition each of your components with a valid condition such as > > PROD="true" > TESt="true" etc > > then using an Immediate CA chop up the computer name or domain name env > var's then us

Re: [WiX-users] Installing different files depending on ComputerName (Wix 2)

2008-07-06 Thread jmcfadyen
what I would do is create 3 components for your 3 certs. Condition each of your components with a valid condition such as PROD="true" TESt="true" etc then using an Immediate CA chop up the computer name or domain name env var's then use the results to set the desired conditions to match the

[WiX-users] Installing different files depending on ComputerName (Wix 2)

2008-07-04 Thread Nicholas Piper
I'm trying to write a WiX based installer for a set of Apache configuration. I wrote a VBScript Custom Action that is run after InstallFiles/commit in order to 'token replace' the httpd.conf, so we can customise that at install time based on properties. I'm probably going to try and get it to use