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

2013-08-29 Thread Blair Murri
Honestly, there isn't any easy way. If you want, I could spend around 
US$6,000.00 of your money for you and give you a way to do it, but it won't be 
pretty and I would still recommend not doing it even while I am cashing your 
check.
 
Also, it baffles a number of us why you need to do that or why there isn't a 
different way for you to achieve the same end goal.
 
I could get it reliably copied during InstallFiles for you, but before it is 
not really possible.
 
If you have some custom action that needs to read that file and alter your 
installation choices, could you put the file into the Binary table instead of 
access it through the File table? Then you could extract it to Temp, parse it, 
make whatever changes you need to do while you still can, and that file will 
never need to go to WINDOWS (which should never be written to by anyone other 
than the platform 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,
> 
> I have to copy the INI file which is included in MSI before InstallFiles
> action.
> 
> How to do this?
> 
> Regards,
> Dileep.
> 
> 
> On Mon, Aug 26, 2013 at 4:08 PM, Blair Murri  wrote:
> 
> > It would be much easier to copy it to C:\Windows folder either as part of
> > InstallFiles or right after InstallFiles action. Copying it there before
> > InstallFiles is a fair bit of work.
> > What are you trying to do? Maybe we can help you with that.
> >
> > > Date: Mon, 26 Aug 2013 12:54:05 +0530
> > > 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?
> > >
> > > 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.
> > >
> > --
> > > Introducing Performance Central, a new site from SourceForge and
> > > AppDynamics. Performance Central is your source for news, insights,
> > > analysis and resources for efficient Application Performance Management.
> > > Visit us today!
> > >
> > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > --
> > Introducing Performance Central, a new site from SourceForge and
> > AppDynamics. Performance Central is your source for news, insights,
> > analysis and resources for efficient Application Performance Management.
> > Visit us today!
> > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> --
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2013-08-29 Thread dileep s
Hi Blair,

I have to copy the INI file which is included in MSI before InstallFiles
action.

How to do this?

Regards,
Dileep.


On Mon, Aug 26, 2013 at 4:08 PM, Blair Murri  wrote:

> It would be much easier to copy it to C:\Windows folder either as part of
> InstallFiles or right after InstallFiles action. Copying it there before
> InstallFiles is a fair bit of work.
> What are you trying to do? Maybe we can help you with that.
>
> > Date: Mon, 26 Aug 2013 12:54:05 +0530
> > 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?
> >
> > 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.
> >
> --
> > Introducing Performance Central, a new site from SourceForge and
> > AppDynamics. Performance Central is your source for news, insights,
> > analysis and resources for efficient Application Performance Management.
> > Visit us today!
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2013-08-27 Thread Blair Murri
If the INI file is in your MSI, whatever is in that INI file could be added to 
your MSI when your MSI is built, right? If not, please explain why not.
If the INI file is not in the MSI, how does your MSI know where the INI file is 
in order to copy it to the Windows folder? Could that action in your MSI just 
read the INI file in place instead of having to read it from C:\Windows?
And, exactly when do you have what kind (immediate, deferred) of custom action 
scheduled in your InstallExecuteSequence that actually reads that information? 
That is critical to telling you how to get your file 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 which is having Model Information.
> 
> If this Config.ini file is existing in Windows folder before running MSI
> file, I can able to read Model information in INI file.
> 
> Is there any way to copy INI file and read that while installing MSI.
> 
> Regards,
> Dileep
> 
> 
> 
> On Tue, Aug 27, 2013 at 12:49 AM, Phil Wilson wrote:
> 
> > This is what I don't understand. You said the ini file is packaged in the
> > MSI file, therefore you know what this model thing is (in the ini file)
> > when you build the MSI file. Why bother to try to find it at install time?
> >
> > Even it's awkward in your build for some reason, a post build step could
> > extract and add it as a property in the MSI file. There's no point in
> > creating an unreliable solution at install time when you can do this
> > at build time.
> >
> > Phil Wilson
> >
> >
> > On Mon, Aug 26, 2013 at 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 file to WINDOWS folder before
> > > 'InstallFiles' action.
> > > >
> > > > Hi Blair,
> > > >
> > > > I should copy the INI file in C:\Windows folder before 'InstallFiles'
> > > > action.
> > > > I have to read that INI file information and needs to be set Property
> > > > values for Modelname.
> > > >
> > > > Thanks...
> > > >
> > > >
> > > > On Mon, Aug 26, 2013 at 4:08 PM, Blair Murri  wrote:
> > > >
> > > > > It would be much easier to copy it to C:\Windows folder either as
> > part
> > > of
> > > > > InstallFiles or right after InstallFiles action. Copying it there
> > > before
> > > > > InstallFiles is a fair bit of work.
> > > > > What are you trying to do? Maybe we can help you with that.
> > > > >
> > > > > > Date: Mon, 26 Aug 2013 12:54:05 +0530
> > > > > > 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?
> > > > > >
> > > > > > 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.
> > > > > >
> > > > >
> > >
> > --
> > > > > > Introducing Performance Central, a new site from SourceForge and
> > > > > > AppDynamics. Performance Central is your source for news, insights,
> > > > > > analysis and resources for efficient Application Performance
> > > Management.
> > > > > > Visit us today!
> > > > > >
> > > > >
> > >
> > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > > > > > ___
> > > > > > WiX-users mailing list
> > > &

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

2013-08-27 Thread dileep s
I have Config.ini file which is having Model Information.

If this Config.ini file is existing in Windows folder before running MSI
file, I can able to read Model information in INI file.

Is there any way to copy INI file and read that while installing MSI.

Regards,
Dileep



On Tue, Aug 27, 2013 at 12:49 AM, Phil Wilson wrote:

> This is what I don't understand. You said the ini file is packaged in the
> MSI file, therefore you know what this model thing is (in the ini file)
> when you build the MSI file. Why bother to try to find it at install time?
>
> Even it's awkward in your build for some reason, a post build step could
> extract and add it as a property in the MSI file. There's no point in
> creating an unreliable solution at install time when you can do this
> at build time.
>
> Phil Wilson
>
>
> On Mon, Aug 26, 2013 at 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 file to WINDOWS folder before
> > 'InstallFiles' action.
> > >
> > > Hi Blair,
> > >
> > > I should copy the INI file in C:\Windows folder before 'InstallFiles'
> > > action.
> > > I have to read that INI file information and needs to be set Property
> > > values for Modelname.
> > >
> > > Thanks...
> > >
> > >
> > > On Mon, Aug 26, 2013 at 4:08 PM, Blair Murri  wrote:
> > >
> > > > It would be much easier to copy it to C:\Windows folder either as
> part
> > of
> > > > InstallFiles or right after InstallFiles action. Copying it there
> > before
> > > > InstallFiles is a fair bit of work.
> > > > What are you trying to do? Maybe we can help you with that.
> > > >
> > > > > Date: Mon, 26 Aug 2013 12:54:05 +0530
> > > > > 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?
> > > > >
> > > > > 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.
> > > > >
> > > >
> >
> --
> > > > > Introducing Performance Central, a new site from SourceForge and
> > > > > AppDynamics. Performance Central is your source for news, insights,
> > > > > analysis and resources for efficient Application Performance
> > Management.
> > > > > Visit us today!
> > > > >
> > > >
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > > > > ___
> > > > > WiX-users mailing list
> > > > > WiX-users@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > > >
> > > >
> > > >
> >
> --
> > > > Introducing Performance Central, a new site from SourceForge and
> > > > AppDynamics. Performance Central is your source for news, insights,
> > > > analysis and resources for efficient Application Performance
> > Management.
> > > > Visit us today!
> > > >
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > > > ___
> > > > WiX-users mailing list
> > > > WiX-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > > >
> > >
> >
> --
> > > Introducing Performance Central, a new site from SourceForge and
> > > AppDynamics. Performance Central is your source for news, insights,
> > > analysis and resources for efficient Application Performance
>

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

2013-08-26 Thread Phil Wilson
This is what I don't understand. You said the ini file is packaged in the
MSI file, therefore you know what this model thing is (in the ini file)
when you build the MSI file. Why bother to try to find it at install time?

Even it's awkward in your build for some reason, a post build step could
extract and add it as a property in the MSI file. There's no point in
creating an unreliable solution at install time when you can do this
at build time.

Phil Wilson


On Mon, Aug 26, 2013 at 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 file to WINDOWS folder before
> 'InstallFiles' action.
> >
> > Hi Blair,
> >
> > I should copy the INI file in C:\Windows folder before 'InstallFiles'
> > action.
> > I have to read that INI file information and needs to be set Property
> > values for Modelname.
> >
> > Thanks...
> >
> >
> > On Mon, Aug 26, 2013 at 4:08 PM, Blair Murri  wrote:
> >
> > > It would be much easier to copy it to C:\Windows folder either as part
> of
> > > InstallFiles or right after InstallFiles action. Copying it there
> before
> > > InstallFiles is a fair bit of work.
> > > What are you trying to do? Maybe we can help you with that.
> > >
> > > > Date: Mon, 26 Aug 2013 12:54:05 +0530
> > > > 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?
> > > >
> > > > 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.
> > > >
> > >
> --
> > > > Introducing Performance Central, a new site from SourceForge and
> > > > AppDynamics. Performance Central is your source for news, insights,
> > > > analysis and resources for efficient Application Performance
> Management.
> > > > Visit us today!
> > > >
> > >
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > > > ___
> > > > WiX-users mailing list
> > > > WiX-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> > >
> > >
> --
> > > Introducing Performance Central, a new site from SourceForge and
> > > AppDynamics. Performance Central is your source for news, insights,
> > > analysis and resources for efficient Application Performance
> Management.
> > > Visit us today!
> > >
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> > >
> >
> --
> > Introducing Performance Central, a new site from SourceForge and
> > AppDynamics. Performance Central is your source for news, insights,
> > analysis and resources for efficient Application Performance Management.
> > Visit us today!
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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,
> 
> I should copy the INI file in C:\Windows folder before 'InstallFiles'
> action.
> I have to read that INI file information and needs to be set Property
> values for Modelname.
> 
> Thanks...
> 
> 
> On Mon, Aug 26, 2013 at 4:08 PM, Blair Murri  wrote:
> 
> > It would be much easier to copy it to C:\Windows folder either as part of
> > InstallFiles or right after InstallFiles action. Copying it there before
> > InstallFiles is a fair bit of work.
> > What are you trying to do? Maybe we can help you with that.
> >
> > > Date: Mon, 26 Aug 2013 12:54:05 +0530
> > > 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?
> > >
> > > 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.
> > >
> > --
> > > Introducing Performance Central, a new site from SourceForge and
> > > AppDynamics. Performance Central is your source for news, insights,
> > > analysis and resources for efficient Application Performance Management.
> > > Visit us today!
> > >
> > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > > ___
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > --
> > Introducing Performance Central, a new site from SourceForge and
> > AppDynamics. Performance Central is your source for news, insights,
> > analysis and resources for efficient Application Performance Management.
> > Visit us today!
> > http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> --
> Introducing Performance Central, a new site from SourceForge and 
> AppDynamics. Performance Central is your source for news, insights, 
> analysis and resources for efficient Application Performance Management. 
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2013-08-26 Thread dileep s
Hi Blair,

I should copy the INI file in C:\Windows folder before 'InstallFiles'
action.
I have to read that INI file information and needs to be set Property
values for Modelname.

Thanks...


On Mon, Aug 26, 2013 at 4:08 PM, Blair Murri  wrote:

> It would be much easier to copy it to C:\Windows folder either as part of
> InstallFiles or right after InstallFiles action. Copying it there before
> InstallFiles is a fair bit of work.
> What are you trying to do? Maybe we can help you with that.
>
> > Date: Mon, 26 Aug 2013 12:54:05 +0530
> > 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?
> >
> > 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.
> >
> --
> > Introducing Performance Central, a new site from SourceForge and
> > AppDynamics. Performance Central is your source for news, insights,
> > analysis and resources for efficient Application Performance Management.
> > Visit us today!
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> --
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2013-08-26 Thread Blair Murri
It would be much easier to copy it to C:\Windows folder either as part of 
InstallFiles or right after InstallFiles action. Copying it there before 
InstallFiles is a fair bit of work.
What are you trying to do? Maybe we can help you with that.

> Date: Mon, 26 Aug 2013 12:54:05 +0530
> 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?
> 
> 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.
> --
> Introducing Performance Central, a new site from SourceForge and 
> AppDynamics. Performance Central is your source for news, insights, 
> analysis and resources for efficient Application Performance Management. 
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
  
--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users