You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add any project to the solution with a name that contains a non-ASCII character. For example: 'ű'
Add said project as a project reference to the installer project
Try to build
Addendum: The original .wixproj was updated from WIX v3 using HeatWave. I know that WIX v3 is not WIX v4, but WIX v3 was able to build the .msi using the original non-ACSII project names.
A succesfuly built .msi package, since the source project builds correctly.
Or, the very least, an error message that is relevant to the actual issue. I don't think that: "Undefined preprocessor variable $(var.MyNonAsciiProjectName.TargetDir)" is the relevant message, since some other component had to fail to create that variable in the first place.
The text was updated successfully, but these errors were encountered:
Sample.zip
The sample is the recreation of the structure of the solution with my original issue. Package.wxs should be the same as in the original solution (adjusted to the older project names).
The sample should also contain a screenshot with the messages.
HeatWave version is still 1.0.2
Visual Studio is version 17.7.7 now
HeatWave Version
1.0.2
Visual Studio Version
17.7.6
Repro Steps
Addendum: The original .wixproj was updated from WIX v3 using HeatWave. I know that WIX v3 is not WIX v4, but WIX v3 was able to build the .msi using the original non-ACSII project names.
Actual Result
error WIX0150: Undefined preprocessor variable '$(var.AdatGyűjtőSvc.TargetDir)'
Expected Result
A succesfuly built .msi package, since the source project builds correctly.
Or, the very least, an error message that is relevant to the actual issue. I don't think that: "Undefined preprocessor variable $(var.MyNonAsciiProjectName.TargetDir)" is the relevant message, since some other component had to fail to create that variable in the first place.
The text was updated successfully, but these errors were encountered: