Re: [WiX-users] Replace path text inside installed files.

2010-03-09 Thread dB .
...@holdstead.com] Sent: Thursday, February 25, 2010 9:45 PM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] Replace path text inside installed files. Does anyone have a sample of how to replace text inside a file (or set of files) based upon install path?

Re: [WiX-users] Replace path text inside installed files.

2010-02-25 Thread Gary Smith
> You can try create a registry entry for the Installation directory and then > make your code read the reg entry for the installation path, or save the > path to the file as you said. > You can get the installation path using [INSTALLDIR] or [INSTALLLOCATION]. > This will give you the installation

Re: [WiX-users] Replace path text inside installed files.

2010-02-25 Thread ricky sundrani
You can try create a registry entry for the Installation directory and then make your code read the reg entry for the installation path, or save the path to the file as you said. You can get the installation path using [INSTALLDIR] or [INSTALLLOCATION]. This will give you the installation path. O

[WiX-users] Replace path text inside installed files.

2010-02-25 Thread Gary Smith
Does anyone have a sample of how to replace text inside a file (or set of files) based upon install path? Basically, I have a DLL that will be installed where the users want to install it BUT the samples that they can compile and test against point to never never land (i.e. some path in my deve