Product Version
#7195
Replies: 1 comment 7 replies
-
I just did a Deployment Dojo episode "Variables End to End." that walks through the different variable types. It uses WiX v4 but the same concepts apply to WiX v3. If you're new, it should be helpful to contextualize all the different variables you're using.
Personally, I don't like messing around with heat and use FireGiant's Harvesting from the WiX Expansion Pack. If you use that harvesting solution, then you can set the |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am brand new to Wix, so bear with me...
I am using Wix 3 to build a Proof of Concept installer to install a WPF application.
At build time, I want to retrieve the Product Version from the WPF app's exe. I'm trying this, but it doesn't compile:
I'm using Heat to create import the files, and if I hard code the generated GUI from the EXE file, that does work:
<?define VERSION="!(bind.fileVersion.filD7191EADF27B9A1BF81DFB89BFDB8E4F)"?>
but that's not a solution because the GUI changes from time to time.
There doesn't seem to be a variable for Version in the supported variables table:
https://wixtoolset.org/docs/v3/votive/votive_project_references/
Thanks
Beta Was this translation helpful? Give feedback.
All reactions