Anyway to create a custom MSBuild property in WIX wxs file?
问题 My target is to auto-name the output msi file with version number in WIX 3.6 project. I find this link: Automated installer version numbers for WiX, revisited but we have a slightly different scenario: we don't want to control our product version number by referencing to any assembly's version number. Instead, we just simply want to assign it in wix files. Specifically, I have a wxi file which defines a property like this: <?define VersionNumber = "1.1.2000" ?> As a result, I can use this