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

use 7zip for FastUnzip MSI action to boost zip expansion performance #977

Merged
merged 1 commit into from Oct 20, 2020

Conversation

mwrock
Copy link
Member

@mwrock mwrock commented Oct 20, 2020

We have discovered that using 7zip to expand the MSI zip payload is significantly faster that tne C# library we currently use. chef/fastmsi-custom-action#6 alters the behavior of the CustomActionFastMsi.CA.dll to shell out to 7zip.

Testing with the chef MSI, it brought the install time from 2 minutes and 28 seconds down to 38 seconds.

Signed-off-by: mwrock matt@mattwrock.com

@mwrock mwrock requested review from a team as code owners October 20, 2020 01:18
@tas50 tas50 merged commit 982a053 into master Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants