WinAppack Agent with standard MDM : General Configuration
All policies configure the following registry keys : HKLM\SOFTWARE\Policies\WinAppack\...
The WinAppack Agent relies on the values of these registry keys.
PolicyMode
This policy enables or disables management of the WinAppack Agent via GPO. When disabled, all other policies have no effect.
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack/PolicyModeAccepted Values :
To enable management of the WinAppack Agent :
<enabled/>To disable management of the WinAppack Agent :
<disabled/>Default Value :
<disabled/>LicenseKey
Use this policy to activate the WinAppack Agent. Without a license key, all other policies have no effect.
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack/LicenseKeyAccepted Values : Replace "ABCDEFG123" by your licenseKey
<enabled/>
<data id="String" value="ABCDEFG123"/>Default Value :
<disabled/>DesktopShortcut
Manage the "WinAppack.lnk" shortcut on the public desktop :
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack/DesktopShortcutAccepted Values :
<enabled/><disabled/>Default Value :
<enabled/>StartMenuShortcut
Manage the "WinAppack.lnk" shortcut in the Start Menu :
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack/StartMenuShortcutAccepted Values :
<enabled/><disabled/>Default Value :
<enabled/>ManifestUrl
URL of the JSON manifest containing the list of available software :
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack/ManifestUrlAccepted Values :
<enabled/>
<data id="String" value="https://otherserver.com/v1/WinAppack-SoftwareList.json"/>To explicitly use the default URL :
<disabled/>Default Value : https://api.winappack.fr/v1/WinAppack-SoftwareList.json
<disabled/>DownloadBaseUrl
URL of the site hosting the software logos (.svg / .png) and the PowerShell installation scripts (.ps1) :
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack/DownloadBaseUrlAccepted Values :
<enabled/>
<data id="String" value="https://otherserver.com"/>To explicitly use the default hosting site :
<disabled/>Default Value : https://api.winappack.fr
<disabled/>RefreshDelayMinutes
Time interval between update checks :
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack/RefreshDelayMinutesAccepted Values :
- Minimum: 10 (10 minutes)
- Maximum: 1440 (24 hours)
<enabled/>
<data id="Number" value="60"/>To explicitly use the default value : 60
<disabled/>Default Value : 60
<disabled/>CloseAppMessage
Enable or Disable the message asking the user to close the application before installation :
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack/CloseAppMessageAccepted Values :
<enabled/><disabled/>Default Value :
<disabled/>DefaultDeployment
Manage the default behavior in the user interface for software that does not have a deployment policy :
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack/DefaultDeploymentAccepted Values :
Available : For software that does not have any Deployment policy in the Software configuration, the software will appear as available in the user interface
<enabled/>
<data id="DefaultDeploymentDropboxEnter" value="Available"/>NotAvailable : For software that does not have any Deployment policy in the Software configuration, the software will not appear in the user interface.
<enabled/>
<data id="DefaultDeploymentDropboxEnter" value="NotAvailable"/>Default Value : Available
<enabled/>
<data id="DefaultDeploymentDropboxEnter" value="Available"/>Software Configuration :
To configure the list of authorized software, use the Slug of each software available in the following JSON manifest.
https://api.winappack.fr/v1/WinAppack-SoftwareList.json
Deployment Available
Each software present in this policy will be available for installation/uninstallation in the user interface.
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack~softwares/DeploymentAvailableAccepted Values : Replace {Slug} by one or multiple Software Slug.
<enabled/>
<data id="List" value="{Slug}{Slug}{Slug}"/>Example :
<enabled/>
<data id="List" value="Audacity7_zipNotepad_plus_plus"/>Default value for each Software : See DefaultDeployment policy value.
Deployment Required
Each software present in this policy will be automatically installed. Users cannot manage the installation or uninstallation of this softwares in the user interface.
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack~softwares/DeploymentRequiredAccepted Values : Replace {Slug} by one or multiple Software Slug.
<enabled/>
<data id="List" value="{Slug}{Slug}{Slug}"/>Example :
<enabled/>
<data id="List" value="Audacity7_zipNotepad_plus_plus"/>Default value for each Software : See DefaultDeployment policy value.
Deployment NotAvailable
Each software present in this policy will not be available for installation/uninstallation in the user interface. Users cannot manage the installation or uninstallation of this softwares in the user interface.
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack~softwares/DeploymentNotAvailableAccepted Values : Replace {Slug} by one or multiple Software Slug.
<enabled/>
<data id="List" value="{Slug}{Slug}{Slug}"/>Example :
<enabled/>
<data id="List" value="Audacity7_zipNotepad_plus_plus"/>Default value for each Software : See DefaultDeployment policy value.
Deployment Uninstall
Each software present in this policy will be automatically uninstalled. Users cannot manage the installation or uninstallation of this softwares in the user interface.
OMA-URI :
./Device/Vendor/MSFT/Policy/Config/WinAppack~Policy~winappack~softwares/DeploymentUninstallAccepted Values : Replace {Slug} by one or multiple Software Slug.
<enabled/>
<data id="List" value="{Slug}{Slug}{Slug}"/>Example :
<enabled/>
<data id="List" value="Audacity7_zipNotepad_plus_plus"/>Default value for each Software : See DefaultDeployment policy value.
Remark : If a software is present in different Deployment Policies, the Agent applies policies in the following priority order : Uninstall, NotAvailable, Required, Available