diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-04-02 15:57:21 -0400 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2026-04-03 08:05:38 -0400 |
| commit | b8977d6f88e7b68e000bac226a2814f236770570 (patch) | |
| tree | d8c97c7440122f678f8468b67fcadecd7997acab | |
| parent | cb06f75799d845eeb78d326d4b1295921acd0bad (diff) | |
| download | wix-main.tar.gz wix-main.tar.bz2 wix-main.zip | |
Fixes https://github.com/wixtoolset/issues/issues/9275
| -rw-r--r-- | src/api/burn/balutil/msg.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/burn/balutil/msg.cpp b/src/api/burn/balutil/msg.cpp index b728cc83..b37cce8c 100644 --- a/src/api/burn/balutil/msg.cpp +++ b/src/api/burn/balutil/msg.cpp | |||
| @@ -513,6 +513,8 @@ static HRESULT OnCacheAcquireResolving( | |||
| 513 | hr = BuffReaderReadString(pReaderArgs, &sczDownloadUrl); | 513 | hr = BuffReaderReadString(pReaderArgs, &sczDownloadUrl); |
| 514 | ExitOnFailure(hr, "Failed to read download url of OnCacheAcquireResolving args."); | 514 | ExitOnFailure(hr, "Failed to read download url of OnCacheAcquireResolving args."); |
| 515 | 515 | ||
| 516 | args.wzDownloadUrl = sczDownloadUrl; | ||
| 517 | |||
| 516 | hr = BuffReaderReadString(pReaderArgs, &sczPayloadContainerId); | 518 | hr = BuffReaderReadString(pReaderArgs, &sczPayloadContainerId); |
| 517 | ExitOnFailure(hr, "Failed to read payload container id of OnCacheAcquireResolving args."); | 519 | ExitOnFailure(hr, "Failed to read payload container id of OnCacheAcquireResolving args."); |
| 518 | 520 | ||
