Packaging for Intune and Configuration Manager
Two outputs based on the same configuration and runtime.
- Intune: wrapper.exe -PackIntune -SourcePath . -SetupFile .\setup.exe
- The Intune result contains a prepared folder and .intunewin output.
- IntuneWinAppUtil must be available automatically or through an explicit path.
- Configuration Manager: wrapper.exe -PackSccm -SourcePath .
- The SCCM result is a prepared application content folder.
- Source, prerequisite and detection validation runs before packaging.
WrappCore guidance
WrappCore standardizes the project and execution model. Production deployment must still follow the organization’s test, security and change-management process.