Replies: 2 comments
-
This has nothing to do with WiX per se. It is a classic The classic solution is to move your definition to a target that runs before the target that consumes that property (or item, as the case may be). |
Beta Was this translation helpful? Give feedback.
-
This topic has been discussed on this Discussion forum in the past for more information. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I use post-build event in this way:
But the result in Output is:
error MSB3073: The command "xcopy "" "binToSign\x64\Release Pro\" /Y" exited with code 4.
We see that
$(Platform)
and$(Configuration)
are valid, but variables$(ProjectDir)
,$(OutDir)
,$(TargetFileName)
are empty. How to have correct values of these empty variables in project context?WiX Toolset Visual Studio Extension version 1.0.0.22
wix version: 4.0.0+8c757c0f
Beta Was this translation helpful? Give feedback.
All reactions