Skip to content

Commit

Permalink
Merge pull request #54 from kenchan0130/fix-53
Browse files Browse the repository at this point in the history
Fix to convert AllowAvailableUninstall of Add-IntuneWin32App parameter
  • Loading branch information
aaronparker authored Jun 25, 2024
2 parents 5c4e4c6 + b2b9617 commit 94253fe
Show file tree
Hide file tree
Showing 64 changed files with 70 additions and 81 deletions.
2 changes: 1 addition & 1 deletion docs/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Here's an example `App.json` for Adobe Acrobat Reader DC:
"UninstallCommand": "msiexec.exe /X \"{AC76BA86-1033-1033-7760-BC15014EA700}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The use of `Install.ps1` is defined in `Program.InstallCommand` section in the `
"UninstallCommand": "msiexec.exe /X \"{AC76BA86-1033-1033-7760-BC15014EA700}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
```

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

Expand Down
2 changes: 1 addition & 1 deletion packages/App/AdobeAcrobatReaderDC/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"UninstallCommand": "Deploy-Application.exe -DeploymentType \"Uninstall\" -DeployMode \"Silent\"",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/AdobeAcrobatReaderDCMUI/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"UninstallCommand": "msiexec.exe /X \"{AC76BA86-1033-FF00-7760-BC15014EA700}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/AdobeAcrobatReaderDCMUIVDI/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"UninstallCommand": "msiexec.exe /X \"{AC76BA86-1033-FF00-7760-BC15014EA700}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
6 changes: 2 additions & 4 deletions packages/App/AppleMobileDeviceSupport/App.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"Application": {

},
"Application": {},
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "AppleMobileDeviceSupport64.msi",
Expand All @@ -25,7 +23,7 @@
"UninstallCommand": "MsiExec.exe /X \"{2B3CA448-5266-480F-85FA-2FCCB3C8712C}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/Audacity/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "\"C:\\Program Files\\Audacity\\unins000.exe\" /VERYSILENT",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/CitrixWorkspaceAppCurrent/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/CitrixWorkspaceAppLTSR/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
6 changes: 2 additions & 4 deletions packages/App/ConnectWiseControl/App.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"Application": {

},
"Application": {},
"PackageInformation": {
"SetupType": "MSI",
"SetupFile": "ConnectWiseControl.ClientSetup.msi",
Expand All @@ -25,7 +23,7 @@
"UninstallCommand": "MsiExec.exe /X \"{CBF0B9B6-05FF-4D3A-B0EA-EDA3438E941F}\" /qn",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/Cyberduck/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "msiexec.exe /X \"{8FF1F756-1F7C-41C1-880E-B03218DFDD72}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/FoxitReader/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "MsiExec.exe /X \"{F398C64A-E282-11EC-8A9F-54BF64A63C26}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/GoogleChrome/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/Greenshot/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/ImageCustomise/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -ExecutionPolicy RemoteSigned -File .\\Remove-Defaults.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/ImageGlass/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "MsiExec.exe /X \"{15872342-C9E9-4C65-9586-35B4EFDB806B}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
5 changes: 2 additions & 3 deletions packages/App/LenovoThinkPadHotkey/App.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"Application": {
},
"Application": {},
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "r18vu48w.exe",
Expand All @@ -24,7 +23,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/LenovoVantageService/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
6 changes: 2 additions & 4 deletions packages/App/LogAnalyticsSecrets/App.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"Application": {

},
"Application": {},
"PackageInformation": {
"SetupType": "EXE",
"SetupFile": "powershell.exe",
Expand All @@ -25,7 +23,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Remove-LogSecrets.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/Microsoft.NETLTS/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "MsiExec.exe /X \"{089A177D-98AE-4195-A115-D3C45613B875}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/Microsoft.NETSTS/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "MsiExec.exe /X \"{089A177D-98AE-4195-A115-D3C45613B875}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftAzurePipelinesAgent/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -2002,7 +2002,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftEdge/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftEdgeWebView2/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftFSLogixApps/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"UninstallCommand": "MsiExec.exe /X \"{089A177D-98AE-4195-A115-D3C45613B875}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftOneDrive/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftOneDriveVDI/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftPowerShell/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftPowerToys/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftSsmsEnu/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "msiexec.exe /X \"{03FFD0DE-C109-45D1-9C19-C010A02CFC73}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftSupportCenter/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"UninstallCommand": "msiexec.exe /X \"{C8466986-8B41-46C3-9DEE-853951EEE23E}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftTeams/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "MsiExec.exe /X \"{731F6BAA-A986-45A4-8936-7C3AAAAA760B}\" /quiet",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftTeamsVDI/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1",
"InstallExperience": "system",
"DeviceRestartBehavior": "suppress",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftVcRedist2012x64/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "\"C:\\ProgramData\\Package Cache\\{ca67548a-5ebe-413a-b50c-4b9ceb6d66c6}\\vcredist_x64.exe\" /uninstall /quiet /noreboot",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftVcRedist2012x86/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "\"C:\\ProgramData\\Package Cache\\{33d1fd90-4274-48a1-9bc1-97e33d9c2d6f}\\vcredist_x86.exe\" /uninstall /quiet /noreboot",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftVcRedist2013x64/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "\"C:\\ProgramData\\Package Cache\\{042d26ef-3dbe-4c25-95d3-4c1b11b235a7}\\vcredist_x64.exe\" /uninstall /quiet /noreboot",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftVcRedist2013x86/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "\"C:\\ProgramData\\Package Cache\\{9dff3540-fc85-4ed5-ac84-9e3c7fd8bece}\\vcredist_x86.exe\" /uninstall /quiet /noreboot",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftVcRedist2022x64/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "\"C:\\ProgramData\\Package Cache\\{5af95fd8-a22e-458f-acee-c61bd787178e}\\VC_redist.x64.exe\" /uninstall /quiet /norestart",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
2 changes: 1 addition & 1 deletion packages/App/MicrosoftVcRedist2022x86/App.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"UninstallCommand": "\"C:\\ProgramData\\Package Cache\\{47109d57-d746-4f8b-9618-ed6a17cc922b}\\VC_redist.x86.exe\" /uninstall /quiet /norestart",
"InstallExperience": "system",
"DeviceRestartBehavior": "basedOnReturnCode",
"AllowAvailableUninstall": "false"
"AllowAvailableUninstall": false
},
"RequirementRule": {
"MinimumRequiredOperatingSystem": "W10_1809",
Expand Down
Loading

0 comments on commit 94253fe

Please sign in to comment.