aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/variable.h')
-rw-r--r--src/burn/engine/variable.h1
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";
13const LPCWSTR VARIABLE_LOGONUSER = L"LogonUser"; 13const LPCWSTR VARIABLE_LOGONUSER = L"LogonUser";
14const LPCWSTR VARIABLE_INSTALLERNAME = L"InstallerName"; 14const LPCWSTR VARIABLE_INSTALLERNAME = L"InstallerName";
15const LPCWSTR VARIABLE_INSTALLERVERSION = L"InstallerVersion"; 15const LPCWSTR VARIABLE_INSTALLERVERSION = L"InstallerVersion";
16const LPCWSTR VARIABLE_INSTALLERINFORMATIONALVERSION = L"InstallerInformationalVersion";
16const LPCWSTR VARIABLE_REBOOTPENDING = L"RebootPending"; 17const LPCWSTR VARIABLE_REBOOTPENDING = L"RebootPending";
17 18
18 19