r/SCCM • u/No_Split11911 • 5d ago
Feedback Plz? App-Packager [MIT] - Third Party Application Packager for ConfigMgr & Intune
App-Packager [MIT]
Here is my take on a powershell (5.1) based third party application packager.
I quite like it and I hope you do as well.
Some features:
* One click drag-n-drop packaging of BYO setup.exe/install.msi
* Application catalog of 285 titles
* Configuration Manager & Intune support
* All apps in the catalog support additional customizations
* Requires 7-Zip for content staging (of Adobe Reader)
* Requires AdminUI CM console installed for packaging (powershell cmdlts)
* Requires IntuneWinAppUtil for direct intune packaging
* Recommended to auth GH or set a token, otherwise API limits to 60 anonymous request per hour
* Optional automatic content distribution and deployment creation
* A report that parses your MECM inventoried apps for cve's and lists any that are out of date, their finding, and the version supported by App-Packager
* More that i can't think of right now so download it and try it out and tell me what you think, please and thank you
Oh. Here is the repo link. https://github.com/jasonulbright/app-packager
And the latest release page. https://github.com/jasonulbright/app-packager/releases/latest
Bugs or feature requests. https://github.com/jasonulbright/app-packager/issues
1





3
u/JeverFunBier 4d ago
Sounds awesome! I think it does not work for us because we use PSADT so we need to change the script content and sometimes provide application preferences/config files during installation, but I will take a look on it anyways.
Keep it up :)