Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add overloads to support create-only Wixouts. #572

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

barnson
Copy link
Member

@barnson barnson commented Oct 4, 2024

This prevents the .NET ZipArchive (and friends) from keeping the whole thing in memory, to support updating when we don't need to update the Wixout when building a binary Wixlib.

src/api/wix/WixToolset.Data/WixOutput.cs Outdated Show resolved Hide resolved
src/api/wix/WixToolset.Data/WixOutput.cs Outdated Show resolved Hide resolved
This prevents the .NET ZipArchive (and friends) from keeping the whole
thing in memory, to support updating when we don't need to update the
Wixout when building a binary Wixlib.
@robmen robmen enabled auto-merge (rebase) October 4, 2024 18:41
@robmen robmen merged commit a75f23d into main Oct 4, 2024
2 checks passed
@robmen robmen deleted the bob/WixOutputCreateMode branch October 4, 2024 19:22
@github-actions github-actions bot locked and limited conversation to collaborators Oct 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants