Re: [WiX-users] Editing config files after installation

2010-07-08 Thread Stelios Kyprou
er > > -----Original Message- > From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] > Sent: 07 July 2010 13:23 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Editing config files after installation > > The file is installed by

Re: [WiX-users] Editing config files after installation

2010-07-07 Thread Pally Sandher
ing, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] Sent: 07 July 2010 13:23 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Editing config files after installat

Re: [WiX-users] Editing config files after installation

2010-07-07 Thread Stelios Kyprou
The file is installed by the installer, so i can use [#foo.config]. When i thought of doing this approach (XMLConfig || XMLFile), i got stuck because: I want to do the foo.config editing after a specific dialog, i.e EnterConfigurationDlg, so that i can grab the PROPERTIES from that dialog and put

Re: [WiX-users] Editing config files after installation

2010-07-07 Thread Stelios Kyprou
The file is installed by the installer, so i can use [#foo.config]. When i thought of doing this approach (XMLConfig || XMLFile), i got stuck because: I want to do the foo.config editing after a specific dialog, i.e EnterConfigurationDlg, so that i can grab the PROPERTIES from that dialog and put

Re: [WiX-users] Editing config files after installation

2010-07-07 Thread Pally Sandher
If the file is installed as part of your installation you can simply use it's Id as a Property e.g. [#foo.config] if you set Id="foo.config" in it's File element (see -> http://msdn.microsoft.com/en-us/library/aa368609.aspx). Use that Property as the path for either XMLConfig or XMLFile to make you