From cdb457d593cb09a88e73cdcd9538a66e62610cf1 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Thu, 9 Feb 2023 17:17:58 -0500 Subject: Add `InstallerInformationalVersion`. Gets "full" version (with commit id). Fixes https://github.com/wixtoolset/issues/issues/7200. --- src/burn/engine/variable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/burn/engine/variable.h') 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"; const LPCWSTR VARIABLE_LOGONUSER = L"LogonUser"; const LPCWSTR VARIABLE_INSTALLERNAME = L"InstallerName"; const LPCWSTR VARIABLE_INSTALLERVERSION = L"InstallerVersion"; +const LPCWSTR VARIABLE_INSTALLERINFORMATIONALVERSION = L"InstallerInformationalVersion"; const LPCWSTR VARIABLE_REBOOTPENDING = L"RebootPending"; -- cgit v1.2.3-55-g6feb