Re: [WiX-users] CopyFiles at the start oif installation

2012-08-24 Thread Neil Sleightholm
neral discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] CopyFiles at the start oif installation Thanks Neil, Do you know of any other ways that my user could edit these files and for them to be accessed via the MSI? I can propose a different solution if I am able to create it

Re: [WiX-users] CopyFiles at the start oif installation

2012-08-24 Thread Natalie Carr
To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CopyFiles at the start oif installation If I understand correctly you are trying to copy files at install time from the same folder as the MSI - as far as I am aware this is not possible, there may be a way to find

Re: [WiX-users] CopyFiles at the start oif installation

2012-08-24 Thread Neil Sleightholm
ject: [WiX-users] CopyFiles at the start oif installation Hi, Majorly stuck on this issue. I have a INI and REG file stored in the same location as my MSI file which is TARGETDIR as far as I am aware. I have to copy these files to C:\TEMP at the start of the install, I know WIX can use INI and

[WiX-users] CopyFiles at the start oif installation

2012-08-24 Thread Natalie Carr
Hi, Majorly stuck on this issue. I have a INI and REG file stored in the same location as my MSI file which is TARGETDIR as far as I am aware. I have to copy these files to C:\TEMP at the start of the install, I know WIX can use INI and REG files but this is a requirement that I have to meet.