Winget Intune app packager
This tool auto create Intune app package from Winget app repository using https://github.com/Romanitho/Winget-Install
Before using the tool, you must create an app registration in Entra:
- Open the Microsoft Entra admin center
- In Microsoft Entra admin center, click App registrations.
- In App registrations, click New registration.
- In Register an application, enter a Name, e.g., WingetIntunePackager. Leave Supported account types set to Single tenant only. Under Redirect URI (optional), select Public client/native (mobile & desktop) and enter https://login.microsoftonline.com/common/oauth2/nativeclient. Click Register
On the Overview page, you will find the necessary information for the configuration file (see below).
You can place an configuration file with the name config.env in the same folder as the executable. The configuration file should be in the following format:
tenant_id=
client_id=
redirect_uri=https://login.microsoftonline.com/common/oauth2/nativeclient
