Skip to content

Commit

Permalink
Merge pull request #51 from kenchan0130/support-allow-available-unins…
Browse files Browse the repository at this point in the history
…tall

Support AllowAvailableUninstall attribute for App.json
  • Loading branch information
aaronparker authored Jun 12, 2024
2 parents 7511fdd + fc812b9 commit 363c4d4
Show file tree
Hide file tree
Showing 65 changed files with 150 additions and 89 deletions.
3 changes: 2 additions & 1 deletion docs/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Here's an example `App.json` for Adobe Acrobat Reader DC:
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "msiexec.exe /X \"{AC76BA86-1033-1033-7760-BC15014EA700}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ The use of `Install.ps1` is defined in `Program.InstallCommand` section in the `
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "msiexec.exe /X \"{AC76BA86-1033-1033-7760-BC15014EA700}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
```

Expand Down
3 changes: 2 additions & 1 deletion docs/intunewin32.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ This block contains the desired program information of a Win32 app. InstallComma
"InstallCommand": "<-- Only required when SetupType is set as EXE -->",
"UninstallCommand": "<-- Only required when SetupType is set as EXE -->",
"InstallExperience": "system \\ user",
"DeviceRestartBehavior": "suppress \\ force \\ basedOnReturnCode \\ allow"
"DeviceRestartBehavior": "suppress \\ force \\ basedOnReturnCode \\ allow",
"AllowAvailableUninstall": "false \\ true"
}
```

Expand Down
3 changes: 2 additions & 1 deletion packages/App/AdobeAcrobatReaderDC/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"InstallCommand": "Deploy-Application.exe -DeploymentType \"Install\" -DeployMode \"Silent\"",
"UninstallCommand": "Deploy-Application.exe -DeploymentType \"Uninstall\" -DeployMode \"Silent\"",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/AdobeAcrobatReaderDCMUI/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "msiexec.exe /X \"{AC76BA86-1033-FF00-7760-BC15014EA700}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode"
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/AdobeAcrobatReaderDCMUIVDI/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "msiexec.exe /X \"{AC76BA86-1033-FF00-7760-BC15014EA700}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/AppleMobileDeviceSupport/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "MsiExec.exe /X \"{2B3CA448-5266-480F-85FA-2FCCB3C8712C}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/Audacity/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "\"C:\\Program Files\\Audacity\\unins000.exe\" /VERYSILENT",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode"
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/CitrixWorkspaceAppCurrent/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode"
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/CitrixWorkspaceAppLTSR/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/ConnectWiseControl/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "MsiExec.exe /X \"{CBF0B9B6-05FF-4D3A-B0EA-EDA3438E941F}\" /qn",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/Cyberduck/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "msiexec.exe /X \"{8FF1F756-1F7C-41C1-880E-B03218DFDD72}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/FoxitReader/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "MsiExec.exe /X \"{F398C64A-E282-11EC-8A9F-54BF64A63C26}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/GoogleChrome/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode"
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/Greenshot/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/ImageCustomise/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -ExecutionPolicy RemoteSigned -File .\\Install-Defaults.ps1",
"UninstallCommand": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -ExecutionPolicy RemoteSigned -File .\\Remove-Defaults.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/ImageGlass/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "MsiExec.exe /X \"{15872342-C9E9-4C65-9586-35B4EFDB806B}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/LenovoThinkPadHotkey/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
5 changes: 3 additions & 2 deletions packages/App/LenovoVantageService/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand All @@ -40,4 +41,4 @@
"Dependencies": [],
"Supersedence": [],
"Assignments": []
}
}
3 changes: 2 additions & 1 deletion packages/App/LogAnalyticsSecrets/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Save-LogSecrets.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Remove-LogSecrets.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/Microsoft.NETLTS/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "MsiExec.exe /X \"{089A177D-98AE-4195-A115-D3C45613B875}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode"
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/Microsoft.NETSTS/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "MsiExec.exe /X \"{089A177D-98AE-4195-A115-D3C45613B875}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode"
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/MicrosoftAzurePipelinesAgent/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/MicrosoftEdge/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode"
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/MicrosoftEdgeWebView2/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode"
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/MicrosoftFSLogixApps/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "MsiExec.exe /X \"{089A177D-98AE-4195-A115-D3C45613B875}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/MicrosoftOneDrive/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/MicrosoftOneDriveVDI/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/MicrosoftPowerShell/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/MicrosoftPowerToys/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/MicrosoftSsmsEnu/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "msiexec.exe /X \"{03FFD0DE-C109-45D1-9C19-C010A02CFC73}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
5 changes: 3 additions & 2 deletions packages/App/MicrosoftSupportCenter/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "msiexec.exe /X \"{C8466986-8B41-46C3-9DEE-853951EEE23E}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down Expand Up @@ -67,4 +68,4 @@
"Notification": "showAll"
}
]
}
}
3 changes: 2 additions & 1 deletion packages/App/MicrosoftTeams/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "MsiExec.exe /X \"{731F6BAA-A986-45A4-8936-7C3AAAAA760B}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
3 changes: 2 additions & 1 deletion packages/App/MicrosoftTeamsVDI/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress"
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
5 changes: 3 additions & 2 deletions packages/App/MicrosoftVcRedist2012x64/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "\"C:\\ProgramData\\Package Cache\\{ca67548a-5ebe-413a-b50c-4b9ceb6d66c6}\\vcredist_x64.exe\" /uninstall /quiet /noreboot",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode"
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down Expand Up @@ -59,4 +60,4 @@
"RestartNotificationSnooze": 240
}
]
}
}
5 changes: 3 additions & 2 deletions packages/App/MicrosoftVcRedist2012x86/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"InstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Install.ps1",
"UninstallCommand": "\"C:\\ProgramData\\Package Cache\\{33d1fd90-4274-48a1-9bc1-97e33d9c2d6f}\\vcredist_x86.exe\" /uninstall /quiet /noreboot",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode"
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down Expand Up @@ -59,4 +60,4 @@
"RestartNotificationSnooze": 240
}
]
}
}
Loading

0 comments on commit 363c4d4

Please sign in to comment.