Hi,

I notice in Wix 3.5 (3.5.1616.0) that when running a build command line that
the $(TargetPath) property is now working out correctly.

The AfterBuild task is:

<Copy SkipUnchangedFiles="true" SourceFiles="$(TargetPath)"
DestinationFiles="..." />

>From build in VS 2010 the output is:
- Copying file from
"C:\path\WixInstaller\bin\Core_x64\en-US\WixInstaller.msi" to

>From build through command line/msbuild:
- Copying file from "`, `bin\Core_x64\`))`))en-US\WixInstaller.msi" to


Any ideas how to fix this or is it a bug...

Sound

Donal






-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/AfterBuild-Copy-and-TargetPath-tp4950583p4950583.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to