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

4 GB file limit ? #6

Open
knlsystemhostingdk opened this issue Feb 26, 2019 · 0 comments
Open

4 GB file limit ? #6

knlsystemhostingdk opened this issue Feb 26, 2019 · 0 comments

Comments

@knlsystemhostingdk
Copy link

Trying to package around 4gb of data into an intune package.
but im getting this error
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)

Its true enough my package is 4gb, so its not because i pick up the wrong files.
I just cant get the application to make the package.
plenty of free space on the drives.

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