Skip to content

Update New-ExternalHelpCab to build large cab file #497

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

Merged
merged 1 commit into from
Jan 12, 2021
Merged

Update New-ExternalHelpCab to build large cab file #497

merged 1 commit into from
Jan 12, 2021

Conversation

sdwheeler
Copy link
Collaborator

PlatyPS users MakeCab.exe to create the cab files. By default CAB files are limited to the size of a floppy disk (1.44M). When that size is exceeded, MakeCab create additional CAB files until all files are compressed. PlatyPS only expects a single CAB file.

The SCCM ConfigurationManager module is hitting this size limit. This causes Update-Help to fail because only the first CAB is published.

This change should bump the CAB file size limit to ~600MB.

I have locally tested this change with the SCCM content.

@SteveL-MSFT @theJasonHelmick

@sdwheeler sdwheeler closed this Jan 12, 2021
@sdwheeler sdwheeler reopened this Jan 12, 2021
- Fix build error updating help
- Fix appveyor script
- Pin Pester to version 4.10.1
- update module list
- Fix or comment out failing tests
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.

2 participants