aaronparker / packagefactory

A packaging factory for Microsoft Intune using Evergreen, VcRedist, and IntuneWin32App
https://stealthpuppy.com/packagefactory/
MIT License
63 stars 18 forks source link

Support AllowAvailableUninstall attribute for App.json #51

Closed kenchan0130 closed 5 months ago

kenchan0130 commented 5 months ago

AllowAvailableUninstall is supported in IntuneWin32App.

https://github.com/MSEndpointMgr/IntuneWin32App/blob/master/Public/Add-IntuneWin32App.ps1#L60-L61

I have modified it so that it can be used in this framework as well.