Re: [WiX-users] [WIX] change Destination directory to extract files using WIX

2014-07-07 Thread א . כהן
ssage- > From: Dileep S [mailto:dileep.sanamp...@gmail.com] > Sent: 04 July 2014 08:53 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] [WIX] change Destination directory to extract files > using WIX > > Hi All, > > How can i change D

Re: [WiX-users] [WIX] change Destination directory to extract files using WIX

2014-07-07 Thread Pally Sandher
Destination directory to extract files using WIX Hi All, How can i change Destination directory to extract files using WIX? In *.wxs file, we had a structure like SourceDir\ProgramFiles\Setup. I need to change the path without disturbing the files structure in *.wxs file. any help on this? Thanks

[WiX-users] [WIX] change Destination directory to extract files using WIX

2014-07-04 Thread Dileep S
Hi All, How can i change Destination directory to extract files using WIX? In *.wxs file, we had a structure like SourceDir\ProgramFiles\Setup. I need to change the path without disturbing the files structure in *.wxs file. any help on this? Thanks in advance... ---