Re: [WiX-users] Changing filename after installation

2008-10-30 Thread Christer Nordvik
Thanks a lot! -Christer On Thu, Oct 30, 2008 at 2:01 PM, <[EMAIL PROTECTED]> wrote: > Hi Christer, > > a very easy way to accomplish this is to store a value for the selected > environment in the GUI to a property. (As you already have done) > > And then use this property as a condition for the

Re: [WiX-users] Changing filename after installation

2008-10-30 Thread Rob Hamflett
Try Execute="deferred" and sequence it before InstallFinalize. Rob Christer Nordvik wrote: > Hi! > > I have a webservice setup that has 4 web.config files, > .Web..config. One for each environment. I have made a GUI that > lets the user choose which file he wants and have stored the resulting >

Re: [WiX-users] Changing filename after installation

2008-10-30 Thread post
Hi Christer, a very easy way to accomplish this is to store a value for the selected environment in the GUI to a property. (As you already have done) And then use this property as a condition for the component(s) holding the environment specific file(s) for the selected environment. SETUP_CONF