Skip to content

Commit b8977d6

Browse files
committed
Copy download URL to BA arguments.
Fixes wixtoolset/issues#9275
1 parent cb06f75 commit b8977d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/burn/balutil/msg.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,8 @@ static HRESULT OnCacheAcquireResolving(
513513
hr = BuffReaderReadString(pReaderArgs, &sczDownloadUrl);
514514
ExitOnFailure(hr, "Failed to read download url of OnCacheAcquireResolving args.");
515515

516+
args.wzDownloadUrl = sczDownloadUrl;
517+
516518
hr = BuffReaderReadString(pReaderArgs, &sczPayloadContainerId);
517519
ExitOnFailure(hr, "Failed to read payload container id of OnCacheAcquireResolving args.");
518520

0 commit comments

Comments
 (0)