[wix-users] [WIX]: Copy command failed with exited with code 1in *wixproj

Dileep S dileep.sanampudi at gmail.com
Mon Feb 22 05:38:06 PST 2016


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


More information about the wix-users mailing list