diff options
author | Bob Arnson <bob@firegiant.com> | 2023-02-09 17:17:58 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2023-02-09 20:45:37 -0500 |
commit | cdb457d593cb09a88e73cdcd9538a66e62610cf1 (patch) | |
tree | 530f1f38c1b6c25826014c8c656fafc32fa1ff1a /src/burn/engine/variable.h | |
parent | 67994fcad0cc060ae750070ab58319991a9fd8a9 (diff) | |
download | wix-cdb457d593cb09a88e73cdcd9538a66e62610cf1.tar.gz wix-cdb457d593cb09a88e73cdcd9538a66e62610cf1.tar.bz2 wix-cdb457d593cb09a88e73cdcd9538a66e62610cf1.zip |
Add `InstallerInformationalVersion`.
Gets "full" version (with commit id).
Fixes https://github.com/wixtoolset/issues/issues/7200.
Diffstat (limited to 'src/burn/engine/variable.h')
-rw-r--r-- | src/burn/engine/variable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/variable.h b/src/burn/engine/variable.h index 309d7ab9..022683b4 100644 --- a/src/burn/engine/variable.h +++ b/src/burn/engine/variable.h | |||
@@ -13,6 +13,7 @@ const LPCWSTR VARIABLE_DATE = L"Date"; | |||
13 | const LPCWSTR VARIABLE_LOGONUSER = L"LogonUser"; | 13 | const LPCWSTR VARIABLE_LOGONUSER = L"LogonUser"; |
14 | const LPCWSTR VARIABLE_INSTALLERNAME = L"InstallerName"; | 14 | const LPCWSTR VARIABLE_INSTALLERNAME = L"InstallerName"; |
15 | const LPCWSTR VARIABLE_INSTALLERVERSION = L"InstallerVersion"; | 15 | const LPCWSTR VARIABLE_INSTALLERVERSION = L"InstallerVersion"; |
16 | const LPCWSTR VARIABLE_INSTALLERINFORMATIONALVERSION = L"InstallerInformationalVersion"; | ||
16 | const LPCWSTR VARIABLE_REBOOTPENDING = L"RebootPending"; | 17 | const LPCWSTR VARIABLE_REBOOTPENDING = L"RebootPending"; |
17 | 18 | ||
18 | 19 | ||