[wix-users] [WIX]: Copy command failed with exited with code 1in *wixproj
Phill Hogland
phill.hogland at rimage.com
Mon Feb 22 05:45:57 PST 2016
This is not a wix issue, but take a look at how to use the MSBuild copy task.
https://msdn.microsoft.com/en-us/library/3e54c37h.aspx
Also you probably should use HTML entities like "e; rather than actual quote characters in a XML statement.
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Dileep S
Sent: Monday, February 22, 2016 7:38 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: [wix-users] [WIX]: Copy command failed with exited with code 1in *wixproj
Hi All,
I have used postbuildevent in *.wixproj file.
<PropertyGroup>
<MSIPath>F:\Temp\つも追加さ</MSIPath>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>copy /y "!(TargetPath)" "$(MSIPath)\"</PostBuildEvent> </PropertyGroup>
Package is created in TargetPath.
This command is failed to copy in the MSIPath location.
Note: If MSIPath contains F:\Temp\Test123 it is copying.
Please help me how to resolve this.
Thanks in advance
Regards,
Dileep
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
More information about the wix-users
mailing list