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

[version 1.5] 4GB File Size Limit? #9

Closed
TechTrooper opened this issue Jun 21, 2019 · 1 comment
Closed

[version 1.5] 4GB File Size Limit? #9

TechTrooper opened this issue Jun 21, 2019 · 1 comment

Comments

@TechTrooper
Copy link

TechTrooper commented Jun 21, 2019

I'm unable to package a 5GB CAD software due to 4GB file size limit. None of the files inside the archive is above 2GB.

Intune win32 apps are supposed to support up to 8GB packages (according to docs.microsoft.com)
image

System.IO.InvalidDataException: Entries larger than 4GB are not supported in Update mode. at System.IO.Compression.ZipArchive.Init(Stream stream, ZipArchiveMode mode, Boolean leaveOpen) at System.IO.Compression.ZipFile.Open(String archiveFileName, ZipArchiveMode mode, Encoding entryNameEncoding) at Microsoft.Management.Service.IntuneWinAppUtil.ZipUtil.CreateFromDirectory(String sourceDirectoryName, String destinationArchiveFileName, CompressionOption compressionOption, Boolean includeBaseDirectory, ReportProgress reportProgress) at Microsoft.Management.Service.IntuneWinAppUtil.ZipUtil.ZipFolder(String folder, String zipFile, AppContext context, Boolean noCompression, Boolean includeBaseDirectory) at Microsoft.Management.Service.IntuneWinAppUtil.PackageUtil.CreatePackage(String folder, String setupFile, String outputFolder) at Microsoft.Management.Service.IntuneWinAppUtil.Program.Main(String[] args)

@TechTrooper
Copy link
Author

Unsolved and unable to test with later versions. Closing

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

No branches or pull requests

1 participant