Issue with prep tool
nonfatyogurt19 opened this issue · 2 comments
I'm trying to build a win 32 app with the prep tool and every time I start the prep tool, it fails after hitting 70%. The error I'm getting is:
ERROR System.IO.IOException: The requested operation cannot be performed on a file with a user-mapped section open.
This happens when I use an EXE, PS script, and and MSI file as the setup file. This issue is happening on multiple workstations with varying settings as well
Hi @nonfatyogurt19 ! Alex from Simeon Cloud, here. In case you're open to an alternative, our team has created an open source tool http://github.com/simeoncloud/IntuneAppBuilder/ which has the same functionality as this tool (plus the ability to publish apps). We may be avoiding this issue by using a FileStream rather than a MemoryStream. If you give it a shot -- please let us know!