[WiX-users] Fwd: Re: Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-24 Thread Suvrajyoti Panda
Hey Guys, if you have any clue on the below issue please provide your inputs on the same. Regards, Suvra Jyoti Original Message Subject:Re: [WiX-users] Not able to copy a file using CopyFile from installers install location to a target destination Date: Mon, 24 Feb

Re: [WiX-users] Fwd: Re: Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-24 Thread Phil Wilson
You have a build error, that's why it's referring to the WiX source file, just have the file in the right place for the build. It's not building, so that means you haven't tested it yet. Maybe you are confusing build time with install time? The copyfile element at install time needs a source

Re: [WiX-users] Fwd: Re: Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-24 Thread Suvrajyoti Panda
Hi Phil, Below is how the issue was resolved: Component Id=PreferencesFile Guid={A4E1FFCE-1534-43BF-AA2B-CDFD39381720} Directory=TARGETDIR File Id='preferences' Source='$(var.GuiPath)\screens\preferences.xml' KeyPath='yes' CopyFile Id='Copy_Prefs'