summaryrefslogtreecommitdiff
path: root/src/burn/engine/engine.cpp
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2022-12-21 21:41:03 -0500
committerBob Arnson <github@bobs.org>2022-12-21 22:42:53 -0500
commit6bc32281a99bea30541f77dd0bf9e9658753afdc (patch)
tree5a156f9b0720493270c85db1256d69241b2ba255 /src/burn/engine/engine.cpp
parentbc52de8bd03922cac66b9dddabe14c413d599532 (diff)
downloadwix-6bc32281a99bea30541f77dd0bf9e9658753afdc.tar.gz
wix-6bc32281a99bea30541f77dd0bf9e9658753afdc.tar.bz2
wix-6bc32281a99bea30541f77dd0bf9e9658753afdc.zip
Get "real" Burn version for logging.
Fixes https://github.com/wixtoolset/issues/issues/7082.
Diffstat (limited to 'src/burn/engine/engine.cpp')
-rw-r--r--src/burn/engine/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/engine.cpp b/src/burn/engine/engine.cpp
index c9d2bdcd..b093ec9b 100644
--- a/src/burn/engine/engine.cpp
+++ b/src/burn/engine/engine.cpp
@@ -204,7 +204,7 @@ extern "C" HRESULT EngineRun(
204 } 204 }
205 205
206 PathForCurrentProcess(&sczExePath, NULL); // Ignore failure. 206 PathForCurrentProcess(&sczExePath, NULL); // Ignore failure.
207 LogId(REPORT_STANDARD, MSG_BURN_INFO, szVerMajorMinorBuild, ovix.dwMajorVersion, ovix.dwMinorVersion, ovix.dwBuildNumber, ovix.wServicePackMajor, sczExePath, szBurnPlatform, szMachinePlatform); 207 LogId(REPORT_STANDARD, MSG_BURN_INFO, szInformationalVersion, ovix.dwMajorVersion, ovix.dwMinorVersion, ovix.dwBuildNumber, ovix.wServicePackMajor, sczExePath, szBurnPlatform, szMachinePlatform);
208 ReleaseNullStr(sczExePath); 208 ReleaseNullStr(sczExePath);
209 209
210 // initialize core 210 // initialize core