diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-10-18 14:10:39 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-10-24 20:07:21 -0500 |
commit | 60717700e175d38412559113c8a5388c954c7c91 (patch) | |
tree | 4daa5ac91961b2a682c53db1009e9d3a03cd285a /src/engine/EngineForApplication.cpp | |
parent | e879388d96157db6a6e7b2ee79871ef7ebbd3015 (diff) | |
download | wix-60717700e175d38412559113c8a5388c954c7c91.tar.gz wix-60717700e175d38412559113c8a5388c954c7c91.tar.bz2 wix-60717700e175d38412559113c8a5388c954c7c91.zip |
Get the internal Burn version to be Major.Minor.Patch.BuildNumber.
Diffstat (limited to 'src/engine/EngineForApplication.cpp')
-rw-r--r-- | src/engine/EngineForApplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/EngineForApplication.cpp b/src/engine/EngineForApplication.cpp index 49ffe700..c5eb5467 100644 --- a/src/engine/EngineForApplication.cpp +++ b/src/engine/EngineForApplication.cpp | |||
@@ -369,7 +369,7 @@ static HRESULT BAEngineSetUpdate( | |||
369 | sczId = pContext->pEngineState->registration.sczId; | 369 | sczId = pContext->pEngineState->registration.sczId; |
370 | } | 370 | } |
371 | 371 | ||
372 | hr = PseudoBundleInitialize(FILEMAKEVERSION(rmj, rmm, rup, 0), &pContext->pEngineState->update.package, FALSE, sczId, BOOTSTRAPPER_RELATION_UPDATE, BOOTSTRAPPER_PACKAGE_STATE_ABSENT, pContext->pEngineState->registration.sczExecutableName, sczLocalSource ? sczLocalSource : wzLocalSource, wzDownloadSource, qwSize, TRUE, sczCommandline, NULL, NULL, NULL, rgbHash, cbHash); | 372 | hr = PseudoBundleInitialize(FILEMAKEVERSION(rmj, rmm, rup, rpr), &pContext->pEngineState->update.package, FALSE, sczId, BOOTSTRAPPER_RELATION_UPDATE, BOOTSTRAPPER_PACKAGE_STATE_ABSENT, pContext->pEngineState->registration.sczExecutableName, sczLocalSource ? sczLocalSource : wzLocalSource, wzDownloadSource, qwSize, TRUE, sczCommandline, NULL, NULL, NULL, rgbHash, cbHash); |
373 | ExitOnFailure(hr, "Failed to set update bundle."); | 373 | ExitOnFailure(hr, "Failed to set update bundle."); |
374 | 374 | ||
375 | pContext->pEngineState->update.fUpdateAvailable = TRUE; | 375 | pContext->pEngineState->update.fUpdateAvailable = TRUE; |