Re: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before 'InstallFiles' action.

2013-08-29 Thread Blair Murri
form maintainer (Microsoft) anyway). > Date: Thu, 29 Aug 2013 12:59:22 +0530 > From: dileep.sanamp...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before > 'InstallFiles' action. > > Hi Blair, > &

Re: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before 'InstallFiles' action.

2013-08-29 Thread dileep s
t; Subject: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before > 'InstallFiles' action. > > > > Hi All, > > > > How to copy INI file in C:\Windows folder using Wix created MSI file? > > > > INI file is packaged in MSI. > > > > Bef

Re: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before 'InstallFiles' action.

2013-08-27 Thread Blair Murri
there at the right time. > Date: Tue, 27 Aug 2013 17:13:26 +0530 > From: dileep.sanamp...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before > 'InstallFiles' action. > > I have Config.ini file wh

Re: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before 'InstallFiles' action.

2013-08-27 Thread dileep s
11:27 AM, Blair Murri wrote: > > > You read it during InstallFiles? How? > > > > > Date: Mon, 26 Aug 2013 16:37:12 +0530 > > > From: dileep.sanamp...@gmail.com > > > To: wix-users@lists.sourceforge.net > > > Subject: Re: [WiX-users] [Wix]: Copy INI

Re: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before 'InstallFiles' action.

2013-08-26 Thread Phil Wilson
: Mon, 26 Aug 2013 16:37:12 +0530 > > From: dileep.sanamp...@gmail.com > > To: wix-users@lists.sourceforge.net > > Subject: Re: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before > 'InstallFiles' action. > > > > Hi Blair, > > > > I should c

Re: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before 'InstallFiles' action.

2013-08-26 Thread Blair Murri
You read it during InstallFiles? How? > Date: Mon, 26 Aug 2013 16:37:12 +0530 > From: dileep.sanamp...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before > 'InstallFiles' action. > > Hi Blair,

Re: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before 'InstallFiles' action.

2013-08-26 Thread dileep s
sanamp...@gmail.com > > To: wix-users@lists.sourceforge.net > > Subject: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before > 'InstallFiles' action. > > > > Hi All, > > > > How to copy INI file in C:\Windows folder using Wix created MSI file

Re: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before 'InstallFiles' action.

2013-08-26 Thread Blair Murri
; From: dileep.sanamp...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] [Wix]: Copy INI file to WINDOWS folder before > 'InstallFiles' action. > > Hi All, > > How to copy INI file in C:\Windows folder using Wix created MSI file? > &g

[WiX-users] [Wix]: Copy INI file to WINDOWS folder before 'InstallFiles' action.

2013-08-26 Thread dileep s
Hi All, How to copy INI file in C:\Windows folder using Wix created MSI file? INI file is packaged in MSI. Before InstallFiles action in MSI, This INI file should copy in C:\Windows folder. Please help me to solve this. ---