From 1dc877bb7c58074e20cb51c7f1e9a084993ff798 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Wed, 12 Jun 2024 02:25:28 +0000 Subject: [PATCH 01/61] Update json 2024.06.12.986 update-json --- packages/App/GoogleChrome/App.json | 6 +++--- packages/App/GoogleChrome/Source/Install.json | 2 +- packages/App/MozillaFirefox/App.json | 8 ++++---- packages/App/MozillaFirefox/Source/Install.json | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index 3b9b332c..9ac683e4 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "126.0.6478.36", + "Version": "126.0.6478.57", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png" }, "Information": { - "DisplayName": "Google Chrome 126.0.6478.36 x64", + "DisplayName": "Google Chrome 126.0.6478.57 x64", "Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.", "Publisher": "Google", "InformationURL": "https://www.google.com/chrome/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Google\\Chrome\\Application", "FileOrFolder": "Chrome.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.6478.36", + "VersionValue": "126.0.6478.57", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index cf4d9301..646f62a6 100644 --- a/packages/App/GoogleChrome/Source/Install.json +++ b/packages/App/GoogleChrome/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "126.0.6478.36" + "Version": "126.0.6478.57" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MozillaFirefox/App.json b/packages/App/MozillaFirefox/App.json index a73fb0db..d89bc834 100644 --- a/packages/App/MozillaFirefox/App.json +++ b/packages/App/MozillaFirefox/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 126.0.1.msi", - "Version": "126.0.1", + "SetupFile": "Firefox Setup 127.0.msi", + "Version": "127.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Mozilla-Firefox.png" }, "Information": { - "DisplayName": "Mozilla Firefox 126.0.1 x64", + "DisplayName": "Mozilla Firefox 127.0 x64", "Description": "Get the browser that protects what's important. No shady privacy policies or back doors for advertisers. Just a lightning fast browser that doesn't sell you out.", "Publisher": "Mozilla", "InformationURL": "https://www.mozilla.org/firefox/new/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Mozilla Firefox", "FileOrFolder": "firefox.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.1", + "VersionValue": "127.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MozillaFirefox/Source/Install.json b/packages/App/MozillaFirefox/Source/Install.json index ac5c7910..af868e0b 100644 --- a/packages/App/MozillaFirefox/Source/Install.json +++ b/packages/App/MozillaFirefox/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 126.0.1.msi", - "Version": "126.0.1" + "SetupFile": "Firefox Setup 127.0.msi", + "Version": "127.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 388b7380c922269d24dd9602a11de58b63c108eb Mon Sep 17 00:00:00 2001 From: kenchan0130 Date: Thu, 13 Jun 2024 00:00:39 +0900 Subject: [PATCH 02/61] Fix to convert AllowAvailableUninstall of Add-IntuneWin32App parameter Signed-off-by: kenchan0130 --- scripts/Create-Win32App.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Create-Win32App.ps1 b/scripts/Create-Win32App.ps1 index 56f30bbc..a82d3e95 100644 --- a/scripts/Create-Win32App.ps1 +++ b/scripts/Create-Win32App.ps1 @@ -479,7 +479,7 @@ process { $Win32AppArgs.Add("UninstallCommandLine", $AppData.Program.UninstallCommand) } if (-not([System.String]::IsNullOrEmpty($AppData.Program.AllowAvailableUninstall))) { - $Win32AppArgs.Add("AllowAvailableUninstall", $AppData.Program.AllowAvailableUninstall) + $Win32AppArgs.Add("AllowAvailableUninstall", [System.Convert]::ToBoolean($AppData.Program.AllowAvailableUninstall)) } if ($PSBoundParameters["Validate"]) { From b2b96170700cc6a29538884eaad85f331ea24ee8 Mon Sep 17 00:00:00 2001 From: kenchan0130 Date: Thu, 13 Jun 2024 16:49:34 +0900 Subject: [PATCH 03/61] fix type for AllowAvailableUninstall of App.json from string to boolean --- docs/app.md | 2 +- docs/install.md | 2 +- docs/intunewin32.md | 2 +- packages/App/AdobeAcrobatReaderDC/App.json | 2 +- packages/App/AdobeAcrobatReaderDCMUI/App.json | 2 +- packages/App/AdobeAcrobatReaderDCMUIVDI/App.json | 2 +- packages/App/AppleMobileDeviceSupport/App.json | 6 ++---- packages/App/Audacity/App.json | 2 +- packages/App/CitrixWorkspaceAppCurrent/App.json | 2 +- packages/App/CitrixWorkspaceAppLTSR/App.json | 2 +- packages/App/ConnectWiseControl/App.json | 6 ++---- packages/App/Cyberduck/App.json | 2 +- packages/App/FoxitReader/App.json | 2 +- packages/App/GoogleChrome/App.json | 2 +- packages/App/Greenshot/App.json | 2 +- packages/App/ImageCustomise/App.json | 2 +- packages/App/ImageGlass/App.json | 2 +- packages/App/LenovoThinkPadHotkey/App.json | 5 ++--- packages/App/LenovoVantageService/App.json | 2 +- packages/App/LogAnalyticsSecrets/App.json | 6 ++---- packages/App/Microsoft.NETLTS/App.json | 2 +- packages/App/Microsoft.NETSTS/App.json | 2 +- packages/App/MicrosoftAzurePipelinesAgent/App.json | 2 +- packages/App/MicrosoftEdge/App.json | 2 +- packages/App/MicrosoftEdgeWebView2/App.json | 2 +- packages/App/MicrosoftFSLogixApps/App.json | 2 +- packages/App/MicrosoftOneDrive/App.json | 2 +- packages/App/MicrosoftOneDriveVDI/App.json | 2 +- packages/App/MicrosoftPowerShell/App.json | 2 +- packages/App/MicrosoftPowerToys/App.json | 2 +- packages/App/MicrosoftSsmsEnu/App.json | 2 +- packages/App/MicrosoftSupportCenter/App.json | 2 +- packages/App/MicrosoftTeams/App.json | 2 +- packages/App/MicrosoftTeamsVDI/App.json | 2 +- packages/App/MicrosoftVcRedist2012x64/App.json | 2 +- packages/App/MicrosoftVcRedist2012x86/App.json | 2 +- packages/App/MicrosoftVcRedist2013x64/App.json | 2 +- packages/App/MicrosoftVcRedist2013x86/App.json | 2 +- packages/App/MicrosoftVcRedist2022x64/App.json | 2 +- packages/App/MicrosoftVcRedist2022x86/App.json | 2 +- packages/App/MicrosoftVisualStudioCode/App.json | 2 +- packages/App/MicrosoftWvdRemoteDesktop/App.json | 2 +- packages/App/MimecastOutlookx64/App.json | 6 ++---- packages/App/MimecastOutlookx86/App.json | 6 ++---- packages/App/MozillaFirefox/App.json | 2 +- packages/App/Notepad++/App.json | 2 +- packages/App/PaintDotNetOfflineInstaller/App.json | 2 +- packages/App/RemoteDisplayAnalyzer/App.json | 2 +- packages/App/TrackerSoftwarePDFXChangeEditor/App.json | 2 +- packages/App/VideoLanVlcPlayer/App.json | 2 +- packages/App/ZoomMeetings/App.json | 2 +- packages/App/ZoomRooms/App.json | 2 +- packages/Update/AdobeAcrobatReaderDCMUIx64/App.json | 2 +- packages/Update/AdobeAcrobatReaderDCMUIx86/App.json | 2 +- packages/Update/MicrosoftVisualStudioCode/App.json | 2 +- packages/Update/MicrosoftWvdRemoteDesktop/App.json | 2 +- packages/Update/ZoomMeetings/App.json | 2 +- scripts/Create-Win32App.ps1 | 2 +- template/App.json | 2 +- template/Samples/App_DetectionRule_Registry_Existence.json | 2 +- .../App_DetectionRule_Registry_IntegerComparison.json | 2 +- .../App_DetectionRule_Registry_StringComparison.json | 2 +- .../App_DetectionRule_Registry_VersionComparison.json | 2 +- template/Samples/App_DetectionRule_Script.json | 2 +- template/Samples/App_EXE.json | 2 +- 65 files changed, 71 insertions(+), 82 deletions(-) diff --git a/docs/app.md b/docs/app.md index 04d0bc6a..8e6877fc 100644 --- a/docs/app.md +++ b/docs/app.md @@ -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", diff --git a/docs/install.md b/docs/install.md index fd450cba..4318811e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 }, ``` diff --git a/docs/intunewin32.md b/docs/intunewin32.md index 7b2dff68..66907feb 100644 --- a/docs/intunewin32.md +++ b/docs/intunewin32.md @@ -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 } ``` diff --git a/packages/App/AdobeAcrobatReaderDC/App.json b/packages/App/AdobeAcrobatReaderDC/App.json index 647276ef..e8eca854 100644 --- a/packages/App/AdobeAcrobatReaderDC/App.json +++ b/packages/App/AdobeAcrobatReaderDC/App.json @@ -30,7 +30,7 @@ "UninstallCommand": "Deploy-Application.exe -DeploymentType \"Uninstall\" -DeployMode \"Silent\"", "InstallExperience": "system", "DeviceRestartBehavior": "suppress", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/App/AdobeAcrobatReaderDCMUI/App.json b/packages/App/AdobeAcrobatReaderDCMUI/App.json index f94c1cbb..02f27db1 100644 --- a/packages/App/AdobeAcrobatReaderDCMUI/App.json +++ b/packages/App/AdobeAcrobatReaderDCMUI/App.json @@ -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", diff --git a/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json b/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json index 06da03bc..dac1134b 100644 --- a/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json +++ b/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json @@ -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", diff --git a/packages/App/AppleMobileDeviceSupport/App.json b/packages/App/AppleMobileDeviceSupport/App.json index dbf7b297..4144d08f 100644 --- a/packages/App/AppleMobileDeviceSupport/App.json +++ b/packages/App/AppleMobileDeviceSupport/App.json @@ -1,7 +1,5 @@ { - "Application": { - - }, + "Application": {}, "PackageInformation": { "SetupType": "MSI", "SetupFile": "AppleMobileDeviceSupport64.msi", @@ -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", diff --git a/packages/App/Audacity/App.json b/packages/App/Audacity/App.json index 20ff9818..6d4aefe8 100644 --- a/packages/App/Audacity/App.json +++ b/packages/App/Audacity/App.json @@ -29,7 +29,7 @@ "UninstallCommand": "\"C:\\Program Files\\Audacity\\unins000.exe\" /VERYSILENT", "InstallExperience": "system", "DeviceRestartBehavior": "basedOnReturnCode", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/App/CitrixWorkspaceAppCurrent/App.json b/packages/App/CitrixWorkspaceAppCurrent/App.json index 99539944..3fb42af4 100644 --- a/packages/App/CitrixWorkspaceAppCurrent/App.json +++ b/packages/App/CitrixWorkspaceAppCurrent/App.json @@ -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", diff --git a/packages/App/CitrixWorkspaceAppLTSR/App.json b/packages/App/CitrixWorkspaceAppLTSR/App.json index 5f29cf1a..653fcaff 100644 --- a/packages/App/CitrixWorkspaceAppLTSR/App.json +++ b/packages/App/CitrixWorkspaceAppLTSR/App.json @@ -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", diff --git a/packages/App/ConnectWiseControl/App.json b/packages/App/ConnectWiseControl/App.json index 2948507e..2a6766bb 100644 --- a/packages/App/ConnectWiseControl/App.json +++ b/packages/App/ConnectWiseControl/App.json @@ -1,7 +1,5 @@ { - "Application": { - - }, + "Application": {}, "PackageInformation": { "SetupType": "MSI", "SetupFile": "ConnectWiseControl.ClientSetup.msi", @@ -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", diff --git a/packages/App/Cyberduck/App.json b/packages/App/Cyberduck/App.json index 8a14d72c..998801bd 100644 --- a/packages/App/Cyberduck/App.json +++ b/packages/App/Cyberduck/App.json @@ -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", diff --git a/packages/App/FoxitReader/App.json b/packages/App/FoxitReader/App.json index 559f15ef..6c5e966e 100644 --- a/packages/App/FoxitReader/App.json +++ b/packages/App/FoxitReader/App.json @@ -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", diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index 9ac683e4..abc0e7d4 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -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", diff --git a/packages/App/Greenshot/App.json b/packages/App/Greenshot/App.json index 7c1a1301..99ba2c4a 100644 --- a/packages/App/Greenshot/App.json +++ b/packages/App/Greenshot/App.json @@ -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", diff --git a/packages/App/ImageCustomise/App.json b/packages/App/ImageCustomise/App.json index d2dcc135..97d135b3 100644 --- a/packages/App/ImageCustomise/App.json +++ b/packages/App/ImageCustomise/App.json @@ -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", diff --git a/packages/App/ImageGlass/App.json b/packages/App/ImageGlass/App.json index fb80b1f9..9c1239fd 100644 --- a/packages/App/ImageGlass/App.json +++ b/packages/App/ImageGlass/App.json @@ -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", diff --git a/packages/App/LenovoThinkPadHotkey/App.json b/packages/App/LenovoThinkPadHotkey/App.json index 65a77b06..a0d904da 100644 --- a/packages/App/LenovoThinkPadHotkey/App.json +++ b/packages/App/LenovoThinkPadHotkey/App.json @@ -1,6 +1,5 @@ { - "Application": { - }, + "Application": {}, "PackageInformation": { "SetupType": "EXE", "SetupFile": "r18vu48w.exe", @@ -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", diff --git a/packages/App/LenovoVantageService/App.json b/packages/App/LenovoVantageService/App.json index f631b88e..3d36c008 100644 --- a/packages/App/LenovoVantageService/App.json +++ b/packages/App/LenovoVantageService/App.json @@ -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", diff --git a/packages/App/LogAnalyticsSecrets/App.json b/packages/App/LogAnalyticsSecrets/App.json index 1a94b956..3e04c520 100644 --- a/packages/App/LogAnalyticsSecrets/App.json +++ b/packages/App/LogAnalyticsSecrets/App.json @@ -1,7 +1,5 @@ { - "Application": { - - }, + "Application": {}, "PackageInformation": { "SetupType": "EXE", "SetupFile": "powershell.exe", @@ -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", diff --git a/packages/App/Microsoft.NETLTS/App.json b/packages/App/Microsoft.NETLTS/App.json index 901fead2..0dc63a25 100644 --- a/packages/App/Microsoft.NETLTS/App.json +++ b/packages/App/Microsoft.NETLTS/App.json @@ -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", diff --git a/packages/App/Microsoft.NETSTS/App.json b/packages/App/Microsoft.NETSTS/App.json index e2eb3ff3..8caefde3 100644 --- a/packages/App/Microsoft.NETSTS/App.json +++ b/packages/App/Microsoft.NETSTS/App.json @@ -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", diff --git a/packages/App/MicrosoftAzurePipelinesAgent/App.json b/packages/App/MicrosoftAzurePipelinesAgent/App.json index 46ca00c5..e1954cad 100644 --- a/packages/App/MicrosoftAzurePipelinesAgent/App.json +++ b/packages/App/MicrosoftAzurePipelinesAgent/App.json @@ -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", diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index 1aab871d..7637a63b 100644 --- a/packages/App/MicrosoftEdge/App.json +++ b/packages/App/MicrosoftEdge/App.json @@ -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", diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index 37bf69b7..2fced0ce 100644 --- a/packages/App/MicrosoftEdgeWebView2/App.json +++ b/packages/App/MicrosoftEdgeWebView2/App.json @@ -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", diff --git a/packages/App/MicrosoftFSLogixApps/App.json b/packages/App/MicrosoftFSLogixApps/App.json index 48367719..421e09fb 100644 --- a/packages/App/MicrosoftFSLogixApps/App.json +++ b/packages/App/MicrosoftFSLogixApps/App.json @@ -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", diff --git a/packages/App/MicrosoftOneDrive/App.json b/packages/App/MicrosoftOneDrive/App.json index 67e582c8..378ca580 100644 --- a/packages/App/MicrosoftOneDrive/App.json +++ b/packages/App/MicrosoftOneDrive/App.json @@ -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", diff --git a/packages/App/MicrosoftOneDriveVDI/App.json b/packages/App/MicrosoftOneDriveVDI/App.json index ae2f049a..59da286c 100644 --- a/packages/App/MicrosoftOneDriveVDI/App.json +++ b/packages/App/MicrosoftOneDriveVDI/App.json @@ -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", diff --git a/packages/App/MicrosoftPowerShell/App.json b/packages/App/MicrosoftPowerShell/App.json index 5b518c43..2597b545 100644 --- a/packages/App/MicrosoftPowerShell/App.json +++ b/packages/App/MicrosoftPowerShell/App.json @@ -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", diff --git a/packages/App/MicrosoftPowerToys/App.json b/packages/App/MicrosoftPowerToys/App.json index 720167e0..a582a26c 100644 --- a/packages/App/MicrosoftPowerToys/App.json +++ b/packages/App/MicrosoftPowerToys/App.json @@ -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", diff --git a/packages/App/MicrosoftSsmsEnu/App.json b/packages/App/MicrosoftSsmsEnu/App.json index 3839213c..9a24e96d 100644 --- a/packages/App/MicrosoftSsmsEnu/App.json +++ b/packages/App/MicrosoftSsmsEnu/App.json @@ -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", diff --git a/packages/App/MicrosoftSupportCenter/App.json b/packages/App/MicrosoftSupportCenter/App.json index 1d2bd3f1..6b470182 100644 --- a/packages/App/MicrosoftSupportCenter/App.json +++ b/packages/App/MicrosoftSupportCenter/App.json @@ -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", diff --git a/packages/App/MicrosoftTeams/App.json b/packages/App/MicrosoftTeams/App.json index 9c615cfe..03d59e1a 100644 --- a/packages/App/MicrosoftTeams/App.json +++ b/packages/App/MicrosoftTeams/App.json @@ -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", diff --git a/packages/App/MicrosoftTeamsVDI/App.json b/packages/App/MicrosoftTeamsVDI/App.json index 860a90bd..b5d83941 100644 --- a/packages/App/MicrosoftTeamsVDI/App.json +++ b/packages/App/MicrosoftTeamsVDI/App.json @@ -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", diff --git a/packages/App/MicrosoftVcRedist2012x64/App.json b/packages/App/MicrosoftVcRedist2012x64/App.json index 8932c1fb..5718218b 100644 --- a/packages/App/MicrosoftVcRedist2012x64/App.json +++ b/packages/App/MicrosoftVcRedist2012x64/App.json @@ -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", diff --git a/packages/App/MicrosoftVcRedist2012x86/App.json b/packages/App/MicrosoftVcRedist2012x86/App.json index af6fe9cc..2124afae 100644 --- a/packages/App/MicrosoftVcRedist2012x86/App.json +++ b/packages/App/MicrosoftVcRedist2012x86/App.json @@ -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", diff --git a/packages/App/MicrosoftVcRedist2013x64/App.json b/packages/App/MicrosoftVcRedist2013x64/App.json index 5290f588..e9f7789d 100644 --- a/packages/App/MicrosoftVcRedist2013x64/App.json +++ b/packages/App/MicrosoftVcRedist2013x64/App.json @@ -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", diff --git a/packages/App/MicrosoftVcRedist2013x86/App.json b/packages/App/MicrosoftVcRedist2013x86/App.json index 6e92bf16..c4f6fd0e 100644 --- a/packages/App/MicrosoftVcRedist2013x86/App.json +++ b/packages/App/MicrosoftVcRedist2013x86/App.json @@ -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", diff --git a/packages/App/MicrosoftVcRedist2022x64/App.json b/packages/App/MicrosoftVcRedist2022x64/App.json index 28c9f134..1b20f44e 100644 --- a/packages/App/MicrosoftVcRedist2022x64/App.json +++ b/packages/App/MicrosoftVcRedist2022x64/App.json @@ -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", diff --git a/packages/App/MicrosoftVcRedist2022x86/App.json b/packages/App/MicrosoftVcRedist2022x86/App.json index 3219a16d..c63fa444 100644 --- a/packages/App/MicrosoftVcRedist2022x86/App.json +++ b/packages/App/MicrosoftVcRedist2022x86/App.json @@ -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", diff --git a/packages/App/MicrosoftVisualStudioCode/App.json b/packages/App/MicrosoftVisualStudioCode/App.json index dbd553c9..8e92f296 100644 --- a/packages/App/MicrosoftVisualStudioCode/App.json +++ b/packages/App/MicrosoftVisualStudioCode/App.json @@ -29,7 +29,7 @@ "UninstallCommand": "msiexec.exe /X \"{AC76BA86-1033-1033-7760-BC15014EA700}\" /quiet", "InstallExperience": "system", "DeviceRestartBehavior": "suppress", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/App/MicrosoftWvdRemoteDesktop/App.json b/packages/App/MicrosoftWvdRemoteDesktop/App.json index 5eac11db..6e84b65a 100644 --- a/packages/App/MicrosoftWvdRemoteDesktop/App.json +++ b/packages/App/MicrosoftWvdRemoteDesktop/App.json @@ -29,7 +29,7 @@ "UninstallCommand": "msiexec.exe /X \"{435AF226-840F-49ED-8F03-4B1356F7740F}\" /quiet", "InstallExperience": "system", "DeviceRestartBehavior": "suppress", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/App/MimecastOutlookx64/App.json b/packages/App/MimecastOutlookx64/App.json index b4df76c5..2a09861b 100644 --- a/packages/App/MimecastOutlookx64/App.json +++ b/packages/App/MimecastOutlookx64/App.json @@ -1,7 +1,5 @@ { - "Application": { - - }, + "Application": {}, "PackageInformation": { "SetupType": "MSI", "SetupFile": "Mimecast for outlook 7.10.1.133 (x64).msi", @@ -25,7 +23,7 @@ "UninstallCommand": "MsiExec.exe /X \"{83F8DF4E-C625-4DCD-93A3-DE063BC32D49}\" /quiet /log \"C:\\ProgramData\\PackageFactory\\logs\\MimecastOutlook.log\"", "InstallExperience": "system", "DeviceRestartBehavior": "suppress", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/App/MimecastOutlookx86/App.json b/packages/App/MimecastOutlookx86/App.json index 85ef3710..122e4a3b 100644 --- a/packages/App/MimecastOutlookx86/App.json +++ b/packages/App/MimecastOutlookx86/App.json @@ -1,7 +1,5 @@ { - "Application": { - - }, + "Application": {}, "PackageInformation": { "SetupType": "MSI", "SetupFile": "Mimecast for outlook 7.10.1.133 (x86).msi", @@ -25,7 +23,7 @@ "UninstallCommand": "MsiExec.exe /X \"{83F8DF4E-C625-4DCD-93A3-DE063BC32D49}\" /quiet", "InstallExperience": "system", "DeviceRestartBehavior": "suppress", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/App/MozillaFirefox/App.json b/packages/App/MozillaFirefox/App.json index d89bc834..57d5fead 100644 --- a/packages/App/MozillaFirefox/App.json +++ b/packages/App/MozillaFirefox/App.json @@ -29,7 +29,7 @@ "UninstallCommand": "C:\\Program Files\\Mozilla Firefox\\uninstall\\helper.exe /S", "InstallExperience": "system", "DeviceRestartBehavior": "suppress", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/App/Notepad++/App.json b/packages/App/Notepad++/App.json index 592508c8..1a3f0e75 100644 --- a/packages/App/Notepad++/App.json +++ b/packages/App/Notepad++/App.json @@ -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", diff --git a/packages/App/PaintDotNetOfflineInstaller/App.json b/packages/App/PaintDotNetOfflineInstaller/App.json index a2c43b57..c330e68b 100644 --- a/packages/App/PaintDotNetOfflineInstaller/App.json +++ b/packages/App/PaintDotNetOfflineInstaller/App.json @@ -29,7 +29,7 @@ "UninstallCommand": "MsiExec.exe /X \"{E56D2CED-CCAE-4902-A559-17B452752DA5}\" /quiet", "InstallExperience": "system", "DeviceRestartBehavior": "suppress", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/App/RemoteDisplayAnalyzer/App.json b/packages/App/RemoteDisplayAnalyzer/App.json index a8c710e3..8824904b 100644 --- a/packages/App/RemoteDisplayAnalyzer/App.json +++ b/packages/App/RemoteDisplayAnalyzer/App.json @@ -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", diff --git a/packages/App/TrackerSoftwarePDFXChangeEditor/App.json b/packages/App/TrackerSoftwarePDFXChangeEditor/App.json index 7c779f42..7f412659 100644 --- a/packages/App/TrackerSoftwarePDFXChangeEditor/App.json +++ b/packages/App/TrackerSoftwarePDFXChangeEditor/App.json @@ -29,7 +29,7 @@ "UninstallCommand": "MsiExec.exe /X \"{2B1A32F0-ABD0-42C4-A123-7CC642AA3B5E}\" /quiet", "InstallExperience": "system", "DeviceRestartBehavior": "suppress", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/App/VideoLanVlcPlayer/App.json b/packages/App/VideoLanVlcPlayer/App.json index dff908ad..299a37a3 100644 --- a/packages/App/VideoLanVlcPlayer/App.json +++ b/packages/App/VideoLanVlcPlayer/App.json @@ -29,7 +29,7 @@ "UninstallCommand": "MsiExec.exe /X \"{1BB20266-7C52-4909-B075-22156F75D22C}\" /quiet", "InstallExperience": "system", "DeviceRestartBehavior": "suppress", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/App/ZoomMeetings/App.json b/packages/App/ZoomMeetings/App.json index 67546395..680f0729 100644 --- a/packages/App/ZoomMeetings/App.json +++ b/packages/App/ZoomMeetings/App.json @@ -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", diff --git a/packages/App/ZoomRooms/App.json b/packages/App/ZoomRooms/App.json index 48cb0cb3..06927d4c 100644 --- a/packages/App/ZoomRooms/App.json +++ b/packages/App/ZoomRooms/App.json @@ -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", diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json index ddc089a7..7afe59aa 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json @@ -29,7 +29,7 @@ "UninstallCommand": "msiexec.exe /X \"AdobeAcrobatReaderDCMUIUpdates\" /quiet", "InstallExperience": "system", "DeviceRestartBehavior": "basedOnReturnCode", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json index 8ce1b3b3..4bbdfcb0 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json @@ -29,7 +29,7 @@ "UninstallCommand": "msiexec.exe /X \"AdobeAcrobatReaderDCMUIUpdates\" /quiet", "InstallExperience": "system", "DeviceRestartBehavior": "basedOnReturnCode", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/Update/MicrosoftVisualStudioCode/App.json b/packages/Update/MicrosoftVisualStudioCode/App.json index 1f35aab5..f82b2bb4 100644 --- a/packages/Update/MicrosoftVisualStudioCode/App.json +++ b/packages/Update/MicrosoftVisualStudioCode/App.json @@ -29,7 +29,7 @@ "UninstallCommand": "msiexec.exe /X \"{AC76BA86-1033-1033-7760-BC15014EA700}\" /quiet", "InstallExperience": "system", "DeviceRestartBehavior": "basedOnReturnCode", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/Update/MicrosoftWvdRemoteDesktop/App.json b/packages/Update/MicrosoftWvdRemoteDesktop/App.json index 855d19c9..903443bb 100644 --- a/packages/Update/MicrosoftWvdRemoteDesktop/App.json +++ b/packages/Update/MicrosoftWvdRemoteDesktop/App.json @@ -29,7 +29,7 @@ "UninstallCommand": "msiexec.exe /X \"{435AF226-840F-49ED-8F03-4B1356F7740F}\" /quiet", "InstallExperience": "system", "DeviceRestartBehavior": "basedOnReturnCode", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/packages/Update/ZoomMeetings/App.json b/packages/Update/ZoomMeetings/App.json index db4f0887..cf1da99c 100644 --- a/packages/Update/ZoomMeetings/App.json +++ b/packages/Update/ZoomMeetings/App.json @@ -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", diff --git a/scripts/Create-Win32App.ps1 b/scripts/Create-Win32App.ps1 index a82d3e95..56f30bbc 100644 --- a/scripts/Create-Win32App.ps1 +++ b/scripts/Create-Win32App.ps1 @@ -479,7 +479,7 @@ process { $Win32AppArgs.Add("UninstallCommandLine", $AppData.Program.UninstallCommand) } if (-not([System.String]::IsNullOrEmpty($AppData.Program.AllowAvailableUninstall))) { - $Win32AppArgs.Add("AllowAvailableUninstall", [System.Convert]::ToBoolean($AppData.Program.AllowAvailableUninstall)) + $Win32AppArgs.Add("AllowAvailableUninstall", $AppData.Program.AllowAvailableUninstall) } if ($PSBoundParameters["Validate"]) { diff --git a/template/App.json b/template/App.json index 3f55d6ef..a4ae713a 100644 --- a/template/App.json +++ b/template/App.json @@ -29,7 +29,7 @@ "UninstallCommand": "<-- Only required when SetupType is set as EXE -->", "InstallExperience": "system \\ user", "DeviceRestartBehavior": "suppress \\ force \\ basedOnReturnCode \\ allow", - "AllowAvailableUninstall": "false \\ true" + "AllowAvailableUninstall": false \\ true }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/template/Samples/App_DetectionRule_Registry_Existence.json b/template/Samples/App_DetectionRule_Registry_Existence.json index 1df44c5b..aa97d45b 100644 --- a/template/Samples/App_DetectionRule_Registry_Existence.json +++ b/template/Samples/App_DetectionRule_Registry_Existence.json @@ -17,7 +17,7 @@ "UninstallCommand": "", "InstallExperience": "system \\ user", "DeviceRestartBehavior": "suppress \\ force \\ basedOnReturnCode \\ allow", - "AllowAvailableUninstall": "false \\ true" + "AllowAvailableUninstall": false \\ true }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/template/Samples/App_DetectionRule_Registry_IntegerComparison.json b/template/Samples/App_DetectionRule_Registry_IntegerComparison.json index c90ecc14..38c47e86 100644 --- a/template/Samples/App_DetectionRule_Registry_IntegerComparison.json +++ b/template/Samples/App_DetectionRule_Registry_IntegerComparison.json @@ -17,7 +17,7 @@ "UninstallCommand": "", "InstallExperience": "system \\ user", "DeviceRestartBehavior": "suppress \\ force \\ basedOnReturnCode \\ allow", - "AllowAvailableUninstall": "false \\ true" + "AllowAvailableUninstall": false \\ true }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/template/Samples/App_DetectionRule_Registry_StringComparison.json b/template/Samples/App_DetectionRule_Registry_StringComparison.json index 5c88293d..de8d415f 100644 --- a/template/Samples/App_DetectionRule_Registry_StringComparison.json +++ b/template/Samples/App_DetectionRule_Registry_StringComparison.json @@ -17,7 +17,7 @@ "UninstallCommand": "", "InstallExperience": "system \\ user", "DeviceRestartBehavior": "suppress \\ force \\ basedOnReturnCode \\ allow", - "AllowAvailableUninstall": "false \\ true" + "AllowAvailableUninstall": false \\ true }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/template/Samples/App_DetectionRule_Registry_VersionComparison.json b/template/Samples/App_DetectionRule_Registry_VersionComparison.json index 4ebcfe9c..b28d9e4e 100644 --- a/template/Samples/App_DetectionRule_Registry_VersionComparison.json +++ b/template/Samples/App_DetectionRule_Registry_VersionComparison.json @@ -17,7 +17,7 @@ "UninstallCommand": "", "InstallExperience": "system \\ user", "DeviceRestartBehavior": "suppress \\ force \\ basedOnReturnCode \\ allow", - "AllowAvailableUninstall": "false \\ true" + "AllowAvailableUninstall": false \\ true }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/template/Samples/App_DetectionRule_Script.json b/template/Samples/App_DetectionRule_Script.json index 01f02967..24186b50 100644 --- a/template/Samples/App_DetectionRule_Script.json +++ b/template/Samples/App_DetectionRule_Script.json @@ -17,7 +17,7 @@ "UninstallCommand": "", "InstallExperience": "system \\ user", "DeviceRestartBehavior": "suppress \\ force \\ basedOnReturnCode \\ allow", - "AllowAvailableUninstall": "false \\ true" + "AllowAvailableUninstall": false \\ true }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", diff --git a/template/Samples/App_EXE.json b/template/Samples/App_EXE.json index 3b6c6a3a..a1eaef9d 100644 --- a/template/Samples/App_EXE.json +++ b/template/Samples/App_EXE.json @@ -17,7 +17,7 @@ "UninstallCommand": "Uninstall.exe /s", "InstallExperience": "system \\ user", "DeviceRestartBehavior": "suppress \\ force \\ basedOnReturnCode \\ allow", - "AllowAvailableUninstall": "false \\ true" + "AllowAvailableUninstall": false \\ true }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", From ed7caa32de73fb65c468bbca59ebd37b9ddb35e7 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Fri, 14 Jun 2024 02:25:32 +0000 Subject: [PATCH 04/61] Update json 2024.06.14.988 update-json --- packages/App/GoogleChrome/App.json | 6 +++--- packages/App/GoogleChrome/Source/Install.json | 2 +- packages/App/MicrosoftEdge/App.json | 6 +++--- packages/App/MicrosoftEdge/Source/Install.json | 2 +- packages/App/MicrosoftEdgeWebView2/App.json | 6 +++--- .../App/MicrosoftEdgeWebView2/Source/Install.json | 2 +- packages/App/MicrosoftVisualStudioCode/App.json | 8 ++++---- .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- packages/Update/MicrosoftVisualStudioCode/App.json | 12 ++++++------ .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index 9ac683e4..acea3a11 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "126.0.6478.57", + "Version": "126.0.6478.62", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png" }, "Information": { - "DisplayName": "Google Chrome 126.0.6478.57 x64", + "DisplayName": "Google Chrome 126.0.6478.62 x64", "Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.", "Publisher": "Google", "InformationURL": "https://www.google.com/chrome/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Google\\Chrome\\Application", "FileOrFolder": "Chrome.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.6478.57", + "VersionValue": "126.0.6478.62", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index 646f62a6..bfc1834d 100644 --- a/packages/App/GoogleChrome/Source/Install.json +++ b/packages/App/GoogleChrome/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "126.0.6478.57" + "Version": "126.0.6478.62" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index 1aab871d..28c0756d 100644 --- a/packages/App/MicrosoftEdge/App.json +++ b/packages/App/MicrosoftEdge/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "125.0.2535.92", + "Version": "126.0.2592.56", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge 125.0.2535.92 x64", + "DisplayName": "Microsoft Edge 126.0.2592.56 x64", "Description": "Microsoft Edge is the fast and secure browser that helps you protect your data and save time and money.", "Publisher": "Microsoft", "InformationURL": "https://www.microsoft.com/en-us/edge/features", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application", "FileOrFolder": "msedge.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "125.0.2535.92", + "VersionValue": "126.0.2592.56", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/Source/Install.json b/packages/App/MicrosoftEdge/Source/Install.json index 7e3e1ce3..e636c7ab 100644 --- a/packages/App/MicrosoftEdge/Source/Install.json +++ b/packages/App/MicrosoftEdge/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "125.0.2535.92" + "Version": "126.0.2592.56" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index 37bf69b7..7469e7c2 100644 --- a/packages/App/MicrosoftEdgeWebView2/App.json +++ b/packages/App/MicrosoftEdgeWebView2/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "125.0.2535.92", + "Version": "126.0.2592.56", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge WebView2 Runtime 125.0.2535.92 x64", + "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.56 x64", "Description": "Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2", "Publisher": "Microsoft", "InformationURL": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}", "ValueName": "pv", "Operator": "greaterThanOrEqual", - "Value": "125.0.2535.92", + "Value": "126.0.2592.56", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdgeWebView2/Source/Install.json b/packages/App/MicrosoftEdgeWebView2/Source/Install.json index 43a4cc62..0a8b79bb 100644 --- a/packages/App/MicrosoftEdgeWebView2/Source/Install.json +++ b/packages/App/MicrosoftEdgeWebView2/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "EXE", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "125.0.2535.92" + "Version": "126.0.2592.56" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftVisualStudioCode/App.json b/packages/App/MicrosoftVisualStudioCode/App.json index dbd553c9..4410438d 100644 --- a/packages/App/MicrosoftVisualStudioCode/App.json +++ b/packages/App/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.90.0.exe", - "Version": "1.90.0", + "SetupFile": "VSCodeSetup-x64-1.90.1.exe", + "Version": "1.90.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VSCode.png" }, "Information": { - "DisplayName": "Microsoft Visual Studio Code 1.90.0 x64", + "DisplayName": "Microsoft Visual Studio Code 1.90.1 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.90.0", + "Value": "1.90.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftVisualStudioCode/Source/Install.json b/packages/App/MicrosoftVisualStudioCode/Source/Install.json index 7e82cda1..aa4d8fb7 100644 --- a/packages/App/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/App/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.90.0.exe", - "Version": "1.90.0" + "SetupFile": "VSCodeSetup-x64-1.90.1.exe", + "Version": "1.90.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftVisualStudioCode/App.json b/packages/Update/MicrosoftVisualStudioCode/App.json index 1f35aab5..ce75c154 100644 --- a/packages/Update/MicrosoftVisualStudioCode/App.json +++ b/packages/Update/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.90.0.exe", - "Version": "1.90.0", + "SetupFile": "VSCodeSetup-x64-1.90.1.exe", + "Version": "1.90.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VisualStudioCode.png" }, "Information": { - "DisplayName": "Update for Microsoft Visual Studio Code 1.90.0 x64", + "DisplayName": "Update for Microsoft Visual Studio Code 1.90.1 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "lessThan", - "VersionValue": "1.90.0", + "VersionValue": "1.90.1", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.90.0", + "Value": "1.90.1", "Check32BitOn64System": "false" }, { @@ -62,7 +62,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.90.0", + "VersionValue": "1.90.1", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json index 7e82cda1..aa4d8fb7 100644 --- a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.90.0.exe", - "Version": "1.90.0" + "SetupFile": "VSCodeSetup-x64-1.90.1.exe", + "Version": "1.90.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 3984d41d5af1823d91b589af4ea2a3beb3f3bfbe Mon Sep 17 00:00:00 2001 From: aaronparker Date: Sat, 15 Jun 2024 02:25:14 +0000 Subject: [PATCH 05/61] Update json 2024.06.15.989 update-json --- packages/Update/AdobeAcrobatReaderDCMUIx64/App.json | 10 +++++----- .../AdobeAcrobatReaderDCMUIx64/Source/Install.json | 4 ++-- packages/Update/AdobeAcrobatReaderDCMUIx86/App.json | 10 +++++----- .../AdobeAcrobatReaderDCMUIx86/Source/Install.json | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json index ddc089a7..e1d78c14 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCx64Upd2400220759_MUI.msp", - "Version": "24.002.20759", + "SetupFile": "AcroRdrDCx64Upd2400220854_MUI.msp", + "Version": "24.002.20854", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png" }, "Information": { - "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20759 x64", + "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20854 x64", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "lessThan", - "VersionValue": "24.002.20759", + "VersionValue": "24.002.20854", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20759", + "VersionValue": "24.002.20854", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json index bb8d33ca..a532593b 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCx64Upd2400220759_MUI.msp", - "Version": "24.002.20759" + "SetupFile": "AcroRdrDCx64Upd2400220854_MUI.msp", + "Version": "24.002.20854" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json index 8ce1b3b3..c6c959c8 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCUpd2400220759_MUI.msp", - "Version": "24.002.20759", + "SetupFile": "AcroRdrDCUpd2400220854_MUI.msp", + "Version": "24.002.20854", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png" }, "Information": { - "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20759 x86", + "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20854 x86", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader", "FileOrFolder": "AcroRd32.exe", "Operator": "lessThan", - "VersionValue": "24.002.20759", + "VersionValue": "24.002.20854", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader", "FileOrFolder": "AcroRd32.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20759", + "VersionValue": "24.002.20854", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json index 8803620b..e6c0f151 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCUpd2400220759_MUI.msp", - "Version": "24.002.20759" + "SetupFile": "AcroRdrDCUpd2400220854_MUI.msp", + "Version": "24.002.20854" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 37c67a50505a67cb81ba4619f3143ace00980fe5 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Sun, 16 Jun 2024 02:28:02 +0000 Subject: [PATCH 06/61] Update json 2024.06.16.990 update-json --- packages/Update/AdobeAcrobatReaderDCMUIx64/App.json | 10 +++++----- .../AdobeAcrobatReaderDCMUIx64/Source/Install.json | 4 ++-- packages/Update/AdobeAcrobatReaderDCMUIx86/App.json | 10 +++++----- .../AdobeAcrobatReaderDCMUIx86/Source/Install.json | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json index e1d78c14..3088ab11 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCx64Upd2400220854_MUI.msp", - "Version": "24.002.20854", + "SetupFile": "AcroRdrDCx64Upd2400220857_MUI.msp", + "Version": "24.002.20857", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png" }, "Information": { - "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20854 x64", + "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20857 x64", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "lessThan", - "VersionValue": "24.002.20854", + "VersionValue": "24.002.20857", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20854", + "VersionValue": "24.002.20857", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json index a532593b..949d9bf6 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCx64Upd2400220854_MUI.msp", - "Version": "24.002.20854" + "SetupFile": "AcroRdrDCx64Upd2400220857_MUI.msp", + "Version": "24.002.20857" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json index c6c959c8..fe68f5d1 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCUpd2400220854_MUI.msp", - "Version": "24.002.20854", + "SetupFile": "AcroRdrDCUpd2400220857_MUI.msp", + "Version": "24.002.20857", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png" }, "Information": { - "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20854 x86", + "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20857 x86", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader", "FileOrFolder": "AcroRd32.exe", "Operator": "lessThan", - "VersionValue": "24.002.20854", + "VersionValue": "24.002.20857", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader", "FileOrFolder": "AcroRd32.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20854", + "VersionValue": "24.002.20857", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json index e6c0f151..a4086e86 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCUpd2400220854_MUI.msp", - "Version": "24.002.20854" + "SetupFile": "AcroRdrDCUpd2400220857_MUI.msp", + "Version": "24.002.20857" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 8d0c0e4a27c7da41f7345db1e815d9aa1473f38c Mon Sep 17 00:00:00 2001 From: aaronparker Date: Tue, 18 Jun 2024 02:25:30 +0000 Subject: [PATCH 07/61] Update json 2024.06.18.992 update-json --- packages/App/MicrosoftEdge/App.json | 6 +++--- packages/App/MicrosoftEdge/Source/Install.json | 2 +- packages/App/MicrosoftEdgeWebView2/App.json | 6 +++--- packages/App/MicrosoftEdgeWebView2/Source/Install.json | 2 +- packages/App/ZoomMeetings/App.json | 6 +++--- packages/App/ZoomMeetings/Source/Install.json | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index 28c0756d..35fac3bf 100644 --- a/packages/App/MicrosoftEdge/App.json +++ b/packages/App/MicrosoftEdge/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.56", + "Version": "126.0.2592.61", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge 126.0.2592.56 x64", + "DisplayName": "Microsoft Edge 126.0.2592.61 x64", "Description": "Microsoft Edge is the fast and secure browser that helps you protect your data and save time and money.", "Publisher": "Microsoft", "InformationURL": "https://www.microsoft.com/en-us/edge/features", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application", "FileOrFolder": "msedge.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.2592.56", + "VersionValue": "126.0.2592.61", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/Source/Install.json b/packages/App/MicrosoftEdge/Source/Install.json index e636c7ab..918362b6 100644 --- a/packages/App/MicrosoftEdge/Source/Install.json +++ b/packages/App/MicrosoftEdge/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.56" + "Version": "126.0.2592.61" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index 7469e7c2..9ee89737 100644 --- a/packages/App/MicrosoftEdgeWebView2/App.json +++ b/packages/App/MicrosoftEdgeWebView2/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.56", + "Version": "126.0.2592.61", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.56 x64", + "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.61 x64", "Description": "Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2", "Publisher": "Microsoft", "InformationURL": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}", "ValueName": "pv", "Operator": "greaterThanOrEqual", - "Value": "126.0.2592.56", + "Value": "126.0.2592.61", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdgeWebView2/Source/Install.json b/packages/App/MicrosoftEdgeWebView2/Source/Install.json index 0a8b79bb..c9591b38 100644 --- a/packages/App/MicrosoftEdgeWebView2/Source/Install.json +++ b/packages/App/MicrosoftEdgeWebView2/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "EXE", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.56" + "Version": "126.0.2592.61" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/ZoomMeetings/App.json b/packages/App/ZoomMeetings/App.json index 67546395..e49ddec2 100644 --- a/packages/App/ZoomMeetings/App.json +++ b/packages/App/ZoomMeetings/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "ZoomInstallerFull.msi", - "Version": "6.0.11.39959", + "Version": "6.1.0.41135", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Zoom.png" }, "Information": { - "DisplayName": "Zoom Meetings Client 6.0.11.39959 x64", + "DisplayName": "Zoom Meetings Client 6.1.0.41135 x64", "Description": "Simplified video conferencing and messaging across any device. Phone, Meetings, Chat, Whiteboard and more for your desktop.", "Publisher": "Zoom", "InformationURL": "https://explore.zoom.us/en/products/meetings/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Zoom\\bin", "FileOrFolder": "Zoom.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "6.0.11.39959", + "VersionValue": "6.1.0.41135", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ZoomMeetings/Source/Install.json b/packages/App/ZoomMeetings/Source/Install.json index 91d0b56c..5b75097e 100644 --- a/packages/App/ZoomMeetings/Source/Install.json +++ b/packages/App/ZoomMeetings/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "ZoomInstallerFull.msi", - "Version": "6.0.11.39959" + "Version": "6.1.0.41135" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 92faeeec0d72085c1f3d32403774888aa5913265 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Wed, 19 Jun 2024 02:25:52 +0000 Subject: [PATCH 08/61] Update json 2024.06.19.993 update-json --- packages/App/GoogleChrome/App.json | 6 +++--- packages/App/GoogleChrome/Source/Install.json | 2 +- packages/App/MicrosoftWvdRemoteDesktop/App.json | 8 ++++---- .../App/MicrosoftWvdRemoteDesktop/Source/Install.json | 4 ++-- packages/App/TrackerSoftwarePDFXChangeEditor/App.json | 6 +++--- .../Source/Install.json | 2 +- packages/Update/MicrosoftWvdRemoteDesktop/App.json | 10 +++++----- .../MicrosoftWvdRemoteDesktop/Source/Install.json | 4 ++-- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index acea3a11..4e6f9b31 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "126.0.6478.62", + "Version": "126.0.6478.115", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png" }, "Information": { - "DisplayName": "Google Chrome 126.0.6478.62 x64", + "DisplayName": "Google Chrome 126.0.6478.115 x64", "Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.", "Publisher": "Google", "InformationURL": "https://www.google.com/chrome/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Google\\Chrome\\Application", "FileOrFolder": "Chrome.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.6478.62", + "VersionValue": "126.0.6478.115", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index bfc1834d..9c5bb811 100644 --- a/packages/App/GoogleChrome/Source/Install.json +++ b/packages/App/GoogleChrome/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "126.0.6478.62" + "Version": "126.0.6478.115" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftWvdRemoteDesktop/App.json b/packages/App/MicrosoftWvdRemoteDesktop/App.json index 5eac11db..1d3f102d 100644 --- a/packages/App/MicrosoftWvdRemoteDesktop/App.json +++ b/packages/App/MicrosoftWvdRemoteDesktop/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5405.0_x64.msi", - "Version": "1.2.5405.0", + "SetupFile": "RemoteDesktop_1.2.5454.0_x64.msi", + "Version": "1.2.5454.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-RemoteDesktop2.png" }, "Information": { - "DisplayName": "Microsoft Remote Desktop 1.2.5405.0 x64", + "DisplayName": "Microsoft Remote Desktop 1.2.5454.0 x64", "Description": "The Microsoft Remote Desktop client is used to connect to Azure Virtual Desktop to access your desktops and applications. This article shows you how to connect to Azure Virtual Desktop with the Remote Desktop client for Windows.", "Publisher": "Microsoft", "InformationURL": "https://learn.microsoft.com/en-us/azure/virtual-desktop/users/connect-windows", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.2.5405.0", + "VersionValue": "1.2.5454.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json b/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json index e1b63ad1..727c6a04 100644 --- a/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json +++ b/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5405.0_x64.msi", - "Version": "1.2.5405.0" + "SetupFile": "RemoteDesktop_1.2.5454.0_x64.msi", + "Version": "1.2.5454.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/TrackerSoftwarePDFXChangeEditor/App.json b/packages/App/TrackerSoftwarePDFXChangeEditor/App.json index 7c779f42..93d54d1e 100644 --- a/packages/App/TrackerSoftwarePDFXChangeEditor/App.json +++ b/packages/App/TrackerSoftwarePDFXChangeEditor/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "EditorV10.x64.msi", - "Version": "10.3.0.386", + "Version": "10.3.1.387", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/PDFXChangeEditor.png" }, "Information": { - "DisplayName": "Tracker Software PDF-XChange Editor 10.3.0.386 x64", + "DisplayName": "Tracker Software PDF-XChange Editor 10.3.1.387 x64", "Description": "PDF-XChange Editor - one of the fastest and most feature-rich options available worldwide to create, view, edit and annotate PDF files. PDF-XChange Lite, our award-winning technology that installs as a virtual printer, is included with this product. It can be used to print-to-PDF from Windows applications and features an optimized hybrid engine that significantly increases the quality of conversion for images and image-based text characters.", "Publisher": "Tracker Software", "InformationURL": "https://www.tracker-software.com/product/pdf-xchange-editor", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Tracker Software\\PDF Editor", "FileOrFolder": "PDFXEdit.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "10.3.0.386", + "VersionValue": "10.3.1.387", "Check32BitOn64System": "false" } ], diff --git a/packages/App/TrackerSoftwarePDFXChangeEditor/Source/Install.json b/packages/App/TrackerSoftwarePDFXChangeEditor/Source/Install.json index 6904f12f..bb7b6635 100644 --- a/packages/App/TrackerSoftwarePDFXChangeEditor/Source/Install.json +++ b/packages/App/TrackerSoftwarePDFXChangeEditor/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "EditorV10.x64.msi", - "Version": "10.3.0.386" + "Version": "10.3.1.387" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftWvdRemoteDesktop/App.json b/packages/Update/MicrosoftWvdRemoteDesktop/App.json index 855d19c9..f96c9793 100644 --- a/packages/Update/MicrosoftWvdRemoteDesktop/App.json +++ b/packages/Update/MicrosoftWvdRemoteDesktop/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5405.0_x64.msi", - "Version": "1.2.5405.0", + "SetupFile": "RemoteDesktop_1.2.5454.0_x64.msi", + "Version": "1.2.5454.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-RemoteDesktop2.png" }, "Information": { - "DisplayName": "Update for Microsoft Remote Desktop 1.2.5405.0 x64", + "DisplayName": "Update for Microsoft Remote Desktop 1.2.5454.0 x64", "Description": "The Microsoft Remote Desktop client is used to connect to Azure Virtual Desktop to access your desktops and applications. This article shows you how to connect to Azure Virtual Desktop with the Remote Desktop client for Windows.", "Publisher": "Microsoft", "InformationURL": "https://learn.microsoft.com/en-us/azure/virtual-desktop/users/connect-windows", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "lessThan", - "VersionValue": "1.2.5405.0", + "VersionValue": "1.2.5454.0", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.2.5405.0", + "VersionValue": "1.2.5454.0", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json b/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json index e1b63ad1..727c6a04 100644 --- a/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json +++ b/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5405.0_x64.msi", - "Version": "1.2.5405.0" + "SetupFile": "RemoteDesktop_1.2.5454.0_x64.msi", + "Version": "1.2.5454.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 5b6737080683b60164ef232c12262466b5201065 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Thu, 20 Jun 2024 02:25:05 +0000 Subject: [PATCH 09/61] Update json 2024.06.20.994 update-json --- packages/App/AdobeAcrobatReaderDC/App.json | 8 ++++---- packages/App/AdobeAcrobatReaderDCMUI/App.json | 8 ++++---- .../App/AdobeAcrobatReaderDCMUI/Source/Install.json | 4 ++-- packages/App/AdobeAcrobatReaderDCMUIVDI/App.json | 8 ++++---- .../AdobeAcrobatReaderDCMUIVDI/Source/Install.json | 4 ++-- packages/App/MicrosoftPowerShell/App.json | 8 ++++---- packages/App/MicrosoftPowerShell/Source/Install.json | 4 ++-- packages/App/MicrosoftVisualStudioCode/App.json | 8 ++++---- .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- packages/App/MozillaFirefox/App.json | 8 ++++---- packages/App/MozillaFirefox/Source/Install.json | 4 ++-- packages/Update/MicrosoftVisualStudioCode/App.json | 12 ++++++------ .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- 13 files changed, 42 insertions(+), 42 deletions(-) diff --git a/packages/App/AdobeAcrobatReaderDC/App.json b/packages/App/AdobeAcrobatReaderDC/App.json index 647276ef..6159f3ce 100644 --- a/packages/App/AdobeAcrobatReaderDC/App.json +++ b/packages/App/AdobeAcrobatReaderDC/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220759_MUI.exe", - "Version": "24.002.20759", + "SetupFile": "AcroRdrDCx642400220857_MUI.exe", + "Version": "24.002.20857", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatReader.png" }, "Information": { - "DisplayName": "Adobe Acrobat Reader DC 24.002.20759 x64", + "DisplayName": "Adobe Acrobat Reader DC 24.002.20857 x64", "Description": "Adobe Acrobat Reader is the free, trusted global standard for viewing, printing, e-signing, sharing, and annotating PDFs. View PDFs, Leave comments or annotate PDFs, Fill, e-sign, and lock your forms, Collaborate better with PDFs.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/acrobat/pdf-reader.html", @@ -44,7 +44,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20759", + "VersionValue": "24.002.20857", "Check32BitOn64System": "false" } ], diff --git a/packages/App/AdobeAcrobatReaderDCMUI/App.json b/packages/App/AdobeAcrobatReaderDCMUI/App.json index f94c1cbb..c09a2aa8 100644 --- a/packages/App/AdobeAcrobatReaderDCMUI/App.json +++ b/packages/App/AdobeAcrobatReaderDCMUI/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220759_MUI.exe", - "Version": "24.002.20759", + "SetupFile": "AcroRdrDCx642400220857_MUI.exe", + "Version": "24.002.20857", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatReader.png" }, "Information": { - "DisplayName": "Adobe Acrobat Reader DC 24.002.20759 x64", + "DisplayName": "Adobe Acrobat Reader DC 24.002.20857 x64", "Description": "Adobe Acrobat Reader is the free, trusted global standard for viewing, printing, e-signing, sharing, and annotating PDFs. View PDFs, Leave comments or annotate PDFs, Fill, e-sign, and lock your forms, Collaborate better with PDFs.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/acrobat/pdf-reader.html", @@ -44,7 +44,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20759", + "VersionValue": "24.002.20857", "Check32BitOn64System": "false" } ], diff --git a/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json b/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json index 6846323c..ca864dd9 100644 --- a/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json +++ b/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220759_MUI.exe", - "Version": "24.002.20759" + "SetupFile": "AcroRdrDCx642400220857_MUI.exe", + "Version": "24.002.20857" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json b/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json index 06da03bc..8b101932 100644 --- a/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json +++ b/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json @@ -9,14 +9,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220759_MUI.exe", - "Version": "24.002.20759", + "SetupFile": "AcroRdrDCx642400220857_MUI.exe", + "Version": "24.002.20857", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatReader.png" }, "Information": { - "DisplayName": "Adobe Acrobat Reader DC (VDI install) 24.002.20759 x64", + "DisplayName": "Adobe Acrobat Reader DC (VDI install) 24.002.20857 x64", "Description": "Adobe Acrobat Reader is the free, trusted global standard for viewing, printing, e-signing, sharing, and annotating PDFs. View PDFs, Leave comments or annotate PDFs, Fill, e-sign, and lock your forms, Collaborate better with PDFs.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/acrobat/pdf-reader.html", @@ -45,7 +45,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20759", + "VersionValue": "24.002.20857", "Check32BitOn64System": "false" } ], diff --git a/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json b/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json index 663238ef..8e21d910 100644 --- a/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json +++ b/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220759_MUI.exe", - "Version": "24.002.20759" + "SetupFile": "AcroRdrDCx642400220857_MUI.exe", + "Version": "24.002.20857" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftPowerShell/App.json b/packages/App/MicrosoftPowerShell/App.json index 5b518c43..b2dd0a3d 100644 --- a/packages/App/MicrosoftPowerShell/App.json +++ b/packages/App/MicrosoftPowerShell/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "PowerShell-7.4.2-win-x64.msi", - "Version": "7.4.2", + "SetupFile": "PowerShell-7.4.3-win-x64.msi", + "Version": "7.4.3", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-PowerShellCore.png" }, "Information": { - "DisplayName": "Microsoft PowerShell 7.4.2 x64", + "DisplayName": "Microsoft PowerShell 7.4.3 x64", "Description": "PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.", "Publisher": "Microsoft", "InformationURL": "https://aka.ms/PowerShell-docs", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\PowerShell\\7", "FileOrFolder": "pwsh.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "7.4.2", + "VersionValue": "7.4.3", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftPowerShell/Source/Install.json b/packages/App/MicrosoftPowerShell/Source/Install.json index 72826678..0ca59c67 100644 --- a/packages/App/MicrosoftPowerShell/Source/Install.json +++ b/packages/App/MicrosoftPowerShell/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "PowerShell-7.4.2-win-x64.msi", - "Version": "7.4.2" + "SetupFile": "PowerShell-7.4.3-win-x64.msi", + "Version": "7.4.3" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftVisualStudioCode/App.json b/packages/App/MicrosoftVisualStudioCode/App.json index 4410438d..a0a76cea 100644 --- a/packages/App/MicrosoftVisualStudioCode/App.json +++ b/packages/App/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.90.1.exe", - "Version": "1.90.1", + "SetupFile": "VSCodeSetup-x64-1.90.2.exe", + "Version": "1.90.2", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VSCode.png" }, "Information": { - "DisplayName": "Microsoft Visual Studio Code 1.90.1 x64", + "DisplayName": "Microsoft Visual Studio Code 1.90.2 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.90.1", + "Value": "1.90.2", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftVisualStudioCode/Source/Install.json b/packages/App/MicrosoftVisualStudioCode/Source/Install.json index aa4d8fb7..7c31e73a 100644 --- a/packages/App/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/App/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.90.1.exe", - "Version": "1.90.1" + "SetupFile": "VSCodeSetup-x64-1.90.2.exe", + "Version": "1.90.2" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MozillaFirefox/App.json b/packages/App/MozillaFirefox/App.json index d89bc834..0555add2 100644 --- a/packages/App/MozillaFirefox/App.json +++ b/packages/App/MozillaFirefox/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 127.0.msi", - "Version": "127.0", + "SetupFile": "Firefox Setup 127.0.1.msi", + "Version": "127.0.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Mozilla-Firefox.png" }, "Information": { - "DisplayName": "Mozilla Firefox 127.0 x64", + "DisplayName": "Mozilla Firefox 127.0.1 x64", "Description": "Get the browser that protects what's important. No shady privacy policies or back doors for advertisers. Just a lightning fast browser that doesn't sell you out.", "Publisher": "Mozilla", "InformationURL": "https://www.mozilla.org/firefox/new/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Mozilla Firefox", "FileOrFolder": "firefox.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "127.0", + "VersionValue": "127.0.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MozillaFirefox/Source/Install.json b/packages/App/MozillaFirefox/Source/Install.json index af868e0b..945935a0 100644 --- a/packages/App/MozillaFirefox/Source/Install.json +++ b/packages/App/MozillaFirefox/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 127.0.msi", - "Version": "127.0" + "SetupFile": "Firefox Setup 127.0.1.msi", + "Version": "127.0.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftVisualStudioCode/App.json b/packages/Update/MicrosoftVisualStudioCode/App.json index ce75c154..e242a938 100644 --- a/packages/Update/MicrosoftVisualStudioCode/App.json +++ b/packages/Update/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.90.1.exe", - "Version": "1.90.1", + "SetupFile": "VSCodeSetup-x64-1.90.2.exe", + "Version": "1.90.2", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VisualStudioCode.png" }, "Information": { - "DisplayName": "Update for Microsoft Visual Studio Code 1.90.1 x64", + "DisplayName": "Update for Microsoft Visual Studio Code 1.90.2 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "lessThan", - "VersionValue": "1.90.1", + "VersionValue": "1.90.2", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.90.1", + "Value": "1.90.2", "Check32BitOn64System": "false" }, { @@ -62,7 +62,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.90.1", + "VersionValue": "1.90.2", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json index aa4d8fb7..7c31e73a 100644 --- a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.90.1.exe", - "Version": "1.90.1" + "SetupFile": "VSCodeSetup-x64-1.90.2.exe", + "Version": "1.90.2" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 659170386c6f3cb6affbe5b95b64444fd1c30186 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Fri, 21 Jun 2024 02:25:12 +0000 Subject: [PATCH 10/61] Update json 2024.06.21.995 update-json --- packages/App/MicrosoftEdge/App.json | 6 +++--- packages/App/MicrosoftEdge/Source/Install.json | 2 +- packages/App/MicrosoftEdgeWebView2/App.json | 6 +++--- packages/App/MicrosoftEdgeWebView2/Source/Install.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index 35fac3bf..7f0e504d 100644 --- a/packages/App/MicrosoftEdge/App.json +++ b/packages/App/MicrosoftEdge/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.61", + "Version": "126.0.2592.68", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge 126.0.2592.61 x64", + "DisplayName": "Microsoft Edge 126.0.2592.68 x64", "Description": "Microsoft Edge is the fast and secure browser that helps you protect your data and save time and money.", "Publisher": "Microsoft", "InformationURL": "https://www.microsoft.com/en-us/edge/features", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application", "FileOrFolder": "msedge.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.2592.61", + "VersionValue": "126.0.2592.68", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/Source/Install.json b/packages/App/MicrosoftEdge/Source/Install.json index 918362b6..6a40bb3f 100644 --- a/packages/App/MicrosoftEdge/Source/Install.json +++ b/packages/App/MicrosoftEdge/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.61" + "Version": "126.0.2592.68" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index 9ee89737..22c088a9 100644 --- a/packages/App/MicrosoftEdgeWebView2/App.json +++ b/packages/App/MicrosoftEdgeWebView2/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.61", + "Version": "126.0.2592.68", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.61 x64", + "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.68 x64", "Description": "Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2", "Publisher": "Microsoft", "InformationURL": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}", "ValueName": "pv", "Operator": "greaterThanOrEqual", - "Value": "126.0.2592.61", + "Value": "126.0.2592.68", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdgeWebView2/Source/Install.json b/packages/App/MicrosoftEdgeWebView2/Source/Install.json index c9591b38..5fc2c07a 100644 --- a/packages/App/MicrosoftEdgeWebView2/Source/Install.json +++ b/packages/App/MicrosoftEdgeWebView2/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "EXE", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.61" + "Version": "126.0.2592.68" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 5c4e4c6f1bc3d4a3e1d956932c40569c74ceea48 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Tue, 25 Jun 2024 02:25:34 +0000 Subject: [PATCH 11/61] Update json 2024.06.25.999 update-json --- packages/App/GoogleChrome/App.json | 6 +++--- packages/App/GoogleChrome/Source/Install.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index 4e6f9b31..5e743e9a 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "126.0.6478.115", + "Version": "126.0.6478.127", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png" }, "Information": { - "DisplayName": "Google Chrome 126.0.6478.115 x64", + "DisplayName": "Google Chrome 126.0.6478.127 x64", "Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.", "Publisher": "Google", "InformationURL": "https://www.google.com/chrome/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Google\\Chrome\\Application", "FileOrFolder": "Chrome.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.6478.115", + "VersionValue": "126.0.6478.127", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index 9c5bb811..a140d921 100644 --- a/packages/App/GoogleChrome/Source/Install.json +++ b/packages/App/GoogleChrome/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "126.0.6478.115" + "Version": "126.0.6478.127" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 2cf703af9c5bbf9998648a003458563ef75f22ea Mon Sep 17 00:00:00 2001 From: aaronparker Date: Wed, 26 Jun 2024 02:25:32 +0000 Subject: [PATCH 12/61] Update json 2024.06.26.1001 update-json --- packages/App/MozillaFirefox/App.json | 8 ++++---- packages/App/MozillaFirefox/Source/Install.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/App/MozillaFirefox/App.json b/packages/App/MozillaFirefox/App.json index c0032c03..562dc6e7 100644 --- a/packages/App/MozillaFirefox/App.json +++ b/packages/App/MozillaFirefox/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 127.0.1.msi", - "Version": "127.0.1", + "SetupFile": "Firefox Setup 127.0.2.msi", + "Version": "127.0.2", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Mozilla-Firefox.png" }, "Information": { - "DisplayName": "Mozilla Firefox 127.0.1 x64", + "DisplayName": "Mozilla Firefox 127.0.2 x64", "Description": "Get the browser that protects what's important. No shady privacy policies or back doors for advertisers. Just a lightning fast browser that doesn't sell you out.", "Publisher": "Mozilla", "InformationURL": "https://www.mozilla.org/firefox/new/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Mozilla Firefox", "FileOrFolder": "firefox.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "127.0.1", + "VersionValue": "127.0.2", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MozillaFirefox/Source/Install.json b/packages/App/MozillaFirefox/Source/Install.json index 945935a0..62a64385 100644 --- a/packages/App/MozillaFirefox/Source/Install.json +++ b/packages/App/MozillaFirefox/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 127.0.1.msi", - "Version": "127.0.1" + "SetupFile": "Firefox Setup 127.0.2.msi", + "Version": "127.0.2" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From abff00c2637686ee8f41330369bca1534c998ee9 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Thu, 27 Jun 2024 02:25:32 +0000 Subject: [PATCH 13/61] Update json 2024.06.27.1002 update-json --- packages/App/ImageGlass/App.json | 8 ++++---- packages/App/ImageGlass/Source/Install.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/App/ImageGlass/App.json b/packages/App/ImageGlass/App.json index 9c1239fd..13f3a6b8 100644 --- a/packages/App/ImageGlass/App.json +++ b/packages/App/ImageGlass/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "ImageGlass_9.1.6.14_x64.msi", - "Version": "9.1.6.14", + "SetupFile": "ImageGlass_9.1.7.627_x64.msi", + "Version": "9.1.7.627", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/ImageGlass.png" }, "Information": { - "DisplayName": "ImageGlass 9.1.6.14 x64", + "DisplayName": "ImageGlass 9.1.7.627 x64", "Description": "Free - Open Source Image Viewer. A simple-to-use program that comes packed with basic functions and a nice minimal modern user interface.", "Publisher": "Dương Diệu Pháp", "InformationURL": "https://imageglass.org/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\ImageGlass", "FileOrFolder": "ImageGlass.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "9.1.6.14", + "VersionValue": "9.1.7.627", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ImageGlass/Source/Install.json b/packages/App/ImageGlass/Source/Install.json index d938214a..be5e06d6 100644 --- a/packages/App/ImageGlass/Source/Install.json +++ b/packages/App/ImageGlass/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "ImageGlass_9.1.6.14_x64.msi", - "Version": "9.1.6.14" + "SetupFile": "ImageGlass_9.1.7.627_x64.msi", + "Version": "9.1.7.627" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 484bb7f87ffcf44675476baf9cd3f462fbca0db4 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Fri, 28 Jun 2024 02:26:12 +0000 Subject: [PATCH 14/61] Update json 2024.06.28.1003 update-json --- packages/App/Cyberduck/App.json | 8 ++++---- packages/App/Cyberduck/Source/Install.json | 4 ++-- packages/App/MicrosoftEdge/App.json | 6 +++--- packages/App/MicrosoftEdge/Source/Install.json | 2 +- packages/App/MicrosoftEdgeWebView2/App.json | 6 +++--- packages/App/MicrosoftEdgeWebView2/Source/Install.json | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/App/Cyberduck/App.json b/packages/App/Cyberduck/App.json index 998801bd..ed6a1c76 100644 --- a/packages/App/Cyberduck/App.json +++ b/packages/App/Cyberduck/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "Cyberduck-Installer-8.9.0.41543.exe", - "Version": "8.9.0.41543", + "SetupFile": "Cyberduck-Installer-9.0.0.41777.exe", + "Version": "9.0.0.41777", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Iterate-Cyberduck1.png" }, "Information": { - "DisplayName": "Cyberduck 8.9.0.41543", + "DisplayName": "Cyberduck 9.0.0.41777", "Description": "Cyberduck is a libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox.", "Publisher": "iterate", "InformationURL": "https://cyberduck.io/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Cyberduck", "FileOrFolder": "Cyberduck.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "8.9.0.41543", + "VersionValue": "9.0.0.41777", "Check32BitOn64System": "false" } ], diff --git a/packages/App/Cyberduck/Source/Install.json b/packages/App/Cyberduck/Source/Install.json index 3e49ab3e..611ad121 100644 --- a/packages/App/Cyberduck/Source/Install.json +++ b/packages/App/Cyberduck/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "Cyberduck-Installer-8.9.0.41543.exe", - "Version": "8.9.0.41543" + "SetupFile": "Cyberduck-Installer-9.0.0.41777.exe", + "Version": "9.0.0.41777" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index 37844762..e27db6dd 100644 --- a/packages/App/MicrosoftEdge/App.json +++ b/packages/App/MicrosoftEdge/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.68", + "Version": "126.0.2592.81", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge 126.0.2592.68 x64", + "DisplayName": "Microsoft Edge 126.0.2592.81 x64", "Description": "Microsoft Edge is the fast and secure browser that helps you protect your data and save time and money.", "Publisher": "Microsoft", "InformationURL": "https://www.microsoft.com/en-us/edge/features", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application", "FileOrFolder": "msedge.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.2592.68", + "VersionValue": "126.0.2592.81", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/Source/Install.json b/packages/App/MicrosoftEdge/Source/Install.json index 6a40bb3f..4b272e6c 100644 --- a/packages/App/MicrosoftEdge/Source/Install.json +++ b/packages/App/MicrosoftEdge/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.68" + "Version": "126.0.2592.81" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index 5346657b..191d739c 100644 --- a/packages/App/MicrosoftEdgeWebView2/App.json +++ b/packages/App/MicrosoftEdgeWebView2/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.68", + "Version": "126.0.2592.81", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.68 x64", + "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.81 x64", "Description": "Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2", "Publisher": "Microsoft", "InformationURL": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}", "ValueName": "pv", "Operator": "greaterThanOrEqual", - "Value": "126.0.2592.68", + "Value": "126.0.2592.81", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdgeWebView2/Source/Install.json b/packages/App/MicrosoftEdgeWebView2/Source/Install.json index 5fc2c07a..e7dc2b5b 100644 --- a/packages/App/MicrosoftEdgeWebView2/Source/Install.json +++ b/packages/App/MicrosoftEdgeWebView2/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "EXE", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.68" + "Version": "126.0.2592.81" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 8cb1983e410d48a305f54948f4f8faeebe6493fd Mon Sep 17 00:00:00 2001 From: Aaron Parker Date: Fri, 28 Jun 2024 19:59:31 +1000 Subject: [PATCH 15/61] Add intunewin detection --- New-Win32Package.ps1 | 20 +++++++++++++------- packages/App/ImageCustomise/App.json | 2 +- scripts/Update-PackageJson.ps1 | 3 +++ 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/New-Win32Package.ps1 b/New-Win32Package.ps1 index 73825af1..fd29e5d3 100644 --- a/New-Win32Package.ps1 +++ b/New-Win32Package.ps1 @@ -347,14 +347,20 @@ process { } #region Create the intunewin package - Write-Msg -Msg "Create intunewin package in: '$Path\output'" - $params = @{ - SourceFolder = $SourcePath - SetupFile = $Manifest.PackageInformation.SetupFile - OutputFolder = $OutputPath - Force = $true + if ($Result.FullName -match "\.intunewin$") { + Write-Msg -Msg "Copy downloaded intunewin file to: '$Path\output'" + Copy-Item -Path $Result.FullName -Destination $OutputPath -Force + } + else { + Write-Msg -Msg "Create intunewin package in: '$Path\output'" + $params = @{ + SourceFolder = $SourcePath + SetupFile = $Manifest.PackageInformation.SetupFile + OutputFolder = $OutputPath + Force = $true + } + $IntuneWinPackage = New-IntuneWin32AppPackage @params } - $IntuneWinPackage = New-IntuneWin32AppPackage @params # Get the package file $PackageFile = Get-ChildItem -Path $OutputPath -Recurse -Include "*.intunewin" -ErrorAction "SilentlyContinue" diff --git a/packages/App/ImageCustomise/App.json b/packages/App/ImageCustomise/App.json index 97d135b3..0724c1f7 100644 --- a/packages/App/ImageCustomise/App.json +++ b/packages/App/ImageCustomise/App.json @@ -1,7 +1,7 @@ { "Application": { "Name": "ImageCustomise", - "Filter": "Get-EvergreenAppFromApi -Name \"stealthpuppyWindowsCustomisedDefaults\" | Where-Object { $_.Type -eq \"zip\" } | Select-Object -First 1", + "Filter": "Get-EvergreenAppFromApi -Name \"stealthpuppyWindowsCustomisedDefaults\" | Where-Object { $_.Type -eq \"intunewin\" } | Select-Object -First 1", "Title": "Windows Customised Defaults", "Language": "en-US", "Architecture": "x64" diff --git a/scripts/Update-PackageJson.ps1 b/scripts/Update-PackageJson.ps1 index d2b7ae3a..bff7ddc4 100644 --- a/scripts/Update-PackageJson.ps1 +++ b/scripts/Update-PackageJson.ps1 @@ -79,6 +79,9 @@ foreach ($ManifestJson in $ManifestList) { $Manifest.PackageInformation.SetupFile = $SetupFile -replace "%20", " " $Manifest.Program.InstallCommand = $Manifest.Program.InstallTemplate -replace "#SetupFile", $SetupFile -replace "%20", " " } + elseif ($AppUpdate.URI -match "\.intunewin$") { + # Do nothing because the download is already in intunewin format + } else { if ([System.Boolean]($AppUpdate.PSobject.Properties.name -match "Filename")) { $Manifest.PackageInformation.SetupFile = $AppUpdate.Filename -replace "%20", " " From 977ead4b979ad5043856ea007eeb058e3ee5d683 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Sat, 29 Jun 2024 02:25:20 +0000 Subject: [PATCH 16/61] Update json 2024.06.29.1005 update-json --- packages/Update/AdobeAcrobatReaderDCMUIx64/App.json | 10 +++++----- .../AdobeAcrobatReaderDCMUIx64/Source/Install.json | 4 ++-- packages/Update/AdobeAcrobatReaderDCMUIx86/App.json | 10 +++++----- .../AdobeAcrobatReaderDCMUIx86/Source/Install.json | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json index b48aadc7..82fd856f 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCx64Upd2400220857_MUI.msp", - "Version": "24.002.20857", + "SetupFile": "AcroRdrDCx64Upd2400220893_MUI.msp", + "Version": "24.002.20893", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png" }, "Information": { - "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20857 x64", + "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20893 x64", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "lessThan", - "VersionValue": "24.002.20857", + "VersionValue": "24.002.20893", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20857", + "VersionValue": "24.002.20893", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json index 949d9bf6..a84d0d0d 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCx64Upd2400220857_MUI.msp", - "Version": "24.002.20857" + "SetupFile": "AcroRdrDCx64Upd2400220893_MUI.msp", + "Version": "24.002.20893" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json index e30934eb..39e1adb9 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCUpd2400220857_MUI.msp", - "Version": "24.002.20857", + "SetupFile": "AcroRdrDCUpd2400220893_MUI.msp", + "Version": "24.002.20893", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png" }, "Information": { - "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20857 x86", + "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20893 x86", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader", "FileOrFolder": "AcroRd32.exe", "Operator": "lessThan", - "VersionValue": "24.002.20857", + "VersionValue": "24.002.20893", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader", "FileOrFolder": "AcroRd32.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20857", + "VersionValue": "24.002.20893", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json index a4086e86..330a17ed 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCUpd2400220857_MUI.msp", - "Version": "24.002.20857" + "SetupFile": "AcroRdrDCUpd2400220893_MUI.msp", + "Version": "24.002.20893" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 67aad797852d109fc5850971437a677e1ff71ff3 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Tue, 2 Jul 2024 02:26:04 +0000 Subject: [PATCH 17/61] Update json 2024.07.02.1008 update-json --- packages/App/ZoomMeetings/App.json | 6 +++--- packages/App/ZoomMeetings/Source/Install.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/App/ZoomMeetings/App.json b/packages/App/ZoomMeetings/App.json index 6f4ce7b5..9ed601a9 100644 --- a/packages/App/ZoomMeetings/App.json +++ b/packages/App/ZoomMeetings/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "ZoomInstallerFull.msi", - "Version": "6.1.0.41135", + "Version": "6.1.1.41705", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Zoom.png" }, "Information": { - "DisplayName": "Zoom Meetings Client 6.1.0.41135 x64", + "DisplayName": "Zoom Meetings Client 6.1.1.41705 x64", "Description": "Simplified video conferencing and messaging across any device. Phone, Meetings, Chat, Whiteboard and more for your desktop.", "Publisher": "Zoom", "InformationURL": "https://explore.zoom.us/en/products/meetings/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Zoom\\bin", "FileOrFolder": "Zoom.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "6.1.0.41135", + "VersionValue": "6.1.1.41705", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ZoomMeetings/Source/Install.json b/packages/App/ZoomMeetings/Source/Install.json index 5b75097e..fc9fb024 100644 --- a/packages/App/ZoomMeetings/Source/Install.json +++ b/packages/App/ZoomMeetings/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "ZoomInstallerFull.msi", - "Version": "6.1.0.41135" + "Version": "6.1.1.41705" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 231a0c2c46531f80c8315b93ba79911693460b9a Mon Sep 17 00:00:00 2001 From: aaronparker Date: Wed, 3 Jul 2024 02:25:32 +0000 Subject: [PATCH 18/61] Update json 2024.07.03.1009 update-json --- packages/App/MicrosoftEdge/App.json | 6 +++--- packages/App/MicrosoftEdge/Source/Install.json | 2 +- packages/App/MicrosoftEdgeWebView2/App.json | 6 +++--- packages/App/MicrosoftEdgeWebView2/Source/Install.json | 2 +- packages/App/MicrosoftPowerToys/App.json | 8 ++++---- packages/App/MicrosoftPowerToys/Source/Install.json | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index e27db6dd..9d3b7140 100644 --- a/packages/App/MicrosoftEdge/App.json +++ b/packages/App/MicrosoftEdge/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.81", + "Version": "126.0.2592.87", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge 126.0.2592.81 x64", + "DisplayName": "Microsoft Edge 126.0.2592.87 x64", "Description": "Microsoft Edge is the fast and secure browser that helps you protect your data and save time and money.", "Publisher": "Microsoft", "InformationURL": "https://www.microsoft.com/en-us/edge/features", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application", "FileOrFolder": "msedge.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.2592.81", + "VersionValue": "126.0.2592.87", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/Source/Install.json b/packages/App/MicrosoftEdge/Source/Install.json index 4b272e6c..a1d38ef5 100644 --- a/packages/App/MicrosoftEdge/Source/Install.json +++ b/packages/App/MicrosoftEdge/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.81" + "Version": "126.0.2592.87" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index 191d739c..6b1c6847 100644 --- a/packages/App/MicrosoftEdgeWebView2/App.json +++ b/packages/App/MicrosoftEdgeWebView2/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.81", + "Version": "126.0.2592.87", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.81 x64", + "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.87 x64", "Description": "Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2", "Publisher": "Microsoft", "InformationURL": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}", "ValueName": "pv", "Operator": "greaterThanOrEqual", - "Value": "126.0.2592.81", + "Value": "126.0.2592.87", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdgeWebView2/Source/Install.json b/packages/App/MicrosoftEdgeWebView2/Source/Install.json index e7dc2b5b..2647a203 100644 --- a/packages/App/MicrosoftEdgeWebView2/Source/Install.json +++ b/packages/App/MicrosoftEdgeWebView2/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "EXE", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.81" + "Version": "126.0.2592.87" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftPowerToys/App.json b/packages/App/MicrosoftPowerToys/App.json index a582a26c..569a1c91 100644 --- a/packages/App/MicrosoftPowerToys/App.json +++ b/packages/App/MicrosoftPowerToys/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "PowerToysSetup-0.81.1-x64.exe", - "Version": "0.81.1", + "SetupFile": "PowerToysSetup-0.82.0-x64.exe", + "Version": "0.82.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/microsoft/PowerToys/raw/v0.58.0/installer/MSIX/Images/logo.png" }, "Information": { - "DisplayName": "Microsoft PowerToys 0.81.1 x64", + "DisplayName": "Microsoft PowerToys 0.82.0 x64", "Description": "Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.", "Publisher": "Microsoft", "InformationURL": "https://aka.ms/powertoys-docs", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\PowerToys", "FileOrFolder": "PowerToys.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "0.81.1", + "VersionValue": "0.82.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftPowerToys/Source/Install.json b/packages/App/MicrosoftPowerToys/Source/Install.json index 398941cb..8c74b436 100644 --- a/packages/App/MicrosoftPowerToys/Source/Install.json +++ b/packages/App/MicrosoftPowerToys/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "PowerToysSetup-0.81.1-x64.exe", - "Version": "0.81.1" + "SetupFile": "PowerToysSetup-0.82.0-x64.exe", + "Version": "0.82.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From c9680568082c5a63aaca76e706ba4dc743c928f8 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Thu, 4 Jul 2024 02:25:56 +0000 Subject: [PATCH 19/61] Update json 2024.07.04.1010 update-json --- packages/App/MicrosoftVisualStudioCode/App.json | 8 ++++---- .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- packages/Update/MicrosoftVisualStudioCode/App.json | 12 ++++++------ .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/App/MicrosoftVisualStudioCode/App.json b/packages/App/MicrosoftVisualStudioCode/App.json index d161a03f..661789b3 100644 --- a/packages/App/MicrosoftVisualStudioCode/App.json +++ b/packages/App/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.90.2.exe", - "Version": "1.90.2", + "SetupFile": "VSCodeSetup-x64-1.91.0.exe", + "Version": "1.91.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VSCode.png" }, "Information": { - "DisplayName": "Microsoft Visual Studio Code 1.90.2 x64", + "DisplayName": "Microsoft Visual Studio Code 1.91.0 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.90.2", + "Value": "1.91.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftVisualStudioCode/Source/Install.json b/packages/App/MicrosoftVisualStudioCode/Source/Install.json index 7c31e73a..1578c821 100644 --- a/packages/App/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/App/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.90.2.exe", - "Version": "1.90.2" + "SetupFile": "VSCodeSetup-x64-1.91.0.exe", + "Version": "1.91.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftVisualStudioCode/App.json b/packages/Update/MicrosoftVisualStudioCode/App.json index 5aea3d50..351b1a37 100644 --- a/packages/Update/MicrosoftVisualStudioCode/App.json +++ b/packages/Update/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.90.2.exe", - "Version": "1.90.2", + "SetupFile": "VSCodeSetup-x64-1.91.0.exe", + "Version": "1.91.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VisualStudioCode.png" }, "Information": { - "DisplayName": "Update for Microsoft Visual Studio Code 1.90.2 x64", + "DisplayName": "Update for Microsoft Visual Studio Code 1.91.0 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "lessThan", - "VersionValue": "1.90.2", + "VersionValue": "1.91.0", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.90.2", + "Value": "1.91.0", "Check32BitOn64System": "false" }, { @@ -62,7 +62,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.90.2", + "VersionValue": "1.91.0", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json index 7c31e73a..1578c821 100644 --- a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.90.2.exe", - "Version": "1.90.2" + "SetupFile": "VSCodeSetup-x64-1.91.0.exe", + "Version": "1.91.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 9ec8ea8883aba1ef6f168df7aff5dfe09d873827 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Tue, 9 Jul 2024 02:26:57 +0000 Subject: [PATCH 20/61] Update json 2024.07.09.1015 update-json --- packages/App/ZoomRooms/App.json | 8 ++++---- packages/App/ZoomRooms/Source/Install.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/App/ZoomRooms/App.json b/packages/App/ZoomRooms/App.json index 06927d4c..ebcc0fa0 100644 --- a/packages/App/ZoomRooms/App.json +++ b/packages/App/ZoomRooms/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "zoomrooms-6.0.7.4157-x64.msi", - "Version": "6.0.7.4157", + "SetupFile": "zoomrooms-6.1.0.4333-x64.msi", + "Version": "6.1.0.4333", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/ZoomRooms.png" }, "Information": { - "DisplayName": "Zoom Meetings Client 6.0.7.4157 x64", + "DisplayName": "Zoom Meetings Client 6.1.0.4333 x64", "Description": "Conference rooms that make it easy to run or join video meetings with a tap of a button.", "Publisher": "Zoom", "InformationURL": "https://explore.zoom.us/en/products/zoom-rooms/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\ZoomRooms\\bin", "FileOrFolder": "ZoomRooms.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "6.0.7.4157", + "VersionValue": "6.1.0.4333", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ZoomRooms/Source/Install.json b/packages/App/ZoomRooms/Source/Install.json index b7be1ec8..84e05743 100644 --- a/packages/App/ZoomRooms/Source/Install.json +++ b/packages/App/ZoomRooms/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "zoomrooms-6.0.7.4157-x64.msi", - "Version": "6.0.7.4157" + "SetupFile": "zoomrooms-6.1.0.4333-x64.msi", + "Version": "6.1.0.4333" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From f43e6ca74b25636575767e392f297b0d03b35869 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Wed, 10 Jul 2024 02:26:35 +0000 Subject: [PATCH 21/61] Update json 2024.07.10.1016 update-json --- packages/App/CitrixWorkspaceAppCurrent/App.json | 12 ++++++------ .../CitrixWorkspaceAppCurrent/Source/Install.json | 4 ++-- packages/App/Microsoft.NETLTS/App.json | 8 ++++---- packages/App/Microsoft.NETLTS/Source/Install.json | 4 ++-- packages/App/MicrosoftWvdRemoteDesktop/App.json | 8 ++++---- .../MicrosoftWvdRemoteDesktop/Source/Install.json | 4 ++-- packages/App/MozillaFirefox/App.json | 8 ++++---- packages/App/MozillaFirefox/Source/Install.json | 4 ++-- packages/Update/MicrosoftWvdRemoteDesktop/App.json | 10 +++++----- .../MicrosoftWvdRemoteDesktop/Source/Install.json | 4 ++-- 10 files changed, 33 insertions(+), 33 deletions(-) diff --git a/packages/App/CitrixWorkspaceAppCurrent/App.json b/packages/App/CitrixWorkspaceAppCurrent/App.json index 3fb42af4..7bb7984f 100644 --- a/packages/App/CitrixWorkspaceAppCurrent/App.json +++ b/packages/App/CitrixWorkspaceAppCurrent/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "CitrixWorkspaceApp24.3.1.97.exe", - "Version": "24.3.1.97", + "SetupFile": "CitrixWorkspaceApp24.5.0.131.exe", + "Version": "24.5.0.131", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Citrix-WorkspaceApp.png" }, "Information": { - "DisplayName": "Citrix Workspace app Current Release 24.3.1.97", + "DisplayName": "Citrix Workspace app Current Release 24.5.0.131", "Description": "When powered by Citrix Workspace services, the new Citrix Workspace app gives users instant access to all their SaaS and web apps, their files and mobile apps, and their virtual apps and desktops from an easy-to-use, all-in-one interface. Citrix Workspace app is a single point of entry to all workspace services for users. Users get seamless and secure access to all the apps that they need to stay productive, including features such as embedded browsing and single sign-on.", "Publisher": "Citrix", "InformationURL": "https://docs.citrix.com/en-us/citrix-workspace-app-for-windows.html", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\CitrixOnlinePluginPackWeb", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "24.3.1.97", + "Value": "24.5.0.131", "Check32BitOn64System": "false" }, { @@ -52,7 +52,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Citrix\\ICA Client\\AutoUpdate\\Commandline Policy", "ValueName": "LTSROnly", "Operator": "equal", - "Value": "24.3.1.97", + "Value": "24.5.0.131", "Check32BitOn64System": "false" }, { @@ -61,7 +61,7 @@ "Path": "C:\\Program Files (x86)\\Citrix\\ICA Client", "FileOrFolder": "wfica32.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.3.1.97", + "VersionValue": "24.5.0.131", "Check32BitOn64System": "false" } ], diff --git a/packages/App/CitrixWorkspaceAppCurrent/Source/Install.json b/packages/App/CitrixWorkspaceAppCurrent/Source/Install.json index c479b4cf..8e88780a 100644 --- a/packages/App/CitrixWorkspaceAppCurrent/Source/Install.json +++ b/packages/App/CitrixWorkspaceAppCurrent/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "CitrixWorkspaceApp24.3.1.97.exe", - "Version": "24.3.1.97" + "SetupFile": "CitrixWorkspaceApp24.5.0.131.exe", + "Version": "24.5.0.131" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/Microsoft.NETLTS/App.json b/packages/App/Microsoft.NETLTS/App.json index 0dc63a25..203292c4 100644 --- a/packages/App/Microsoft.NETLTS/App.json +++ b/packages/App/Microsoft.NETLTS/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "windowsdesktop-runtime-8.0.6-win-x64.exe", - "Version": "8.0.6", + "SetupFile": "windowsdesktop-runtime-8.0.7-win-x64.exe", + "Version": "8.0.7", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-NET.png" }, "Information": { - "DisplayName": "Microsoft .NET Desktop Runtime LTS 8.0.6 x64", + "DisplayName": "Microsoft .NET Desktop Runtime LTS 8.0.7 x64", "Description": "The .NET Desktop Runtime LTS enables you to run existing Windows desktop applications. This release includes the .NET Runtime; you don't need to install it separately.", "Publisher": "Microsoft", "InformationURL": "https://dotnet.microsoft.com/en-us/", @@ -48,7 +48,7 @@ { "Type": "File", "DetectionMethod": "Existence", - "Path": "C:\\Program Files\\dotnet\\host\\fxr\\8.0.6", + "Path": "C:\\Program Files\\dotnet\\host\\fxr\\8.0.7", "FileOrFolder": "hostfxr.dll", "DetectionType": "exists", "Check32BitOn64System": "false" diff --git a/packages/App/Microsoft.NETLTS/Source/Install.json b/packages/App/Microsoft.NETLTS/Source/Install.json index 23f72c71..a9ac812c 100644 --- a/packages/App/Microsoft.NETLTS/Source/Install.json +++ b/packages/App/Microsoft.NETLTS/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "windowsdesktop-runtime-8.0.6-win-x64.exe", - "Version": "8.0.6" + "SetupFile": "windowsdesktop-runtime-8.0.7-win-x64.exe", + "Version": "8.0.7" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftWvdRemoteDesktop/App.json b/packages/App/MicrosoftWvdRemoteDesktop/App.json index 38b4b9a7..771778a7 100644 --- a/packages/App/MicrosoftWvdRemoteDesktop/App.json +++ b/packages/App/MicrosoftWvdRemoteDesktop/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5454.0_x64.msi", - "Version": "1.2.5454.0", + "SetupFile": "RemoteDesktop_1.2.5552.0_x64.msi", + "Version": "1.2.5552.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-RemoteDesktop2.png" }, "Information": { - "DisplayName": "Microsoft Remote Desktop 1.2.5454.0 x64", + "DisplayName": "Microsoft Remote Desktop 1.2.5552.0 x64", "Description": "The Microsoft Remote Desktop client is used to connect to Azure Virtual Desktop to access your desktops and applications. This article shows you how to connect to Azure Virtual Desktop with the Remote Desktop client for Windows.", "Publisher": "Microsoft", "InformationURL": "https://learn.microsoft.com/en-us/azure/virtual-desktop/users/connect-windows", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.2.5454.0", + "VersionValue": "1.2.5552.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json b/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json index 727c6a04..28bed43f 100644 --- a/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json +++ b/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5454.0_x64.msi", - "Version": "1.2.5454.0" + "SetupFile": "RemoteDesktop_1.2.5552.0_x64.msi", + "Version": "1.2.5552.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MozillaFirefox/App.json b/packages/App/MozillaFirefox/App.json index 562dc6e7..2006760b 100644 --- a/packages/App/MozillaFirefox/App.json +++ b/packages/App/MozillaFirefox/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 127.0.2.msi", - "Version": "127.0.2", + "SetupFile": "Firefox Setup 128.0.msi", + "Version": "128.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Mozilla-Firefox.png" }, "Information": { - "DisplayName": "Mozilla Firefox 127.0.2 x64", + "DisplayName": "Mozilla Firefox 128.0 x64", "Description": "Get the browser that protects what's important. No shady privacy policies or back doors for advertisers. Just a lightning fast browser that doesn't sell you out.", "Publisher": "Mozilla", "InformationURL": "https://www.mozilla.org/firefox/new/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Mozilla Firefox", "FileOrFolder": "firefox.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "127.0.2", + "VersionValue": "128.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MozillaFirefox/Source/Install.json b/packages/App/MozillaFirefox/Source/Install.json index 62a64385..16d8438c 100644 --- a/packages/App/MozillaFirefox/Source/Install.json +++ b/packages/App/MozillaFirefox/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 127.0.2.msi", - "Version": "127.0.2" + "SetupFile": "Firefox Setup 128.0.msi", + "Version": "128.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftWvdRemoteDesktop/App.json b/packages/Update/MicrosoftWvdRemoteDesktop/App.json index 10051565..8a630f87 100644 --- a/packages/Update/MicrosoftWvdRemoteDesktop/App.json +++ b/packages/Update/MicrosoftWvdRemoteDesktop/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5454.0_x64.msi", - "Version": "1.2.5454.0", + "SetupFile": "RemoteDesktop_1.2.5552.0_x64.msi", + "Version": "1.2.5552.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-RemoteDesktop2.png" }, "Information": { - "DisplayName": "Update for Microsoft Remote Desktop 1.2.5454.0 x64", + "DisplayName": "Update for Microsoft Remote Desktop 1.2.5552.0 x64", "Description": "The Microsoft Remote Desktop client is used to connect to Azure Virtual Desktop to access your desktops and applications. This article shows you how to connect to Azure Virtual Desktop with the Remote Desktop client for Windows.", "Publisher": "Microsoft", "InformationURL": "https://learn.microsoft.com/en-us/azure/virtual-desktop/users/connect-windows", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "lessThan", - "VersionValue": "1.2.5454.0", + "VersionValue": "1.2.5552.0", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.2.5454.0", + "VersionValue": "1.2.5552.0", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json b/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json index 727c6a04..28bed43f 100644 --- a/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json +++ b/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5454.0_x64.msi", - "Version": "1.2.5454.0" + "SetupFile": "RemoteDesktop_1.2.5552.0_x64.msi", + "Version": "1.2.5552.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From bf15ee9fa595d79da825fab1f6e9e71ae2f215f4 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Fri, 12 Jul 2024 02:25:58 +0000 Subject: [PATCH 22/61] Update json 2024.07.12.1018 update-json --- packages/App/MicrosoftEdge/App.json | 6 +++--- packages/App/MicrosoftEdge/Source/Install.json | 2 +- packages/App/MicrosoftEdgeWebView2/App.json | 6 +++--- .../App/MicrosoftEdgeWebView2/Source/Install.json | 2 +- packages/App/MicrosoftVisualStudioCode/App.json | 8 ++++---- .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- packages/Update/MicrosoftVisualStudioCode/App.json | 12 ++++++------ .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index 9d3b7140..25805c82 100644 --- a/packages/App/MicrosoftEdge/App.json +++ b/packages/App/MicrosoftEdge/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.87", + "Version": "126.0.2592.102", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge 126.0.2592.87 x64", + "DisplayName": "Microsoft Edge 126.0.2592.102 x64", "Description": "Microsoft Edge is the fast and secure browser that helps you protect your data and save time and money.", "Publisher": "Microsoft", "InformationURL": "https://www.microsoft.com/en-us/edge/features", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application", "FileOrFolder": "msedge.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.2592.87", + "VersionValue": "126.0.2592.102", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/Source/Install.json b/packages/App/MicrosoftEdge/Source/Install.json index a1d38ef5..3f343156 100644 --- a/packages/App/MicrosoftEdge/Source/Install.json +++ b/packages/App/MicrosoftEdge/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.87" + "Version": "126.0.2592.102" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index 6b1c6847..a16ca3ce 100644 --- a/packages/App/MicrosoftEdgeWebView2/App.json +++ b/packages/App/MicrosoftEdgeWebView2/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.87", + "Version": "126.0.2592.102", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.87 x64", + "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.102 x64", "Description": "Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2", "Publisher": "Microsoft", "InformationURL": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}", "ValueName": "pv", "Operator": "greaterThanOrEqual", - "Value": "126.0.2592.87", + "Value": "126.0.2592.102", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdgeWebView2/Source/Install.json b/packages/App/MicrosoftEdgeWebView2/Source/Install.json index 2647a203..7626c0eb 100644 --- a/packages/App/MicrosoftEdgeWebView2/Source/Install.json +++ b/packages/App/MicrosoftEdgeWebView2/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "EXE", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.87" + "Version": "126.0.2592.102" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftVisualStudioCode/App.json b/packages/App/MicrosoftVisualStudioCode/App.json index 661789b3..b20e4f6a 100644 --- a/packages/App/MicrosoftVisualStudioCode/App.json +++ b/packages/App/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.91.0.exe", - "Version": "1.91.0", + "SetupFile": "VSCodeSetup-x64-1.91.1.exe", + "Version": "1.91.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VSCode.png" }, "Information": { - "DisplayName": "Microsoft Visual Studio Code 1.91.0 x64", + "DisplayName": "Microsoft Visual Studio Code 1.91.1 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.91.0", + "Value": "1.91.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftVisualStudioCode/Source/Install.json b/packages/App/MicrosoftVisualStudioCode/Source/Install.json index 1578c821..3184f014 100644 --- a/packages/App/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/App/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.91.0.exe", - "Version": "1.91.0" + "SetupFile": "VSCodeSetup-x64-1.91.1.exe", + "Version": "1.91.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftVisualStudioCode/App.json b/packages/Update/MicrosoftVisualStudioCode/App.json index 351b1a37..4140d135 100644 --- a/packages/Update/MicrosoftVisualStudioCode/App.json +++ b/packages/Update/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.91.0.exe", - "Version": "1.91.0", + "SetupFile": "VSCodeSetup-x64-1.91.1.exe", + "Version": "1.91.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VisualStudioCode.png" }, "Information": { - "DisplayName": "Update for Microsoft Visual Studio Code 1.91.0 x64", + "DisplayName": "Update for Microsoft Visual Studio Code 1.91.1 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "lessThan", - "VersionValue": "1.91.0", + "VersionValue": "1.91.1", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.91.0", + "Value": "1.91.1", "Check32BitOn64System": "false" }, { @@ -62,7 +62,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.91.0", + "VersionValue": "1.91.1", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json index 1578c821..3184f014 100644 --- a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.91.0.exe", - "Version": "1.91.0" + "SetupFile": "VSCodeSetup-x64-1.91.1.exe", + "Version": "1.91.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From dae442cbb2079f3083be48e2a5cce35f2fd37374 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Sat, 13 Jul 2024 02:25:45 +0000 Subject: [PATCH 23/61] Update json 2024.07.13.1019 update-json --- packages/App/MicrosoftPowerToys/App.json | 8 ++++---- packages/App/MicrosoftPowerToys/Source/Install.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/App/MicrosoftPowerToys/App.json b/packages/App/MicrosoftPowerToys/App.json index 569a1c91..3205db83 100644 --- a/packages/App/MicrosoftPowerToys/App.json +++ b/packages/App/MicrosoftPowerToys/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "PowerToysSetup-0.82.0-x64.exe", - "Version": "0.82.0", + "SetupFile": "PowerToysSetup-0.82.1-x64.exe", + "Version": "0.82.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/microsoft/PowerToys/raw/v0.58.0/installer/MSIX/Images/logo.png" }, "Information": { - "DisplayName": "Microsoft PowerToys 0.82.0 x64", + "DisplayName": "Microsoft PowerToys 0.82.1 x64", "Description": "Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.", "Publisher": "Microsoft", "InformationURL": "https://aka.ms/powertoys-docs", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\PowerToys", "FileOrFolder": "PowerToys.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "0.82.0", + "VersionValue": "0.82.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftPowerToys/Source/Install.json b/packages/App/MicrosoftPowerToys/Source/Install.json index 8c74b436..c31069e6 100644 --- a/packages/App/MicrosoftPowerToys/Source/Install.json +++ b/packages/App/MicrosoftPowerToys/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "PowerToysSetup-0.82.0-x64.exe", - "Version": "0.82.0" + "SetupFile": "PowerToysSetup-0.82.1-x64.exe", + "Version": "0.82.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From acd81d82294cb37bd15a47cbf75096bc465f5654 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Mon, 15 Jul 2024 02:30:15 +0000 Subject: [PATCH 24/61] Update json 2024.07.15.1021 update-json --- packages/App/Notepad++/App.json | 8 ++++---- packages/App/Notepad++/Source/Install.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/App/Notepad++/App.json b/packages/App/Notepad++/App.json index 1a3f0e75..a6939728 100644 --- a/packages/App/Notepad++/App.json +++ b/packages/App/Notepad++/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "npp.8.6.8.Installer.x64.exe", - "Version": "8.6.8", + "SetupFile": "npp.8.6.9.Installer.x64.exe", + "Version": "8.6.9", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/NotepadPP.png" }, "Information": { - "DisplayName": "Notepad++ 8.6.8 x64", + "DisplayName": "Notepad++ 8.6.9 x64", "Description": "Notepad++ is a free source code editor and Notepad replacement that supports several languages. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.", "Publisher": "Don Ho", "InformationURL": "https://notepad-plus-plus.org/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Notepad++", "FileOrFolder": "Notepad++.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "8.6.8", + "VersionValue": "8.6.9", "Check32BitOn64System": "false" } ], diff --git a/packages/App/Notepad++/Source/Install.json b/packages/App/Notepad++/Source/Install.json index 1488cb3d..787abc8a 100644 --- a/packages/App/Notepad++/Source/Install.json +++ b/packages/App/Notepad++/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "npp.8.6.8.Installer.x64.exe", - "Version": "8.6.8" + "SetupFile": "npp.8.6.9.Installer.x64.exe", + "Version": "8.6.9" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From a6c74cdaa387deca13137b0588954126df54afa3 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Tue, 16 Jul 2024 02:27:55 +0000 Subject: [PATCH 25/61] Update json 2024.07.16.1022 update-json --- packages/Update/AdobeAcrobatReaderDCMUIx64/App.json | 10 +++++----- .../AdobeAcrobatReaderDCMUIx64/Source/Install.json | 4 ++-- packages/Update/AdobeAcrobatReaderDCMUIx86/App.json | 10 +++++----- .../AdobeAcrobatReaderDCMUIx86/Source/Install.json | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json index 82fd856f..12ee1a96 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCx64Upd2400220893_MUI.msp", - "Version": "24.002.20893", + "SetupFile": "AcroRdrDCx64Upd2400220933_MUI.msp", + "Version": "24.002.20933", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png" }, "Information": { - "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20893 x64", + "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20933 x64", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "lessThan", - "VersionValue": "24.002.20893", + "VersionValue": "24.002.20933", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20893", + "VersionValue": "24.002.20933", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json index a84d0d0d..2609d49b 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCx64Upd2400220893_MUI.msp", - "Version": "24.002.20893" + "SetupFile": "AcroRdrDCx64Upd2400220933_MUI.msp", + "Version": "24.002.20933" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json index 39e1adb9..2f8b3a11 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCUpd2400220893_MUI.msp", - "Version": "24.002.20893", + "SetupFile": "AcroRdrDCUpd2400220933_MUI.msp", + "Version": "24.002.20933", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png" }, "Information": { - "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20893 x86", + "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20933 x86", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader", "FileOrFolder": "AcroRd32.exe", "Operator": "lessThan", - "VersionValue": "24.002.20893", + "VersionValue": "24.002.20933", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader", "FileOrFolder": "AcroRd32.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20893", + "VersionValue": "24.002.20933", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json index 330a17ed..99445cee 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCUpd2400220893_MUI.msp", - "Version": "24.002.20893" + "SetupFile": "AcroRdrDCUpd2400220933_MUI.msp", + "Version": "24.002.20933" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From ee1376ac82b7fa49d8722b1dc27149dcb29e40c6 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Wed, 17 Jul 2024 02:27:31 +0000 Subject: [PATCH 26/61] Update json 2024.07.17.1023 update-json --- packages/App/Audacity/App.json | 8 ++++---- packages/App/Audacity/Source/Install.json | 4 ++-- packages/App/GoogleChrome/App.json | 6 +++--- packages/App/GoogleChrome/Source/Install.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/App/Audacity/App.json b/packages/App/Audacity/App.json index 6d4aefe8..784a68a5 100644 --- a/packages/App/Audacity/App.json +++ b/packages/App/Audacity/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "audacity-win-3.5.1-64bit.exe", - "Version": "3.5.1", + "SetupFile": "audacity-win-3.6.0-64bit.exe", + "Version": "3.6.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Audacity.png" }, "Information": { - "DisplayName": "Audacity 3.5.1 x64", + "DisplayName": "Audacity 3.6.0 x64", "Description": "Audacity is an easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems.", "Publisher": "Audacity", "InformationURL": "https://www.audacityteam.org/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Audacity", "FileOrFolder": "Audacity.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "3.5.1", + "VersionValue": "3.6.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/Audacity/Source/Install.json b/packages/App/Audacity/Source/Install.json index d7dc5178..f16d8348 100644 --- a/packages/App/Audacity/Source/Install.json +++ b/packages/App/Audacity/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "audacity-win-3.5.1-64bit.exe", - "Version": "3.5.1" + "SetupFile": "audacity-win-3.6.0-64bit.exe", + "Version": "3.6.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index 865307ed..1cc25ddc 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "126.0.6478.127", + "Version": "126.0.6478.183", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png" }, "Information": { - "DisplayName": "Google Chrome 126.0.6478.127 x64", + "DisplayName": "Google Chrome 126.0.6478.183 x64", "Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.", "Publisher": "Google", "InformationURL": "https://www.google.com/chrome/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Google\\Chrome\\Application", "FileOrFolder": "Chrome.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.6478.127", + "VersionValue": "126.0.6478.183", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index a140d921..4291cc46 100644 --- a/packages/App/GoogleChrome/Source/Install.json +++ b/packages/App/GoogleChrome/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "126.0.6478.127" + "Version": "126.0.6478.183" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From aab9c2d2ec767cd763087687b2714ead5a0edddd Mon Sep 17 00:00:00 2001 From: aaronparker Date: Thu, 18 Jul 2024 02:26:28 +0000 Subject: [PATCH 27/61] Update json 2024.07.18.1024 update-json --- packages/App/GoogleChrome/App.json | 6 +++--- packages/App/GoogleChrome/Source/Install.json | 2 +- packages/App/MicrosoftWvdRemoteDesktop/App.json | 8 ++++---- .../App/MicrosoftWvdRemoteDesktop/Source/Install.json | 4 ++-- packages/Update/MicrosoftWvdRemoteDesktop/App.json | 10 +++++----- .../MicrosoftWvdRemoteDesktop/Source/Install.json | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index 1cc25ddc..2f39fff6 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "126.0.6478.183", + "Version": "127.0.6533.57", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png" }, "Information": { - "DisplayName": "Google Chrome 126.0.6478.183 x64", + "DisplayName": "Google Chrome 127.0.6533.57 x64", "Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.", "Publisher": "Google", "InformationURL": "https://www.google.com/chrome/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Google\\Chrome\\Application", "FileOrFolder": "Chrome.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.6478.183", + "VersionValue": "127.0.6533.57", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index 4291cc46..4cf934ab 100644 --- a/packages/App/GoogleChrome/Source/Install.json +++ b/packages/App/GoogleChrome/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "126.0.6478.183" + "Version": "127.0.6533.57" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftWvdRemoteDesktop/App.json b/packages/App/MicrosoftWvdRemoteDesktop/App.json index 771778a7..c811e1f7 100644 --- a/packages/App/MicrosoftWvdRemoteDesktop/App.json +++ b/packages/App/MicrosoftWvdRemoteDesktop/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5552.0_x64.msi", - "Version": "1.2.5552.0", + "SetupFile": "RemoteDesktop_1.2.5559.0_x64.msi", + "Version": "1.2.5559.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-RemoteDesktop2.png" }, "Information": { - "DisplayName": "Microsoft Remote Desktop 1.2.5552.0 x64", + "DisplayName": "Microsoft Remote Desktop 1.2.5559.0 x64", "Description": "The Microsoft Remote Desktop client is used to connect to Azure Virtual Desktop to access your desktops and applications. This article shows you how to connect to Azure Virtual Desktop with the Remote Desktop client for Windows.", "Publisher": "Microsoft", "InformationURL": "https://learn.microsoft.com/en-us/azure/virtual-desktop/users/connect-windows", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.2.5552.0", + "VersionValue": "1.2.5559.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json b/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json index 28bed43f..591b5988 100644 --- a/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json +++ b/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5552.0_x64.msi", - "Version": "1.2.5552.0" + "SetupFile": "RemoteDesktop_1.2.5559.0_x64.msi", + "Version": "1.2.5559.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftWvdRemoteDesktop/App.json b/packages/Update/MicrosoftWvdRemoteDesktop/App.json index 8a630f87..13d1f740 100644 --- a/packages/Update/MicrosoftWvdRemoteDesktop/App.json +++ b/packages/Update/MicrosoftWvdRemoteDesktop/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5552.0_x64.msi", - "Version": "1.2.5552.0", + "SetupFile": "RemoteDesktop_1.2.5559.0_x64.msi", + "Version": "1.2.5559.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-RemoteDesktop2.png" }, "Information": { - "DisplayName": "Update for Microsoft Remote Desktop 1.2.5552.0 x64", + "DisplayName": "Update for Microsoft Remote Desktop 1.2.5559.0 x64", "Description": "The Microsoft Remote Desktop client is used to connect to Azure Virtual Desktop to access your desktops and applications. This article shows you how to connect to Azure Virtual Desktop with the Remote Desktop client for Windows.", "Publisher": "Microsoft", "InformationURL": "https://learn.microsoft.com/en-us/azure/virtual-desktop/users/connect-windows", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "lessThan", - "VersionValue": "1.2.5552.0", + "VersionValue": "1.2.5559.0", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.2.5552.0", + "VersionValue": "1.2.5559.0", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json b/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json index 28bed43f..591b5988 100644 --- a/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json +++ b/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5552.0_x64.msi", - "Version": "1.2.5552.0" + "SetupFile": "RemoteDesktop_1.2.5559.0_x64.msi", + "Version": "1.2.5559.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 5da889655964eed32da9cea0b6737294073a74aa Mon Sep 17 00:00:00 2001 From: aaronparker Date: Fri, 19 Jul 2024 02:27:01 +0000 Subject: [PATCH 28/61] Update json 2024.07.19.1025 update-json --- packages/App/MicrosoftEdge/App.json | 6 +++--- packages/App/MicrosoftEdge/Source/Install.json | 2 +- packages/App/MicrosoftEdgeWebView2/App.json | 6 +++--- packages/App/MicrosoftEdgeWebView2/Source/Install.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index 25805c82..f472f477 100644 --- a/packages/App/MicrosoftEdge/App.json +++ b/packages/App/MicrosoftEdge/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.102", + "Version": "126.0.2592.113", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge 126.0.2592.102 x64", + "DisplayName": "Microsoft Edge 126.0.2592.113 x64", "Description": "Microsoft Edge is the fast and secure browser that helps you protect your data and save time and money.", "Publisher": "Microsoft", "InformationURL": "https://www.microsoft.com/en-us/edge/features", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application", "FileOrFolder": "msedge.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.2592.102", + "VersionValue": "126.0.2592.113", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/Source/Install.json b/packages/App/MicrosoftEdge/Source/Install.json index 3f343156..83b1a5fe 100644 --- a/packages/App/MicrosoftEdge/Source/Install.json +++ b/packages/App/MicrosoftEdge/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.102" + "Version": "126.0.2592.113" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index a16ca3ce..5b043464 100644 --- a/packages/App/MicrosoftEdgeWebView2/App.json +++ b/packages/App/MicrosoftEdgeWebView2/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.102", + "Version": "126.0.2592.113", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.102 x64", + "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.113 x64", "Description": "Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2", "Publisher": "Microsoft", "InformationURL": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}", "ValueName": "pv", "Operator": "greaterThanOrEqual", - "Value": "126.0.2592.102", + "Value": "126.0.2592.113", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdgeWebView2/Source/Install.json b/packages/App/MicrosoftEdgeWebView2/Source/Install.json index 7626c0eb..d7876fed 100644 --- a/packages/App/MicrosoftEdgeWebView2/Source/Install.json +++ b/packages/App/MicrosoftEdgeWebView2/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "EXE", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.102" + "Version": "126.0.2592.113" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From f513b83a950189e25e5ee4a652199d30e2bdca3c Mon Sep 17 00:00:00 2001 From: aaronparker Date: Tue, 23 Jul 2024 02:27:10 +0000 Subject: [PATCH 29/61] Update json 2024.07.23.1029 update-json --- packages/App/Audacity/App.json | 8 ++++---- packages/App/Audacity/Source/Install.json | 4 ++-- packages/App/ImageGlass/App.json | 8 ++++---- packages/App/ImageGlass/Source/Install.json | 4 ++-- packages/App/ZoomRooms/App.json | 8 ++++---- packages/App/ZoomRooms/Source/Install.json | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/App/Audacity/App.json b/packages/App/Audacity/App.json index 784a68a5..778a549c 100644 --- a/packages/App/Audacity/App.json +++ b/packages/App/Audacity/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "audacity-win-3.6.0-64bit.exe", - "Version": "3.6.0", + "SetupFile": "audacity-win-3.6.1-64bit.exe", + "Version": "3.6.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Audacity.png" }, "Information": { - "DisplayName": "Audacity 3.6.0 x64", + "DisplayName": "Audacity 3.6.1 x64", "Description": "Audacity is an easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems.", "Publisher": "Audacity", "InformationURL": "https://www.audacityteam.org/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Audacity", "FileOrFolder": "Audacity.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "3.6.0", + "VersionValue": "3.6.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/Audacity/Source/Install.json b/packages/App/Audacity/Source/Install.json index f16d8348..60470242 100644 --- a/packages/App/Audacity/Source/Install.json +++ b/packages/App/Audacity/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "audacity-win-3.6.0-64bit.exe", - "Version": "3.6.0" + "SetupFile": "audacity-win-3.6.1-64bit.exe", + "Version": "3.6.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/ImageGlass/App.json b/packages/App/ImageGlass/App.json index 13f3a6b8..d3cb04f7 100644 --- a/packages/App/ImageGlass/App.json +++ b/packages/App/ImageGlass/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "ImageGlass_9.1.7.627_x64.msi", - "Version": "9.1.7.627", + "SetupFile": "ImageGlass_9.1.8.723_x64.msi", + "Version": "9.1.8.723", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/ImageGlass.png" }, "Information": { - "DisplayName": "ImageGlass 9.1.7.627 x64", + "DisplayName": "ImageGlass 9.1.8.723 x64", "Description": "Free - Open Source Image Viewer. A simple-to-use program that comes packed with basic functions and a nice minimal modern user interface.", "Publisher": "Dương Diệu Pháp", "InformationURL": "https://imageglass.org/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\ImageGlass", "FileOrFolder": "ImageGlass.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "9.1.7.627", + "VersionValue": "9.1.8.723", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ImageGlass/Source/Install.json b/packages/App/ImageGlass/Source/Install.json index be5e06d6..c85d1d3a 100644 --- a/packages/App/ImageGlass/Source/Install.json +++ b/packages/App/ImageGlass/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "ImageGlass_9.1.7.627_x64.msi", - "Version": "9.1.7.627" + "SetupFile": "ImageGlass_9.1.8.723_x64.msi", + "Version": "9.1.8.723" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/ZoomRooms/App.json b/packages/App/ZoomRooms/App.json index ebcc0fa0..552cb8f2 100644 --- a/packages/App/ZoomRooms/App.json +++ b/packages/App/ZoomRooms/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "zoomrooms-6.1.0.4333-x64.msi", - "Version": "6.1.0.4333", + "SetupFile": "zoomrooms-6.1.2.4367-x64.msi", + "Version": "6.1.2.4367", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/ZoomRooms.png" }, "Information": { - "DisplayName": "Zoom Meetings Client 6.1.0.4333 x64", + "DisplayName": "Zoom Meetings Client 6.1.2.4367 x64", "Description": "Conference rooms that make it easy to run or join video meetings with a tap of a button.", "Publisher": "Zoom", "InformationURL": "https://explore.zoom.us/en/products/zoom-rooms/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\ZoomRooms\\bin", "FileOrFolder": "ZoomRooms.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "6.1.0.4333", + "VersionValue": "6.1.2.4367", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ZoomRooms/Source/Install.json b/packages/App/ZoomRooms/Source/Install.json index 84e05743..abe550f1 100644 --- a/packages/App/ZoomRooms/Source/Install.json +++ b/packages/App/ZoomRooms/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "zoomrooms-6.1.0.4333-x64.msi", - "Version": "6.1.0.4333" + "SetupFile": "zoomrooms-6.1.2.4367-x64.msi", + "Version": "6.1.2.4367" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 1b20df4ffd5fbc6ed55fd9fddd947c54408adec9 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Wed, 24 Jul 2024 02:27:11 +0000 Subject: [PATCH 30/61] Update json 2024.07.24.1030 update-json --- packages/App/GoogleChrome/App.json | 6 +++--- packages/App/GoogleChrome/Source/Install.json | 2 +- packages/App/MozillaFirefox/App.json | 8 ++++---- packages/App/MozillaFirefox/Source/Install.json | 4 ++-- packages/App/ZoomMeetings/App.json | 6 +++--- packages/App/ZoomMeetings/Source/Install.json | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index 2f39fff6..78d40c86 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "127.0.6533.57", + "Version": "127.0.6533.73", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png" }, "Information": { - "DisplayName": "Google Chrome 127.0.6533.57 x64", + "DisplayName": "Google Chrome 127.0.6533.73 x64", "Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.", "Publisher": "Google", "InformationURL": "https://www.google.com/chrome/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Google\\Chrome\\Application", "FileOrFolder": "Chrome.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "127.0.6533.57", + "VersionValue": "127.0.6533.73", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index 4cf934ab..26502c89 100644 --- a/packages/App/GoogleChrome/Source/Install.json +++ b/packages/App/GoogleChrome/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "127.0.6533.57" + "Version": "127.0.6533.73" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MozillaFirefox/App.json b/packages/App/MozillaFirefox/App.json index 2006760b..c24ca66d 100644 --- a/packages/App/MozillaFirefox/App.json +++ b/packages/App/MozillaFirefox/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 128.0.msi", - "Version": "128.0", + "SetupFile": "Firefox Setup 128.0.2.msi", + "Version": "128.0.2", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Mozilla-Firefox.png" }, "Information": { - "DisplayName": "Mozilla Firefox 128.0 x64", + "DisplayName": "Mozilla Firefox 128.0.2 x64", "Description": "Get the browser that protects what's important. No shady privacy policies or back doors for advertisers. Just a lightning fast browser that doesn't sell you out.", "Publisher": "Mozilla", "InformationURL": "https://www.mozilla.org/firefox/new/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Mozilla Firefox", "FileOrFolder": "firefox.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "128.0", + "VersionValue": "128.0.2", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MozillaFirefox/Source/Install.json b/packages/App/MozillaFirefox/Source/Install.json index 16d8438c..4b7aa764 100644 --- a/packages/App/MozillaFirefox/Source/Install.json +++ b/packages/App/MozillaFirefox/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 128.0.msi", - "Version": "128.0" + "SetupFile": "Firefox Setup 128.0.2.msi", + "Version": "128.0.2" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/ZoomMeetings/App.json b/packages/App/ZoomMeetings/App.json index 9ed601a9..cdf41518 100644 --- a/packages/App/ZoomMeetings/App.json +++ b/packages/App/ZoomMeetings/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "ZoomInstallerFull.msi", - "Version": "6.1.1.41705", + "Version": "6.1.5.43316", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Zoom.png" }, "Information": { - "DisplayName": "Zoom Meetings Client 6.1.1.41705 x64", + "DisplayName": "Zoom Meetings Client 6.1.5.43316 x64", "Description": "Simplified video conferencing and messaging across any device. Phone, Meetings, Chat, Whiteboard and more for your desktop.", "Publisher": "Zoom", "InformationURL": "https://explore.zoom.us/en/products/meetings/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Zoom\\bin", "FileOrFolder": "Zoom.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "6.1.1.41705", + "VersionValue": "6.1.5.43316", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ZoomMeetings/Source/Install.json b/packages/App/ZoomMeetings/Source/Install.json index fc9fb024..0bbcff44 100644 --- a/packages/App/ZoomMeetings/Source/Install.json +++ b/packages/App/ZoomMeetings/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "ZoomInstallerFull.msi", - "Version": "6.1.1.41705" + "Version": "6.1.5.43316" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From e49d3aab337a74fcafbc8a44e8746809382275d0 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Thu, 25 Jul 2024 02:27:28 +0000 Subject: [PATCH 31/61] Update json 2024.07.25.1031 update-json --- packages/App/Cyberduck/App.json | 8 ++++---- packages/App/Cyberduck/Source/Install.json | 4 ++-- packages/App/MicrosoftPowerShell/App.json | 8 ++++---- packages/App/MicrosoftPowerShell/Source/Install.json | 4 ++-- packages/Update/AdobeAcrobatReaderDCMUIx64/App.json | 10 +++++----- .../AdobeAcrobatReaderDCMUIx64/Source/Install.json | 4 ++-- packages/Update/AdobeAcrobatReaderDCMUIx86/App.json | 10 +++++----- .../AdobeAcrobatReaderDCMUIx86/Source/Install.json | 4 ++-- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/packages/App/Cyberduck/App.json b/packages/App/Cyberduck/App.json index ed6a1c76..22c4363d 100644 --- a/packages/App/Cyberduck/App.json +++ b/packages/App/Cyberduck/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "Cyberduck-Installer-9.0.0.41777.exe", - "Version": "9.0.0.41777", + "SetupFile": "Cyberduck-Installer-9.0.1.41941.exe", + "Version": "9.0.1.41941", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Iterate-Cyberduck1.png" }, "Information": { - "DisplayName": "Cyberduck 9.0.0.41777", + "DisplayName": "Cyberduck 9.0.1.41941", "Description": "Cyberduck is a libre server and cloud storage browser for Mac and Windows with support for FTP, SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox.", "Publisher": "iterate", "InformationURL": "https://cyberduck.io/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Cyberduck", "FileOrFolder": "Cyberduck.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "9.0.0.41777", + "VersionValue": "9.0.1.41941", "Check32BitOn64System": "false" } ], diff --git a/packages/App/Cyberduck/Source/Install.json b/packages/App/Cyberduck/Source/Install.json index 611ad121..168e1420 100644 --- a/packages/App/Cyberduck/Source/Install.json +++ b/packages/App/Cyberduck/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "Cyberduck-Installer-9.0.0.41777.exe", - "Version": "9.0.0.41777" + "SetupFile": "Cyberduck-Installer-9.0.1.41941.exe", + "Version": "9.0.1.41941" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftPowerShell/App.json b/packages/App/MicrosoftPowerShell/App.json index 9c093e35..1ddf1d4b 100644 --- a/packages/App/MicrosoftPowerShell/App.json +++ b/packages/App/MicrosoftPowerShell/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "PowerShell-7.4.3-win-x64.msi", - "Version": "7.4.3", + "SetupFile": "PowerShell-7.4.4-win-x64.msi", + "Version": "7.4.4", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-PowerShellCore.png" }, "Information": { - "DisplayName": "Microsoft PowerShell 7.4.3 x64", + "DisplayName": "Microsoft PowerShell 7.4.4 x64", "Description": "PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.", "Publisher": "Microsoft", "InformationURL": "https://aka.ms/PowerShell-docs", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\PowerShell\\7", "FileOrFolder": "pwsh.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "7.4.3", + "VersionValue": "7.4.4", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftPowerShell/Source/Install.json b/packages/App/MicrosoftPowerShell/Source/Install.json index 0ca59c67..b2e7935d 100644 --- a/packages/App/MicrosoftPowerShell/Source/Install.json +++ b/packages/App/MicrosoftPowerShell/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "PowerShell-7.4.3-win-x64.msi", - "Version": "7.4.3" + "SetupFile": "PowerShell-7.4.4-win-x64.msi", + "Version": "7.4.4" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json index 12ee1a96..b644f55a 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCx64Upd2400220933_MUI.msp", - "Version": "24.002.20933", + "SetupFile": "AcroRdrDCx64Upd2400220964_MUI.msp", + "Version": "24.002.20964", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png" }, "Information": { - "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20933 x64", + "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20964 x64", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "lessThan", - "VersionValue": "24.002.20933", + "VersionValue": "24.002.20964", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20933", + "VersionValue": "24.002.20964", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json index 2609d49b..7c43b19f 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCx64Upd2400220933_MUI.msp", - "Version": "24.002.20933" + "SetupFile": "AcroRdrDCx64Upd2400220964_MUI.msp", + "Version": "24.002.20964" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json index 2f8b3a11..bb53b4b6 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCUpd2400220933_MUI.msp", - "Version": "24.002.20933", + "SetupFile": "AcroRdrDCUpd2400220964_MUI.msp", + "Version": "24.002.20964", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png" }, "Information": { - "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20933 x86", + "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20964 x86", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader", "FileOrFolder": "AcroRd32.exe", "Operator": "lessThan", - "VersionValue": "24.002.20933", + "VersionValue": "24.002.20964", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader", "FileOrFolder": "AcroRd32.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20933", + "VersionValue": "24.002.20964", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json index 99445cee..8d36694b 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCUpd2400220933_MUI.msp", - "Version": "24.002.20933" + "SetupFile": "AcroRdrDCUpd2400220964_MUI.msp", + "Version": "24.002.20964" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 5b0b99036b26686b1650e311d1beaa180080d88d Mon Sep 17 00:00:00 2001 From: aaronparker Date: Fri, 26 Jul 2024 02:27:23 +0000 Subject: [PATCH 32/61] Update json 2024.07.26.1032 update-json --- packages/App/MicrosoftEdge/App.json | 6 +++--- packages/App/MicrosoftEdge/Source/Install.json | 2 +- packages/App/MicrosoftEdgeWebView2/App.json | 6 +++--- packages/App/MicrosoftEdgeWebView2/Source/Install.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index f472f477..de201137 100644 --- a/packages/App/MicrosoftEdge/App.json +++ b/packages/App/MicrosoftEdge/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.113", + "Version": "127.0.2651.74", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge 126.0.2592.113 x64", + "DisplayName": "Microsoft Edge 127.0.2651.74 x64", "Description": "Microsoft Edge is the fast and secure browser that helps you protect your data and save time and money.", "Publisher": "Microsoft", "InformationURL": "https://www.microsoft.com/en-us/edge/features", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application", "FileOrFolder": "msedge.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.2592.113", + "VersionValue": "127.0.2651.74", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/Source/Install.json b/packages/App/MicrosoftEdge/Source/Install.json index 83b1a5fe..c9eb0dac 100644 --- a/packages/App/MicrosoftEdge/Source/Install.json +++ b/packages/App/MicrosoftEdge/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "126.0.2592.113" + "Version": "127.0.2651.74" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index 5b043464..af6d4c1b 100644 --- a/packages/App/MicrosoftEdgeWebView2/App.json +++ b/packages/App/MicrosoftEdgeWebView2/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.113", + "Version": "127.0.2651.74", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge WebView2 Runtime 126.0.2592.113 x64", + "DisplayName": "Microsoft Edge WebView2 Runtime 127.0.2651.74 x64", "Description": "Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2", "Publisher": "Microsoft", "InformationURL": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}", "ValueName": "pv", "Operator": "greaterThanOrEqual", - "Value": "126.0.2592.113", + "Value": "127.0.2651.74", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdgeWebView2/Source/Install.json b/packages/App/MicrosoftEdgeWebView2/Source/Install.json index d7876fed..c79d047d 100644 --- a/packages/App/MicrosoftEdgeWebView2/Source/Install.json +++ b/packages/App/MicrosoftEdgeWebView2/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "EXE", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "126.0.2592.113" + "Version": "127.0.2651.74" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From fc0dc865dc943e14dd48e26f8c139b1a85a80ccc Mon Sep 17 00:00:00 2001 From: aaronparker Date: Sat, 27 Jul 2024 02:26:22 +0000 Subject: [PATCH 33/61] Update json 2024.07.27.1033 update-json --- packages/App/MozillaFirefox/App.json | 8 ++++---- packages/App/MozillaFirefox/Source/Install.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/App/MozillaFirefox/App.json b/packages/App/MozillaFirefox/App.json index c24ca66d..89539dee 100644 --- a/packages/App/MozillaFirefox/App.json +++ b/packages/App/MozillaFirefox/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 128.0.2.msi", - "Version": "128.0.2", + "SetupFile": "Firefox Setup 128.0.3.msi", + "Version": "128.0.3", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Mozilla-Firefox.png" }, "Information": { - "DisplayName": "Mozilla Firefox 128.0.2 x64", + "DisplayName": "Mozilla Firefox 128.0.3 x64", "Description": "Get the browser that protects what's important. No shady privacy policies or back doors for advertisers. Just a lightning fast browser that doesn't sell you out.", "Publisher": "Mozilla", "InformationURL": "https://www.mozilla.org/firefox/new/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Mozilla Firefox", "FileOrFolder": "firefox.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "128.0.2", + "VersionValue": "128.0.3", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MozillaFirefox/Source/Install.json b/packages/App/MozillaFirefox/Source/Install.json index 4b7aa764..0eaded97 100644 --- a/packages/App/MozillaFirefox/Source/Install.json +++ b/packages/App/MozillaFirefox/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 128.0.2.msi", - "Version": "128.0.2" + "SetupFile": "Firefox Setup 128.0.3.msi", + "Version": "128.0.3" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 6c0165c95d1e9afefd7a7fb5c9942288297d186b Mon Sep 17 00:00:00 2001 From: aaronparker Date: Tue, 30 Jul 2024 02:27:52 +0000 Subject: [PATCH 34/61] Update json 2024.07.30.1036 update-json --- packages/App/AdobeAcrobatReaderDC/App.json | 8 +- packages/App/AdobeAcrobatReaderDCMUI/App.json | 8 +- .../Source/Install.json | 4 +- .../App/AdobeAcrobatReaderDCMUIVDI/App.json | 8 +- .../Source/Install.json | 4 +- .../App/MicrosoftAzurePipelinesAgent/App.json | 476 +++--------------- 6 files changed, 93 insertions(+), 415 deletions(-) diff --git a/packages/App/AdobeAcrobatReaderDC/App.json b/packages/App/AdobeAcrobatReaderDC/App.json index 54833dad..378dc642 100644 --- a/packages/App/AdobeAcrobatReaderDC/App.json +++ b/packages/App/AdobeAcrobatReaderDC/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220857_MUI.exe", - "Version": "24.002.20857", + "SetupFile": "AcroRdrDCx642400220965_MUI.exe", + "Version": "24.002.20965", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatReader.png" }, "Information": { - "DisplayName": "Adobe Acrobat Reader DC 24.002.20857 x64", + "DisplayName": "Adobe Acrobat Reader DC 24.002.20965 x64", "Description": "Adobe Acrobat Reader is the free, trusted global standard for viewing, printing, e-signing, sharing, and annotating PDFs. View PDFs, Leave comments or annotate PDFs, Fill, e-sign, and lock your forms, Collaborate better with PDFs.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/acrobat/pdf-reader.html", @@ -44,7 +44,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20857", + "VersionValue": "24.002.20965", "Check32BitOn64System": "false" } ], diff --git a/packages/App/AdobeAcrobatReaderDCMUI/App.json b/packages/App/AdobeAcrobatReaderDCMUI/App.json index 972a7403..7c715a63 100644 --- a/packages/App/AdobeAcrobatReaderDCMUI/App.json +++ b/packages/App/AdobeAcrobatReaderDCMUI/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220857_MUI.exe", - "Version": "24.002.20857", + "SetupFile": "AcroRdrDCx642400220965_MUI.exe", + "Version": "24.002.20965", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatReader.png" }, "Information": { - "DisplayName": "Adobe Acrobat Reader DC 24.002.20857 x64", + "DisplayName": "Adobe Acrobat Reader DC 24.002.20965 x64", "Description": "Adobe Acrobat Reader is the free, trusted global standard for viewing, printing, e-signing, sharing, and annotating PDFs. View PDFs, Leave comments or annotate PDFs, Fill, e-sign, and lock your forms, Collaborate better with PDFs.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/acrobat/pdf-reader.html", @@ -44,7 +44,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20857", + "VersionValue": "24.002.20965", "Check32BitOn64System": "false" } ], diff --git a/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json b/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json index ca864dd9..300b48ba 100644 --- a/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json +++ b/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220857_MUI.exe", - "Version": "24.002.20857" + "SetupFile": "AcroRdrDCx642400220965_MUI.exe", + "Version": "24.002.20965" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json b/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json index 9a1d6fb6..111488f3 100644 --- a/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json +++ b/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json @@ -9,14 +9,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220857_MUI.exe", - "Version": "24.002.20857", + "SetupFile": "AcroRdrDCx642400220965_MUI.exe", + "Version": "24.002.20965", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatReader.png" }, "Information": { - "DisplayName": "Adobe Acrobat Reader DC (VDI install) 24.002.20857 x64", + "DisplayName": "Adobe Acrobat Reader DC (VDI install) 24.002.20965 x64", "Description": "Adobe Acrobat Reader is the free, trusted global standard for viewing, printing, e-signing, sharing, and annotating PDFs. View PDFs, Leave comments or annotate PDFs, Fill, e-sign, and lock your forms, Collaborate better with PDFs.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/acrobat/pdf-reader.html", @@ -45,7 +45,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20857", + "VersionValue": "24.002.20965", "Check32BitOn64System": "false" } ], diff --git a/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json b/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json index 8e21d910..936ddc4c 100644 --- a/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json +++ b/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220857_MUI.exe", - "Version": "24.002.20857" + "SetupFile": "AcroRdrDCx642400220965_MUI.exe", + "Version": "24.002.20965" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftAzurePipelinesAgent/App.json b/packages/App/MicrosoftAzurePipelinesAgent/App.json index e1954cad..176c2b06 100644 --- a/packages/App/MicrosoftAzurePipelinesAgent/App.json +++ b/packages/App/MicrosoftAzurePipelinesAgent/App.json @@ -95,6 +95,7 @@ "bin\\hostfxr.dll", "bin\\hostpolicy.dll", "bin\\installdependencies.sh", + "bin\\libMonoPosixHelper.dll", "bin\\Microsoft.ApplicationInsights.dll", "bin\\Microsoft.Azure.DevOps.Comments.WebApi.dll", "bin\\Microsoft.Azure.KeyVault.Core.dll", @@ -162,7 +163,9 @@ "bin\\Microsoft.Win32.Registry.dll", "bin\\Microsoft.Win32.SystemEvents.dll", "bin\\Minimatch.dll", + "bin\\Mono.Posix.NETStandard.dll", "bin\\Mono.Unix.dll", + "bin\\MonoPosixHelper.dll", "bin\\MS.TF.Pipelines.WebApi.NetStandard.dll", "bin\\mscordaccore.dll", "bin\\mscordaccore_amd64_amd64_6.0.2924.17105.dll", @@ -431,351 +434,12 @@ "externals\\azcopy\\Microsoft.WindowsAzure.Storage.DataMovement.dll", "externals\\azcopy\\Microsoft.WindowsAzure.Storage.dll", "externals\\azcopy\\Microsoft.WindowsAzure.Storage.TableDataMovement.dll", - "externals\\ff_git\\LICENSE.txt", - "externals\\ff_git\\cmd\\git-receive-pack.exe", - "externals\\ff_git\\cmd\\git-upload-pack.exe", - "externals\\ff_git\\cmd\\git.exe", - "externals\\ff_git\\cmd\\scalar.exe", - "externals\\ff_git\\etc\\bash.bashrc", - "externals\\ff_git\\etc\\bash.bash_logout", - "externals\\ff_git\\etc\\fstab", - "externals\\ff_git\\etc\\gitattributes", - "externals\\ff_git\\etc\\gitconfig", - "externals\\ff_git\\etc\\libexec-moved.txt", - "externals\\ff_git\\etc\\msystem", - "externals\\ff_git\\etc\\nsswitch.conf", - "externals\\ff_git\\etc\\package-versions.txt", - "externals\\ff_git\\etc\\profile", - "externals\\ff_git\\etc\\post-install\\99-post-install-cleanup.post", - "externals\\ff_git\\etc\\profile.d\\bash_profile.sh", - "externals\\ff_git\\etc\\profile.d\\lang.sh", - "externals\\ff_git\\etc\\ssh\\moduli", - "externals\\ff_git\\etc\\ssh\\sshd_config", - "externals\\ff_git\\etc\\ssh\\ssh_config", - "externals\\ff_git\\mingw64\\bin\\Atlassian.Bitbucket.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.Base.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.Controls.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.DesignerSupport.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.Dialogs.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.Markup.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.Markup.Xaml.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.Metal.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.MicroCom.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.OpenGL.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.Remote.Protocol.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.Skia.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.Themes.Fluent.dll", - "externals\\ff_git\\mingw64\\bin\\Avalonia.Win32.dll", - "externals\\ff_git\\mingw64\\bin\\av_libglesv2.dll", - "externals\\ff_git\\mingw64\\bin\\blocked-file-util.exe", - "externals\\ff_git\\mingw64\\bin\\brotli.exe", - "externals\\ff_git\\mingw64\\bin\\c_rehash", - "externals\\ff_git\\mingw64\\bin\\gcmcore.dll", - "externals\\ff_git\\mingw64\\bin\\git-askpass.exe", - "externals\\ff_git\\mingw64\\bin\\git-askyesno.exe", - "externals\\ff_git\\mingw64\\bin\\git-credential-helper-selector.exe", - "externals\\ff_git\\mingw64\\bin\\git-credential-manager.exe", - "externals\\ff_git\\mingw64\\bin\\git-credential-manager.exe.config", - "externals\\ff_git\\mingw64\\bin\\git-credential-wincred.exe", - "externals\\ff_git\\mingw64\\bin\\git-http-fetch.exe", - "externals\\ff_git\\mingw64\\bin\\git-http-push.exe", - "externals\\ff_git\\mingw64\\bin\\git-receive-pack.exe", - "externals\\ff_git\\mingw64\\bin\\git-remote-http.exe", - "externals\\ff_git\\mingw64\\bin\\git-remote-https.exe", - "externals\\ff_git\\mingw64\\bin\\git-sh-i18n--envsubst.exe", - "externals\\ff_git\\mingw64\\bin\\git-update-git-for-windows", - "externals\\ff_git\\mingw64\\bin\\git-upload-pack.exe", - "externals\\ff_git\\mingw64\\bin\\git.exe", - "externals\\ff_git\\mingw64\\bin\\GitHub.dll", - "externals\\ff_git\\mingw64\\bin\\GitLab.dll", - "externals\\ff_git\\mingw64\\bin\\HarfBuzzSharp.dll", - "externals\\ff_git\\mingw64\\bin\\headless-git.exe", - "externals\\ff_git\\mingw64\\bin\\libbrotlicommon.dll", - "externals\\ff_git\\mingw64\\bin\\libbrotlidec.dll", - "externals\\ff_git\\mingw64\\bin\\libbrotlienc.dll", - "externals\\ff_git\\mingw64\\bin\\libcrypto-3-x64.dll", - "externals\\ff_git\\mingw64\\bin\\libcurl-4.dll", - "externals\\ff_git\\mingw64\\bin\\libcurl-openssl-4.dll", - "externals\\ff_git\\mingw64\\bin\\libexpat-1.dll", - "externals\\ff_git\\mingw64\\bin\\libHarfBuzzSharp.dll", - "externals\\ff_git\\mingw64\\bin\\libiconv-2.dll", - "externals\\ff_git\\mingw64\\bin\\libidn2-0.dll", - "externals\\ff_git\\mingw64\\bin\\libintl-8.dll", - "externals\\ff_git\\mingw64\\bin\\libnghttp2-14.dll", - "externals\\ff_git\\mingw64\\bin\\libpcre2-8-0.dll", - "externals\\ff_git\\mingw64\\bin\\libpsl-5.dll", - "externals\\ff_git\\mingw64\\bin\\libSkiaSharp.dll", - "externals\\ff_git\\mingw64\\bin\\libssh2-1.dll", - "externals\\ff_git\\mingw64\\bin\\libssl-3-x64.dll", - "externals\\ff_git\\mingw64\\bin\\libunistring-5.dll", - "externals\\ff_git\\mingw64\\bin\\libwinpthread-1.dll", - "externals\\ff_git\\mingw64\\bin\\libzstd.dll", - "externals\\ff_git\\mingw64\\bin\\MicroCom.Runtime.dll", - "externals\\ff_git\\mingw64\\bin\\Microsoft.AzureRepos.dll", - "externals\\ff_git\\mingw64\\bin\\Microsoft.Bcl.AsyncInterfaces.dll", - "externals\\ff_git\\mingw64\\bin\\Microsoft.Identity.Client.Broker.dll", - "externals\\ff_git\\mingw64\\bin\\Microsoft.Identity.Client.dll", - "externals\\ff_git\\mingw64\\bin\\Microsoft.Identity.Client.Extensions.Msal.dll", - "externals\\ff_git\\mingw64\\bin\\Microsoft.Identity.Client.NativeInterop.dll", - "externals\\ff_git\\mingw64\\bin\\Microsoft.IdentityModel.Abstractions.dll", - "externals\\ff_git\\mingw64\\bin\\msalruntime_x86.dll", - "externals\\ff_git\\mingw64\\bin\\pcre2-config", - "externals\\ff_git\\mingw64\\bin\\proxy-lookup.exe", - "externals\\ff_git\\mingw64\\bin\\psl-make-dafsa", - "externals\\ff_git\\mingw64\\bin\\psl.exe", - "externals\\ff_git\\mingw64\\bin\\scalar.exe", - "externals\\ff_git\\mingw64\\bin\\SkiaSharp.dll", - "externals\\ff_git\\mingw64\\bin\\System.Buffers.dll", - "externals\\ff_git\\mingw64\\bin\\System.CommandLine.dll", - "externals\\ff_git\\mingw64\\bin\\System.ComponentModel.Annotations.dll", - "externals\\ff_git\\mingw64\\bin\\System.Drawing.Common.dll", - "externals\\ff_git\\mingw64\\bin\\System.Memory.dll", - "externals\\ff_git\\mingw64\\bin\\System.Numerics.Vectors.dll", - "externals\\ff_git\\mingw64\\bin\\System.Runtime.CompilerServices.Unsafe.dll", - "externals\\ff_git\\mingw64\\bin\\System.Text.Encodings.Web.dll", - "externals\\ff_git\\mingw64\\bin\\System.Text.Json.dll", - "externals\\ff_git\\mingw64\\bin\\System.Threading.Tasks.Extensions.dll", - "externals\\ff_git\\mingw64\\bin\\System.ValueTuple.dll", - "externals\\ff_git\\mingw64\\bin\\zlib1.dll", - "externals\\ff_git\\mingw64\\doc\\git-credential-manager\\LICENSE", - "externals\\ff_git\\mingw64\\doc\\git-credential-manager\\NOTICE", - "externals\\ff_git\\mingw64\\doc\\git-credential-manager\\README.md", - "externals\\ff_git\\mingw64\\etc\\ssl\\cert.pem", - "externals\\ff_git\\mingw64\\etc\\ssl\\ct_log_list.cnf", - "externals\\ff_git\\mingw64\\etc\\ssl\\ct_log_list.cnf.dist", - "externals\\ff_git\\mingw64\\etc\\ssl\\openssl.cnf", - "externals\\ff_git\\mingw64\\etc\\ssl\\openssl.cnf.dist", - "externals\\ff_git\\mingw64\\etc\\ssl\\certs\\ca-bundle.crt", - "externals\\ff_git\\mingw64\\etc\\ssl\\certs\\ca-bundle.trust.crt", - "externals\\ff_git\\mingw64\\etc\\ssl\\misc\\CA.pl", - "externals\\ff_git\\mingw64\\etc\\ssl\\misc\\tsget", - "externals\\ff_git\\mingw64\\etc\\ssl\\misc\\tsget.pl", - "externals\\ff_git\\mingw64\\lib\\engines-3\\capi.dll", - "externals\\ff_git\\mingw64\\lib\\engines-3\\loader_attic.dll", - "externals\\ff_git\\mingw64\\lib\\engines-3\\padlock.dll", - "externals\\ff_git\\mingw64\\lib\\ossl-modules\\legacy.dll", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-filter-branch", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-merge-octopus", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-merge-one-file", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-merge-resolve", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-mergetool", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-mergetool--lib", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-quiltimport", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-request-pull", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-sh-i18n", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-sh-setup", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-submodule", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-subtree", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-update", - "externals\\ff_git\\mingw64\\libexec\\git-core\\git-web--browse", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\araxis", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\bc", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\codecompare", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\deltawalker", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\diffmerge", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\diffuse", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\ecmerge", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\emerge", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\examdiff", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\guiffy", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\gvimdiff", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\kdiff3", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\kompare", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\meld", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\nvimdiff", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\opendiff", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\p4merge", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\smerge", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\tkdiff", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\tortoisemerge", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\vimdiff", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\winmerge", - "externals\\ff_git\\mingw64\\libexec\\git-core\\mergetools\\xxdiff", - "externals\\ff_git\\mingw64\\share\\doc\\expat\\AUTHORS", - "externals\\ff_git\\mingw64\\share\\doc\\expat\\changelog", - "externals\\ff_git\\mingw64\\share\\git\\edit-git-bash.exe", - "externals\\ff_git\\mingw64\\share\\git\\git-wrapper.exe", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\description", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\applypatch-msg.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\commit-msg.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\fsmonitor-watchman.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\post-update.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\pre-applypatch.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\pre-commit.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\pre-merge-commit.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\pre-push.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\pre-rebase.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\pre-receive.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\prepare-commit-msg.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\push-to-checkout.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\sendemail-validate.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\hooks\\update.sample", - "externals\\ff_git\\mingw64\\share\\git-core\\templates\\info\\exclude", - "externals\\ff_git\\mingw64\\share\\licenses\\brotli\\LICENSE", - "externals\\ff_git\\mingw64\\share\\licenses\\curl\\LICENSE", - "externals\\ff_git\\mingw64\\share\\licenses\\expat\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\gcc-libs\\COPYING.LIB", - "externals\\ff_git\\mingw64\\share\\licenses\\gcc-libs\\COPYING.RUNTIME", - "externals\\ff_git\\mingw64\\share\\licenses\\gcc-libs\\COPYING3", - "externals\\ff_git\\mingw64\\share\\licenses\\gcc-libs\\README", - "externals\\ff_git\\mingw64\\share\\licenses\\gettext\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\gettext\\gettext-runtime\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\gettext\\gettext-runtime\\intl\\COPYING.LIB", - "externals\\ff_git\\mingw64\\share\\licenses\\gettext\\gettext-runtime\\libasprintf\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\gettext\\gettext-runtime\\libasprintf\\COPYING.LIB", - "externals\\ff_git\\mingw64\\share\\licenses\\gettext\\gettext-tools\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\gettext\\gettext-tools\\gnulib-lib\\libxml\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\gettext\\gnulib-local\\lib\\libxml\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\libffi\\LICENSE", - "externals\\ff_git\\mingw64\\share\\licenses\\libiconv\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\libiconv\\COPYING.LIB", - "externals\\ff_git\\mingw64\\share\\licenses\\libiconv\\README", - "externals\\ff_git\\mingw64\\share\\licenses\\libiconv\\libcharset\\COPYING.LIB", - "externals\\ff_git\\mingw64\\share\\licenses\\libpsl\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\libssh2\\LICENSE", - "externals\\ff_git\\mingw64\\share\\licenses\\libtasn1\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\libtasn1\\COPYING.LESSER", - "externals\\ff_git\\mingw64\\share\\licenses\\libunistring\\LICENSE", - "externals\\ff_git\\mingw64\\share\\licenses\\libunistring\\LICENSE.LIB", - "externals\\ff_git\\mingw64\\share\\licenses\\libwinpthread\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\libwinpthread\\mingw-w64-libraries\\winpthreads\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\nghttp2\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\openssl\\LICENSE", - "externals\\ff_git\\mingw64\\share\\licenses\\pcre2\\COPYING", - "externals\\ff_git\\mingw64\\share\\licenses\\pcre2\\LICENCE", - "externals\\ff_git\\mingw64\\share\\licenses\\zlib\\LICENSE", - "externals\\ff_git\\mingw64\\share\\licenses\\zstd\\LICENSE", - "externals\\ff_git\\usr\\bin\\awk.exe", - "externals\\ff_git\\usr\\bin\\b2sum.exe", - "externals\\ff_git\\usr\\bin\\basename.exe", - "externals\\ff_git\\usr\\bin\\basenc.exe", - "externals\\ff_git\\usr\\bin\\cat.exe", - "externals\\ff_git\\usr\\bin\\chattr.exe", - "externals\\ff_git\\usr\\bin\\cmp.exe", - "externals\\ff_git\\usr\\bin\\comm.exe", - "externals\\ff_git\\usr\\bin\\cp.exe", - "externals\\ff_git\\usr\\bin\\cut.exe", - "externals\\ff_git\\usr\\bin\\cygwin-console-helper.exe", - "externals\\ff_git\\usr\\bin\\dash.exe", - "externals\\ff_git\\usr\\bin\\date.exe", - "externals\\ff_git\\usr\\bin\\diff.exe", - "externals\\ff_git\\usr\\bin\\diff3.exe", - "externals\\ff_git\\usr\\bin\\dirname.exe", - "externals\\ff_git\\usr\\bin\\echo.exe", - "externals\\ff_git\\usr\\bin\\env.exe", - "externals\\ff_git\\usr\\bin\\expr.exe", - "externals\\ff_git\\usr\\bin\\false.exe", - "externals\\ff_git\\usr\\bin\\find.exe", - "externals\\ff_git\\usr\\bin\\gencat.exe", - "externals\\ff_git\\usr\\bin\\getfacl.exe", - "externals\\ff_git\\usr\\bin\\getopt.exe", - "externals\\ff_git\\usr\\bin\\gmondump.exe", - "externals\\ff_git\\usr\\bin\\grep.exe", - "externals\\ff_git\\usr\\bin\\head.exe", - "externals\\ff_git\\usr\\bin\\ls.exe", - "externals\\ff_git\\usr\\bin\\lsattr.exe", - "externals\\ff_git\\usr\\bin\\mkdir.exe", - "externals\\ff_git\\usr\\bin\\mktemp.exe", - "externals\\ff_git\\usr\\bin\\msys-2.0.dll", - "externals\\ff_git\\usr\\bin\\msys-asn1-8.dll", - "externals\\ff_git\\usr\\bin\\msys-cbor-0.10.dll", - "externals\\ff_git\\usr\\bin\\msys-com_err-1.dll", - "externals\\ff_git\\usr\\bin\\msys-crypt-0.dll", - "externals\\ff_git\\usr\\bin\\msys-crypto-3.dll", - "externals\\ff_git\\usr\\bin\\msys-fido2-1.dll", - "externals\\ff_git\\usr\\bin\\msys-gcc_s-seh-1.dll", - "externals\\ff_git\\usr\\bin\\msys-gmp-10.dll", - "externals\\ff_git\\usr\\bin\\msys-gssapi-3.dll", - "externals\\ff_git\\usr\\bin\\msys-hcrypto-4.dll", - "externals\\ff_git\\usr\\bin\\msys-heimbase-1.dll", - "externals\\ff_git\\usr\\bin\\msys-heimntlm-0.dll", - "externals\\ff_git\\usr\\bin\\msys-hx509-5.dll", - "externals\\ff_git\\usr\\bin\\msys-iconv-2.dll", - "externals\\ff_git\\usr\\bin\\msys-intl-8.dll", - "externals\\ff_git\\usr\\bin\\msys-krb5-26.dll", - "externals\\ff_git\\usr\\bin\\msys-mpfr-6.dll", - "externals\\ff_git\\usr\\bin\\msys-ncursesw6.dll", - "externals\\ff_git\\usr\\bin\\msys-pcre-1.dll", - "externals\\ff_git\\usr\\bin\\msys-readline8.dll", - "externals\\ff_git\\usr\\bin\\msys-roken-18.dll", - "externals\\ff_git\\usr\\bin\\msys-sqlite3-0.dll", - "externals\\ff_git\\usr\\bin\\msys-wind-0.dll", - "externals\\ff_git\\usr\\bin\\msys-z.dll", - "externals\\ff_git\\usr\\bin\\mv.exe", - "externals\\ff_git\\usr\\bin\\pathchk.exe", - "externals\\ff_git\\usr\\bin\\printf.exe", - "externals\\ff_git\\usr\\bin\\profiler.exe", - "externals\\ff_git\\usr\\bin\\pwd.exe", - "externals\\ff_git\\usr\\bin\\readlink.exe", - "externals\\ff_git\\usr\\bin\\rebase.exe", - "externals\\ff_git\\usr\\bin\\rebaseall", - "externals\\ff_git\\usr\\bin\\rm.exe", - "externals\\ff_git\\usr\\bin\\rmdir.exe", - "externals\\ff_git\\usr\\bin\\sdiff.exe", - "externals\\ff_git\\usr\\bin\\sed.exe", - "externals\\ff_git\\usr\\bin\\sh.exe", - "externals\\ff_git\\usr\\bin\\sort.exe", - "externals\\ff_git\\usr\\bin\\ssh-add.exe", - "externals\\ff_git\\usr\\bin\\ssh-agent.exe", - "externals\\ff_git\\usr\\bin\\ssh.exe", - "externals\\ff_git\\usr\\bin\\tail.exe", - "externals\\ff_git\\usr\\bin\\test.exe", - "externals\\ff_git\\usr\\bin\\touch.exe", - "externals\\ff_git\\usr\\bin\\tr.exe", - "externals\\ff_git\\usr\\bin\\true.exe", - "externals\\ff_git\\usr\\bin\\uname.exe", - "externals\\ff_git\\usr\\bin\\uniq.exe", - "externals\\ff_git\\usr\\bin\\wc.exe", - "externals\\ff_git\\usr\\bin\\xargs.exe", - "externals\\ff_git\\usr\\etc\\profile.d\\gawk.csh", - "externals\\ff_git\\usr\\etc\\profile.d\\gawk.sh", - "externals\\ff_git\\usr\\lib\\ssh\\ssh-keysign.exe", - "externals\\ff_git\\usr\\lib\\ssh\\ssh-pkcs11-helper.exe", - "externals\\ff_git\\usr\\lib\\ssh\\ssh-sk-helper.exe", - "externals\\ff_git\\usr\\libexec\\getprocaddr32.exe", - "externals\\ff_git\\usr\\libexec\\getprocaddr64.exe", - "externals\\ff_git\\usr\\share\\awk\\assert.awk", - "externals\\ff_git\\usr\\share\\awk\\bits2str.awk", - "externals\\ff_git\\usr\\share\\awk\\cliff_rand.awk", - "externals\\ff_git\\usr\\share\\awk\\ctime.awk", - "externals\\ff_git\\usr\\share\\awk\\ftrans.awk", - "externals\\ff_git\\usr\\share\\awk\\getopt.awk", - "externals\\ff_git\\usr\\share\\awk\\gettime.awk", - "externals\\ff_git\\usr\\share\\awk\\group.awk", - "externals\\ff_git\\usr\\share\\awk\\have_mpfr.awk", - "externals\\ff_git\\usr\\share\\awk\\inplace.awk", - "externals\\ff_git\\usr\\share\\awk\\intdiv0.awk", - "externals\\ff_git\\usr\\share\\awk\\join.awk", - "externals\\ff_git\\usr\\share\\awk\\libintl.awk", - "externals\\ff_git\\usr\\share\\awk\\noassign.awk", - "externals\\ff_git\\usr\\share\\awk\\ns_passwd.awk", - "externals\\ff_git\\usr\\share\\awk\\ord.awk", - "externals\\ff_git\\usr\\share\\awk\\passwd.awk", - "externals\\ff_git\\usr\\share\\awk\\processarray.awk", - "externals\\ff_git\\usr\\share\\awk\\quicksort.awk", - "externals\\ff_git\\usr\\share\\awk\\readable.awk", - "externals\\ff_git\\usr\\share\\awk\\readfile.awk", - "externals\\ff_git\\usr\\share\\awk\\rewind.awk", - "externals\\ff_git\\usr\\share\\awk\\round.awk", - "externals\\ff_git\\usr\\share\\awk\\shellquote.awk", - "externals\\ff_git\\usr\\share\\awk\\strtonum.awk", - "externals\\ff_git\\usr\\share\\awk\\walkarray.awk", - "externals\\ff_git\\usr\\share\\awk\\zerofile.awk", - "externals\\ff_git\\usr\\share\\licenses\\gcc-libs\\RUNTIME.LIBRARY.EXCEPTION", - "externals\\ff_git\\usr\\share\\licenses\\libopenssl\\LICENSE.txt", - "externals\\ff_git\\usr\\share\\licenses\\libsqlite\\LICENSE", - "externals\\ff_git\\usr\\share\\licenses\\ncurses\\license.txt", - "externals\\ff_git\\usr\\share\\licenses\\openssh\\LICENCE", - "externals\\ff_git\\usr\\share\\licenses\\zlib\\LICENSE", - "externals\\ff_git\\usr\\share\\nano\\git.nanorc", - "externals\\ff_git\\usr\\ssl\\ct_log_list.cnf", - "externals\\ff_git\\usr\\ssl\\ct_log_list.cnf.dist", - "externals\\ff_git\\usr\\ssl\\openssl.cnf", - "externals\\ff_git\\usr\\ssl\\openssl.cnf.dist", "externals\\git\\LICENSE.txt", + "externals\\git\\cmd\\git-receive-pack.exe", + "externals\\git\\cmd\\git-upload-pack.exe", "externals\\git\\cmd\\git.exe", "externals\\git\\cmd\\scalar.exe", + "externals\\git\\cmd\\tig.exe", "externals\\git\\etc\\bash.bashrc", "externals\\git\\etc\\bash.bash_logout", "externals\\git\\etc\\fstab", @@ -793,21 +457,28 @@ "externals\\git\\etc\\ssh\\sshd_config", "externals\\git\\etc\\ssh\\ssh_config", "externals\\git\\mingw64\\bin\\Atlassian.Bitbucket.dll", - "externals\\git\\mingw64\\bin\\Atlassian.Bitbucket.UI.exe", - "externals\\git\\mingw64\\bin\\Atlassian.Bitbucket.UI.exe.config", - "externals\\git\\mingw64\\bin\\Atlassian.Bitbucket.UI.Shared.dll", + "externals\\git\\mingw64\\bin\\Avalonia.Base.dll", + "externals\\git\\mingw64\\bin\\Avalonia.Controls.dll", + "externals\\git\\mingw64\\bin\\Avalonia.DesignerSupport.dll", + "externals\\git\\mingw64\\bin\\Avalonia.Dialogs.dll", + "externals\\git\\mingw64\\bin\\Avalonia.dll", + "externals\\git\\mingw64\\bin\\Avalonia.Markup.dll", + "externals\\git\\mingw64\\bin\\Avalonia.Markup.Xaml.dll", + "externals\\git\\mingw64\\bin\\Avalonia.Metal.dll", + "externals\\git\\mingw64\\bin\\Avalonia.MicroCom.dll", + "externals\\git\\mingw64\\bin\\Avalonia.OpenGL.dll", + "externals\\git\\mingw64\\bin\\Avalonia.Remote.Protocol.dll", + "externals\\git\\mingw64\\bin\\Avalonia.Skia.dll", + "externals\\git\\mingw64\\bin\\Avalonia.Themes.Fluent.dll", + "externals\\git\\mingw64\\bin\\Avalonia.Win32.dll", + "externals\\git\\mingw64\\bin\\av_libglesv2.dll", "externals\\git\\mingw64\\bin\\blocked-file-util.exe", "externals\\git\\mingw64\\bin\\brotli.exe", + "externals\\git\\mingw64\\bin\\c_rehash", "externals\\git\\mingw64\\bin\\gcmcore.dll", - "externals\\git\\mingw64\\bin\\gcmcoreui.dll", - "externals\\git\\mingw64\\bin\\gcmcoreuiwpf.dll", "externals\\git\\mingw64\\bin\\git-askpass.exe", "externals\\git\\mingw64\\bin\\git-askyesno.exe", "externals\\git\\mingw64\\bin\\git-credential-helper-selector.exe", - "externals\\git\\mingw64\\bin\\git-credential-manager-core.exe", - "externals\\git\\mingw64\\bin\\git-credential-manager-core.exe.config", - "externals\\git\\mingw64\\bin\\git-credential-manager-ui.exe", - "externals\\git\\mingw64\\bin\\git-credential-manager-ui.exe.config", "externals\\git\\mingw64\\bin\\git-credential-manager.exe", "externals\\git\\mingw64\\bin\\git-credential-manager.exe.config", "externals\\git\\mingw64\\bin\\git-credential-wincred.exe", @@ -822,54 +493,78 @@ "externals\\git\\mingw64\\bin\\git-upload-pack.exe", "externals\\git\\mingw64\\bin\\git.exe", "externals\\git\\mingw64\\bin\\GitHub.dll", - "externals\\git\\mingw64\\bin\\GitHub.UI.exe", - "externals\\git\\mingw64\\bin\\GitHub.UI.exe.config", - "externals\\git\\mingw64\\bin\\GitHub.UI.Shared.dll", "externals\\git\\mingw64\\bin\\GitLab.dll", - "externals\\git\\mingw64\\bin\\GitLab.UI.exe", - "externals\\git\\mingw64\\bin\\GitLab.UI.exe.config", - "externals\\git\\mingw64\\bin\\GitLab.UI.Shared.dll", + "externals\\git\\mingw64\\bin\\HarfBuzzSharp.dll", "externals\\git\\mingw64\\bin\\headless-git.exe", "externals\\git\\mingw64\\bin\\libbrotlicommon.dll", "externals\\git\\mingw64\\bin\\libbrotlidec.dll", - "externals\\git\\mingw64\\bin\\libcrypto-1_1-x64.dll", + "externals\\git\\mingw64\\bin\\libbrotlienc.dll", + "externals\\git\\mingw64\\bin\\libcrypto-3-x64.dll", "externals\\git\\mingw64\\bin\\libcurl-4.dll", + "externals\\git\\mingw64\\bin\\libcurl-openssl-4.dll", "externals\\git\\mingw64\\bin\\libexpat-1.dll", + "externals\\git\\mingw64\\bin\\libHarfBuzzSharp.dll", "externals\\git\\mingw64\\bin\\libiconv-2.dll", "externals\\git\\mingw64\\bin\\libidn2-0.dll", "externals\\git\\mingw64\\bin\\libintl-8.dll", "externals\\git\\mingw64\\bin\\libnghttp2-14.dll", "externals\\git\\mingw64\\bin\\libpcre2-8-0.dll", "externals\\git\\mingw64\\bin\\libpsl-5.dll", + "externals\\git\\mingw64\\bin\\libSkiaSharp.dll", "externals\\git\\mingw64\\bin\\libssh2-1.dll", - "externals\\git\\mingw64\\bin\\libssl-1_1-x64.dll", - "externals\\git\\mingw64\\bin\\libunistring-2.dll", + "externals\\git\\mingw64\\bin\\libssl-3-x64.dll", + "externals\\git\\mingw64\\bin\\libunistring-5.dll", "externals\\git\\mingw64\\bin\\libwinpthread-1.dll", "externals\\git\\mingw64\\bin\\libzstd.dll", + "externals\\git\\mingw64\\bin\\MicroCom.Runtime.dll", "externals\\git\\mingw64\\bin\\Microsoft.AzureRepos.dll", - "externals\\git\\mingw64\\bin\\Microsoft.Identity.Client.Desktop.dll", + "externals\\git\\mingw64\\bin\\Microsoft.Bcl.AsyncInterfaces.dll", + "externals\\git\\mingw64\\bin\\Microsoft.Identity.Client.Broker.dll", "externals\\git\\mingw64\\bin\\Microsoft.Identity.Client.dll", "externals\\git\\mingw64\\bin\\Microsoft.Identity.Client.Extensions.Msal.dll", - "externals\\git\\mingw64\\bin\\Microsoft.Web.WebView2.Core.dll", - "externals\\git\\mingw64\\bin\\Microsoft.Web.WebView2.WinForms.dll", - "externals\\git\\mingw64\\bin\\Microsoft.Web.WebView2.Wpf.dll", - "externals\\git\\mingw64\\bin\\Newtonsoft.Json.dll", + "externals\\git\\mingw64\\bin\\Microsoft.Identity.Client.NativeInterop.dll", + "externals\\git\\mingw64\\bin\\Microsoft.IdentityModel.Abstractions.dll", + "externals\\git\\mingw64\\bin\\msalruntime_x86.dll", "externals\\git\\mingw64\\bin\\pcre2-config", "externals\\git\\mingw64\\bin\\proxy-lookup.exe", + "externals\\git\\mingw64\\bin\\psl-make-dafsa", + "externals\\git\\mingw64\\bin\\psl.exe", "externals\\git\\mingw64\\bin\\scalar.exe", + "externals\\git\\mingw64\\bin\\SkiaSharp.dll", "externals\\git\\mingw64\\bin\\System.Buffers.dll", "externals\\git\\mingw64\\bin\\System.CommandLine.dll", + "externals\\git\\mingw64\\bin\\System.ComponentModel.Annotations.dll", + "externals\\git\\mingw64\\bin\\System.Diagnostics.DiagnosticSource.dll", + "externals\\git\\mingw64\\bin\\System.IO.FileSystem.AccessControl.dll", "externals\\git\\mingw64\\bin\\System.Memory.dll", "externals\\git\\mingw64\\bin\\System.Numerics.Vectors.dll", "externals\\git\\mingw64\\bin\\System.Runtime.CompilerServices.Unsafe.dll", - "externals\\git\\mingw64\\bin\\WebView2Loader.dll", + "externals\\git\\mingw64\\bin\\System.Security.AccessControl.dll", + "externals\\git\\mingw64\\bin\\System.Security.Cryptography.ProtectedData.dll", + "externals\\git\\mingw64\\bin\\System.Security.Principal.Windows.dll", + "externals\\git\\mingw64\\bin\\System.Text.Encodings.Web.dll", + "externals\\git\\mingw64\\bin\\System.Text.Json.dll", + "externals\\git\\mingw64\\bin\\System.Threading.Tasks.Extensions.dll", + "externals\\git\\mingw64\\bin\\System.ValueTuple.dll", "externals\\git\\mingw64\\bin\\zlib1.dll", "externals\\git\\mingw64\\doc\\git-credential-manager\\LICENSE", "externals\\git\\mingw64\\doc\\git-credential-manager\\NOTICE", "externals\\git\\mingw64\\doc\\git-credential-manager\\README.md", - "externals\\git\\mingw64\\lib\\engines-1_1\\capi.dll", - "externals\\git\\mingw64\\lib\\engines-1_1\\padlock.dll", - "externals\\git\\mingw64\\libexec\\git-core\\git-bisect", + "externals\\git\\mingw64\\etc\\ssl\\cert.pem", + "externals\\git\\mingw64\\etc\\ssl\\ct_log_list.cnf", + "externals\\git\\mingw64\\etc\\ssl\\ct_log_list.cnf.dist", + "externals\\git\\mingw64\\etc\\ssl\\openssl.cnf", + "externals\\git\\mingw64\\etc\\ssl\\openssl.cnf.dist", + "externals\\git\\mingw64\\etc\\ssl\\certs\\ca-bundle.crt", + "externals\\git\\mingw64\\etc\\ssl\\certs\\ca-bundle.trust.crt", + "externals\\git\\mingw64\\etc\\ssl\\misc\\CA.pl", + "externals\\git\\mingw64\\etc\\ssl\\misc\\tsget", + "externals\\git\\mingw64\\etc\\ssl\\misc\\tsget.pl", + "externals\\git\\mingw64\\lib\\engines-3\\capi.dll", + "externals\\git\\mingw64\\lib\\engines-3\\loader_attic.dll", + "externals\\git\\mingw64\\lib\\engines-3\\padlock.dll", + "externals\\git\\mingw64\\lib\\ossl-modules\\legacy.dll", + "externals\\git\\mingw64\\libexec\\git-core\\git-difftool--helper", "externals\\git\\mingw64\\libexec\\git-core\\git-filter-branch", "externals\\git\\mingw64\\libexec\\git-core\\git-merge-octopus", "externals\\git\\mingw64\\libexec\\git-core\\git-merge-one-file", @@ -909,14 +604,7 @@ "externals\\git\\mingw64\\libexec\\git-core\\mergetools\\xxdiff", "externals\\git\\mingw64\\share\\doc\\expat\\AUTHORS", "externals\\git\\mingw64\\share\\doc\\expat\\changelog", - "externals\\git\\mingw64\\share\\doc\\mpfr\\AUTHORS", - "externals\\git\\mingw64\\share\\doc\\mpfr\\BUGS", - "externals\\git\\mingw64\\share\\doc\\mpfr\\COPYING", - "externals\\git\\mingw64\\share\\doc\\mpfr\\COPYING.LESSER", - "externals\\git\\mingw64\\share\\doc\\mpfr\\FAQ.html", - "externals\\git\\mingw64\\share\\doc\\mpfr\\NEWS", - "externals\\git\\mingw64\\share\\doc\\mpfr\\TODO", - "externals\\git\\mingw64\\share\\doc\\mpfr\\examples\\ReadMe", + "externals\\git\\mingw64\\share\\doc\\git-doc\\git-credential-manager.html", "externals\\git\\mingw64\\share\\git\\edit-git-bash.exe", "externals\\git\\mingw64\\share\\git\\git-wrapper.exe", "externals\\git\\mingw64\\share\\git-core\\templates\\description", @@ -932,22 +620,20 @@ "externals\\git\\mingw64\\share\\git-core\\templates\\hooks\\pre-receive.sample", "externals\\git\\mingw64\\share\\git-core\\templates\\hooks\\prepare-commit-msg.sample", "externals\\git\\mingw64\\share\\git-core\\templates\\hooks\\push-to-checkout.sample", + "externals\\git\\mingw64\\share\\git-core\\templates\\hooks\\sendemail-validate.sample", "externals\\git\\mingw64\\share\\git-core\\templates\\hooks\\update.sample", "externals\\git\\mingw64\\share\\git-core\\templates\\info\\exclude", "externals\\git\\mingw64\\share\\licenses\\brotli\\LICENSE", + "externals\\git\\mingw64\\share\\licenses\\curl\\LICENSE", "externals\\git\\mingw64\\share\\licenses\\expat\\COPYING", "externals\\git\\mingw64\\share\\licenses\\gcc-libs\\COPYING.LIB", "externals\\git\\mingw64\\share\\licenses\\gcc-libs\\COPYING.RUNTIME", "externals\\git\\mingw64\\share\\licenses\\gcc-libs\\COPYING3", "externals\\git\\mingw64\\share\\licenses\\gcc-libs\\README", - "externals\\git\\mingw64\\share\\licenses\\gettext\\COPYING", - "externals\\git\\mingw64\\share\\licenses\\gettext\\gettext-runtime\\COPYING", - "externals\\git\\mingw64\\share\\licenses\\gettext\\gettext-runtime\\intl\\COPYING.LIB", - "externals\\git\\mingw64\\share\\licenses\\gettext\\gettext-runtime\\libasprintf\\COPYING", - "externals\\git\\mingw64\\share\\licenses\\gettext\\gettext-runtime\\libasprintf\\COPYING.LIB", - "externals\\git\\mingw64\\share\\licenses\\gettext\\gettext-tools\\COPYING", - "externals\\git\\mingw64\\share\\licenses\\gettext\\gettext-tools\\gnulib-lib\\libxml\\COPYING", - "externals\\git\\mingw64\\share\\licenses\\gettext\\gnulib-local\\lib\\libxml\\COPYING", + "externals\\git\\mingw64\\share\\licenses\\gettext-runtime\\COPYING", + "externals\\git\\mingw64\\share\\licenses\\gettext-runtime\\intl\\COPYING.LIB", + "externals\\git\\mingw64\\share\\licenses\\gettext-runtime\\libasprintf\\COPYING", + "externals\\git\\mingw64\\share\\licenses\\gettext-runtime\\libasprintf\\COPYING.LIB", "externals\\git\\mingw64\\share\\licenses\\libffi\\LICENSE", "externals\\git\\mingw64\\share\\licenses\\libiconv\\COPYING", "externals\\git\\mingw64\\share\\licenses\\libiconv\\COPYING.LIB", @@ -960,20 +646,12 @@ "externals\\git\\mingw64\\share\\licenses\\libunistring\\LICENSE", "externals\\git\\mingw64\\share\\licenses\\libunistring\\LICENSE.LIB", "externals\\git\\mingw64\\share\\licenses\\libwinpthread\\COPYING", - "externals\\git\\mingw64\\share\\licenses\\libwinpthread\\mingw-w64-libraries\\winpthreads\\COPYING", "externals\\git\\mingw64\\share\\licenses\\nghttp2\\COPYING", "externals\\git\\mingw64\\share\\licenses\\openssl\\LICENSE", "externals\\git\\mingw64\\share\\licenses\\pcre2\\COPYING", "externals\\git\\mingw64\\share\\licenses\\pcre2\\LICENCE", "externals\\git\\mingw64\\share\\licenses\\zlib\\LICENSE", "externals\\git\\mingw64\\share\\licenses\\zstd\\LICENSE", - "externals\\git\\mingw64\\ssl\\cert.pem", - "externals\\git\\mingw64\\ssl\\ct_log_list.cnf", - "externals\\git\\mingw64\\ssl\\ct_log_list.cnf.dist", - "externals\\git\\mingw64\\ssl\\openssl.cnf", - "externals\\git\\mingw64\\ssl\\openssl.cnf.dist", - "externals\\git\\mingw64\\ssl\\certs\\ca-bundle.crt", - "externals\\git\\mingw64\\ssl\\certs\\ca-bundle.trust.crt", "externals\\git\\usr\\bin\\awk.exe", "externals\\git\\usr\\bin\\b2sum.exe", "externals\\git\\usr\\bin\\basename.exe", @@ -1007,10 +685,10 @@ "externals\\git\\usr\\bin\\mktemp.exe", "externals\\git\\usr\\bin\\msys-2.0.dll", "externals\\git\\usr\\bin\\msys-asn1-8.dll", - "externals\\git\\usr\\bin\\msys-cbor-0.9.dll", + "externals\\git\\usr\\bin\\msys-cbor-0.11.dll", "externals\\git\\usr\\bin\\msys-com_err-1.dll", "externals\\git\\usr\\bin\\msys-crypt-0.dll", - "externals\\git\\usr\\bin\\msys-crypto-1.1.dll", + "externals\\git\\usr\\bin\\msys-crypto-3.dll", "externals\\git\\usr\\bin\\msys-fido2-1.dll", "externals\\git\\usr\\bin\\msys-gcc_s-seh-1.dll", "externals\\git\\usr\\bin\\msys-gmp-10.dll", @@ -1091,10 +769,10 @@ "externals\\git\\usr\\share\\awk\\walkarray.awk", "externals\\git\\usr\\share\\awk\\zerofile.awk", "externals\\git\\usr\\share\\licenses\\gcc-libs\\RUNTIME.LIBRARY.EXCEPTION", + "externals\\git\\usr\\share\\licenses\\libopenssl\\LICENSE.txt", "externals\\git\\usr\\share\\licenses\\libsqlite\\LICENSE", "externals\\git\\usr\\share\\licenses\\ncurses\\license.txt", "externals\\git\\usr\\share\\licenses\\openssh\\LICENCE", - "externals\\git\\usr\\share\\licenses\\openssl\\LICENSE", "externals\\git\\usr\\share\\licenses\\zlib\\LICENSE", "externals\\git\\usr\\share\\nano\\git.nanorc", "externals\\git\\usr\\ssl\\ct_log_list.cnf", @@ -1982,13 +1660,13 @@ "externals\\vstsom\\zh-Hant\\TF.resources.dll", "externals\\vswhere\\vswhere.exe" ], - "Version": "3.240.1", + "Version": "3.242.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-AzurePipelines.png" }, "Information": { - "DisplayName": "Microsoft Azure Pipelines Agent 3.240.1 x64", + "DisplayName": "Microsoft Azure Pipelines Agent 3.242.1 x64", "Description": "The Microsoft Azure Pipelines Agent used to deploy to target machines and create a self hosted pipelines runner in Azure Pipelines.", "Publisher": "Microsoft", "InformationURL": "https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents", @@ -2016,7 +1694,7 @@ "Path": "C:\\agents\\bin", "FileOrFolder": "Agent.Worker.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "3.240.1", + "VersionValue": "3.242.1", "Check32BitOn64System": "false" } ], From d8f83765945f488272f131a3a2f3de2b7f5b0d92 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Wed, 31 Jul 2024 02:20:21 +0000 Subject: [PATCH 35/61] Update json 2024.07.31.1037 update-json --- packages/App/GoogleChrome/App.json | 6 +++--- packages/App/GoogleChrome/Source/Install.json | 2 +- packages/App/MicrosoftPowerToys/App.json | 8 ++++---- packages/App/MicrosoftPowerToys/Source/Install.json | 4 ++-- packages/App/ZoomMeetings/App.json | 6 +++--- packages/App/ZoomMeetings/Source/Install.json | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index 78d40c86..041d38ac 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "127.0.6533.73", + "Version": "127.0.6533.89", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png" }, "Information": { - "DisplayName": "Google Chrome 127.0.6533.73 x64", + "DisplayName": "Google Chrome 127.0.6533.89 x64", "Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.", "Publisher": "Google", "InformationURL": "https://www.google.com/chrome/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Google\\Chrome\\Application", "FileOrFolder": "Chrome.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "127.0.6533.73", + "VersionValue": "127.0.6533.89", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index 26502c89..372c7f51 100644 --- a/packages/App/GoogleChrome/Source/Install.json +++ b/packages/App/GoogleChrome/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "127.0.6533.73" + "Version": "127.0.6533.89" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftPowerToys/App.json b/packages/App/MicrosoftPowerToys/App.json index 3205db83..f57d1207 100644 --- a/packages/App/MicrosoftPowerToys/App.json +++ b/packages/App/MicrosoftPowerToys/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "PowerToysSetup-0.82.1-x64.exe", - "Version": "0.82.1", + "SetupFile": "PowerToysSetup-0.83.0-x64.exe", + "Version": "0.83.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/microsoft/PowerToys/raw/v0.58.0/installer/MSIX/Images/logo.png" }, "Information": { - "DisplayName": "Microsoft PowerToys 0.82.1 x64", + "DisplayName": "Microsoft PowerToys 0.83.0 x64", "Description": "Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.", "Publisher": "Microsoft", "InformationURL": "https://aka.ms/powertoys-docs", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\PowerToys", "FileOrFolder": "PowerToys.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "0.82.1", + "VersionValue": "0.83.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftPowerToys/Source/Install.json b/packages/App/MicrosoftPowerToys/Source/Install.json index c31069e6..6b4cfc51 100644 --- a/packages/App/MicrosoftPowerToys/Source/Install.json +++ b/packages/App/MicrosoftPowerToys/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "PowerToysSetup-0.82.1-x64.exe", - "Version": "0.82.1" + "SetupFile": "PowerToysSetup-0.83.0-x64.exe", + "Version": "0.83.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/ZoomMeetings/App.json b/packages/App/ZoomMeetings/App.json index cdf41518..60e32ea4 100644 --- a/packages/App/ZoomMeetings/App.json +++ b/packages/App/ZoomMeetings/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "ZoomInstallerFull.msi", - "Version": "6.1.5.43316", + "Version": "6.1.6.43767", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Zoom.png" }, "Information": { - "DisplayName": "Zoom Meetings Client 6.1.5.43316 x64", + "DisplayName": "Zoom Meetings Client 6.1.6.43767 x64", "Description": "Simplified video conferencing and messaging across any device. Phone, Meetings, Chat, Whiteboard and more for your desktop.", "Publisher": "Zoom", "InformationURL": "https://explore.zoom.us/en/products/meetings/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Zoom\\bin", "FileOrFolder": "Zoom.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "6.1.5.43316", + "VersionValue": "6.1.6.43767", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ZoomMeetings/Source/Install.json b/packages/App/ZoomMeetings/Source/Install.json index 0bbcff44..48a4129f 100644 --- a/packages/App/ZoomMeetings/Source/Install.json +++ b/packages/App/ZoomMeetings/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "ZoomInstallerFull.msi", - "Version": "6.1.5.43316" + "Version": "6.1.6.43767" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 8c6cc5b97cff5b7be5cdb76bd771686be9df2e56 Mon Sep 17 00:00:00 2001 From: Aaron Parker Date: Fri, 2 Aug 2024 08:12:31 +1000 Subject: [PATCH 36/61] Update powershell-analysis.yml --- .github/workflows/powershell-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/powershell-analysis.yml b/.github/workflows/powershell-analysis.yml index ed725e47..f9d4ef71 100644 --- a/.github/workflows/powershell-analysis.yml +++ b/.github/workflows/powershell-analysis.yml @@ -20,7 +20,7 @@ jobs: - name: Run PSScriptAnalyzer uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f with: - path: ./ + path: ./scripts recurse: true output: results.sarif From 59b7a391b1050b590525ab8119679e8e67820fa5 Mon Sep 17 00:00:00 2001 From: Aaron Parker Date: Fri, 2 Aug 2024 08:15:49 +1000 Subject: [PATCH 37/61] Update Install.ps1 --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index 9cbacb45..07e77bcb 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -258,7 +258,7 @@ function Uninstall-Msi { Write-LogFile -Message "Uninstall-Msi error: $($_.Exception.Message)" -LogLevel 3 Write-Warning -Message $_.Exception.Message } - } + } } } } From 825eb45a5eb0b9c1581911c3c8603b3955cebec1 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Fri, 2 Aug 2024 02:27:52 +0000 Subject: [PATCH 38/61] Update json 2024.08.02.1039 update-json --- packages/App/MicrosoftEdge/App.json | 6 +++--- packages/App/MicrosoftEdge/Source/Install.json | 2 +- packages/App/MicrosoftEdgeWebView2/App.json | 6 +++--- .../App/MicrosoftEdgeWebView2/Source/Install.json | 2 +- packages/App/MicrosoftVisualStudioCode/App.json | 8 ++++---- .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- packages/Update/MicrosoftVisualStudioCode/App.json | 12 ++++++------ .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index de201137..bb558cf9 100644 --- a/packages/App/MicrosoftEdge/App.json +++ b/packages/App/MicrosoftEdge/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "127.0.2651.74", + "Version": "127.0.2651.86", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge 127.0.2651.74 x64", + "DisplayName": "Microsoft Edge 127.0.2651.86 x64", "Description": "Microsoft Edge is the fast and secure browser that helps you protect your data and save time and money.", "Publisher": "Microsoft", "InformationURL": "https://www.microsoft.com/en-us/edge/features", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application", "FileOrFolder": "msedge.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "127.0.2651.74", + "VersionValue": "127.0.2651.86", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/Source/Install.json b/packages/App/MicrosoftEdge/Source/Install.json index c9eb0dac..61659940 100644 --- a/packages/App/MicrosoftEdge/Source/Install.json +++ b/packages/App/MicrosoftEdge/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "127.0.2651.74" + "Version": "127.0.2651.86" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index af6d4c1b..82813f0e 100644 --- a/packages/App/MicrosoftEdgeWebView2/App.json +++ b/packages/App/MicrosoftEdgeWebView2/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "127.0.2651.74", + "Version": "127.0.2651.86", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge WebView2 Runtime 127.0.2651.74 x64", + "DisplayName": "Microsoft Edge WebView2 Runtime 127.0.2651.86 x64", "Description": "Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2", "Publisher": "Microsoft", "InformationURL": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}", "ValueName": "pv", "Operator": "greaterThanOrEqual", - "Value": "127.0.2651.74", + "Value": "127.0.2651.86", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdgeWebView2/Source/Install.json b/packages/App/MicrosoftEdgeWebView2/Source/Install.json index c79d047d..8a49bba0 100644 --- a/packages/App/MicrosoftEdgeWebView2/Source/Install.json +++ b/packages/App/MicrosoftEdgeWebView2/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "EXE", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "127.0.2651.74" + "Version": "127.0.2651.86" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftVisualStudioCode/App.json b/packages/App/MicrosoftVisualStudioCode/App.json index b20e4f6a..4f8eba7d 100644 --- a/packages/App/MicrosoftVisualStudioCode/App.json +++ b/packages/App/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.91.1.exe", - "Version": "1.91.1", + "SetupFile": "VSCodeSetup-x64-1.92.0.exe", + "Version": "1.92.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VSCode.png" }, "Information": { - "DisplayName": "Microsoft Visual Studio Code 1.91.1 x64", + "DisplayName": "Microsoft Visual Studio Code 1.92.0 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.91.1", + "Value": "1.92.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftVisualStudioCode/Source/Install.json b/packages/App/MicrosoftVisualStudioCode/Source/Install.json index 3184f014..cf24b736 100644 --- a/packages/App/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/App/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.91.1.exe", - "Version": "1.91.1" + "SetupFile": "VSCodeSetup-x64-1.92.0.exe", + "Version": "1.92.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftVisualStudioCode/App.json b/packages/Update/MicrosoftVisualStudioCode/App.json index 4140d135..3c0cf89b 100644 --- a/packages/Update/MicrosoftVisualStudioCode/App.json +++ b/packages/Update/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.91.1.exe", - "Version": "1.91.1", + "SetupFile": "VSCodeSetup-x64-1.92.0.exe", + "Version": "1.92.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VisualStudioCode.png" }, "Information": { - "DisplayName": "Update for Microsoft Visual Studio Code 1.91.1 x64", + "DisplayName": "Update for Microsoft Visual Studio Code 1.92.0 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "lessThan", - "VersionValue": "1.91.1", + "VersionValue": "1.92.0", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.91.1", + "Value": "1.92.0", "Check32BitOn64System": "false" }, { @@ -62,7 +62,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.91.1", + "VersionValue": "1.92.0", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json index 3184f014..cf24b736 100644 --- a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.91.1.exe", - "Version": "1.91.1" + "SetupFile": "VSCodeSetup-x64-1.92.0.exe", + "Version": "1.92.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From fab525ad78494e98fdb00362222a1e8d5bfda396 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Wed, 7 Aug 2024 02:29:27 +0000 Subject: [PATCH 39/61] Update json 2024.08.07.1044 update-json --- packages/App/GoogleChrome/App.json | 6 +++--- packages/App/GoogleChrome/Source/Install.json | 2 +- packages/App/MozillaFirefox/App.json | 8 ++++---- packages/App/MozillaFirefox/Source/Install.json | 4 ++-- packages/App/ZoomRooms/App.json | 8 ++++---- packages/App/ZoomRooms/Source/Install.json | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index 041d38ac..b05e4a66 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "127.0.6533.89", + "Version": "127.0.6533.100", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png" }, "Information": { - "DisplayName": "Google Chrome 127.0.6533.89 x64", + "DisplayName": "Google Chrome 127.0.6533.100 x64", "Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.", "Publisher": "Google", "InformationURL": "https://www.google.com/chrome/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Google\\Chrome\\Application", "FileOrFolder": "Chrome.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "127.0.6533.89", + "VersionValue": "127.0.6533.100", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index 372c7f51..8e349973 100644 --- a/packages/App/GoogleChrome/Source/Install.json +++ b/packages/App/GoogleChrome/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "127.0.6533.89" + "Version": "127.0.6533.100" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MozillaFirefox/App.json b/packages/App/MozillaFirefox/App.json index 89539dee..a29053cd 100644 --- a/packages/App/MozillaFirefox/App.json +++ b/packages/App/MozillaFirefox/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 128.0.3.msi", - "Version": "128.0.3", + "SetupFile": "Firefox Setup 129.0.msi", + "Version": "129.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Mozilla-Firefox.png" }, "Information": { - "DisplayName": "Mozilla Firefox 128.0.3 x64", + "DisplayName": "Mozilla Firefox 129.0 x64", "Description": "Get the browser that protects what's important. No shady privacy policies or back doors for advertisers. Just a lightning fast browser that doesn't sell you out.", "Publisher": "Mozilla", "InformationURL": "https://www.mozilla.org/firefox/new/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Mozilla Firefox", "FileOrFolder": "firefox.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "128.0.3", + "VersionValue": "129.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MozillaFirefox/Source/Install.json b/packages/App/MozillaFirefox/Source/Install.json index 0eaded97..2fff24bc 100644 --- a/packages/App/MozillaFirefox/Source/Install.json +++ b/packages/App/MozillaFirefox/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 128.0.3.msi", - "Version": "128.0.3" + "SetupFile": "Firefox Setup 129.0.msi", + "Version": "129.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/ZoomRooms/App.json b/packages/App/ZoomRooms/App.json index 552cb8f2..72cc788e 100644 --- a/packages/App/ZoomRooms/App.json +++ b/packages/App/ZoomRooms/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "zoomrooms-6.1.2.4367-x64.msi", - "Version": "6.1.2.4367", + "SetupFile": "zoomrooms-6.1.5.4468-x64.msi", + "Version": "6.1.5.4468", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/ZoomRooms.png" }, "Information": { - "DisplayName": "Zoom Meetings Client 6.1.2.4367 x64", + "DisplayName": "Zoom Meetings Client 6.1.5.4468 x64", "Description": "Conference rooms that make it easy to run or join video meetings with a tap of a button.", "Publisher": "Zoom", "InformationURL": "https://explore.zoom.us/en/products/zoom-rooms/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\ZoomRooms\\bin", "FileOrFolder": "ZoomRooms.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "6.1.2.4367", + "VersionValue": "6.1.5.4468", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ZoomRooms/Source/Install.json b/packages/App/ZoomRooms/Source/Install.json index abe550f1..d23ade24 100644 --- a/packages/App/ZoomRooms/Source/Install.json +++ b/packages/App/ZoomRooms/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "zoomrooms-6.1.2.4367-x64.msi", - "Version": "6.1.2.4367" + "SetupFile": "zoomrooms-6.1.5.4468-x64.msi", + "Version": "6.1.5.4468" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 8e2672a89a471d79e14cb5e0c2ca9738a4d7fccd Mon Sep 17 00:00:00 2001 From: aaronparker Date: Fri, 9 Aug 2024 02:29:47 +0000 Subject: [PATCH 40/61] Update json 2024.08.09.1046 update-json --- packages/App/MicrosoftEdge/App.json | 6 +++--- packages/App/MicrosoftEdge/Source/Install.json | 2 +- packages/App/MicrosoftEdgeWebView2/App.json | 6 +++--- .../App/MicrosoftEdgeWebView2/Source/Install.json | 2 +- packages/App/MicrosoftVisualStudioCode/App.json | 8 ++++---- .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- packages/Update/MicrosoftVisualStudioCode/App.json | 12 ++++++------ .../MicrosoftVisualStudioCode/Source/Install.json | 4 ++-- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index bb558cf9..7d294fd8 100644 --- a/packages/App/MicrosoftEdge/App.json +++ b/packages/App/MicrosoftEdge/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "127.0.2651.86", + "Version": "127.0.2651.98", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge 127.0.2651.86 x64", + "DisplayName": "Microsoft Edge 127.0.2651.98 x64", "Description": "Microsoft Edge is the fast and secure browser that helps you protect your data and save time and money.", "Publisher": "Microsoft", "InformationURL": "https://www.microsoft.com/en-us/edge/features", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application", "FileOrFolder": "msedge.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "127.0.2651.86", + "VersionValue": "127.0.2651.98", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/Source/Install.json b/packages/App/MicrosoftEdge/Source/Install.json index 61659940..462543a5 100644 --- a/packages/App/MicrosoftEdge/Source/Install.json +++ b/packages/App/MicrosoftEdge/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeEnterpriseX64.msi", - "Version": "127.0.2651.86" + "Version": "127.0.2651.98" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index 82813f0e..c9322c59 100644 --- a/packages/App/MicrosoftEdgeWebView2/App.json +++ b/packages/App/MicrosoftEdgeWebView2/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "127.0.2651.86", + "Version": "127.0.2651.98", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-Edge.png" }, "Information": { - "DisplayName": "Microsoft Edge WebView2 Runtime 127.0.2651.86 x64", + "DisplayName": "Microsoft Edge WebView2 Runtime 127.0.2651.98 x64", "Description": "Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2", "Publisher": "Microsoft", "InformationURL": "https://developer.microsoft.com/en-us/microsoft-edge/webview2", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}", "ValueName": "pv", "Operator": "greaterThanOrEqual", - "Value": "127.0.2651.86", + "Value": "127.0.2651.98", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdgeWebView2/Source/Install.json b/packages/App/MicrosoftEdgeWebView2/Source/Install.json index 8a49bba0..78eac0db 100644 --- a/packages/App/MicrosoftEdgeWebView2/Source/Install.json +++ b/packages/App/MicrosoftEdgeWebView2/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "EXE", "SetupFile": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe", - "Version": "127.0.2651.86" + "Version": "127.0.2651.98" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftVisualStudioCode/App.json b/packages/App/MicrosoftVisualStudioCode/App.json index 4f8eba7d..573ed2bd 100644 --- a/packages/App/MicrosoftVisualStudioCode/App.json +++ b/packages/App/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.92.0.exe", - "Version": "1.92.0", + "SetupFile": "VSCodeSetup-x64-1.92.1.exe", + "Version": "1.92.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VSCode.png" }, "Information": { - "DisplayName": "Microsoft Visual Studio Code 1.92.0 x64", + "DisplayName": "Microsoft Visual Studio Code 1.92.1 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.92.0", + "Value": "1.92.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftVisualStudioCode/Source/Install.json b/packages/App/MicrosoftVisualStudioCode/Source/Install.json index cf24b736..301bbd0a 100644 --- a/packages/App/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/App/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.92.0.exe", - "Version": "1.92.0" + "SetupFile": "VSCodeSetup-x64-1.92.1.exe", + "Version": "1.92.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftVisualStudioCode/App.json b/packages/Update/MicrosoftVisualStudioCode/App.json index 3c0cf89b..f4e160b6 100644 --- a/packages/Update/MicrosoftVisualStudioCode/App.json +++ b/packages/Update/MicrosoftVisualStudioCode/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.92.0.exe", - "Version": "1.92.0", + "SetupFile": "VSCodeSetup-x64-1.92.1.exe", + "Version": "1.92.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-VisualStudioCode.png" }, "Information": { - "DisplayName": "Update for Microsoft Visual Studio Code 1.92.0 x64", + "DisplayName": "Update for Microsoft Visual Studio Code 1.92.1 x64", "Description": "Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).", "Publisher": "Microsoft", "InformationURL": "https://code.visualstudio.com/", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "lessThan", - "VersionValue": "1.92.0", + "VersionValue": "1.92.1", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "1.92.0", + "Value": "1.92.1", "Check32BitOn64System": "false" }, { @@ -62,7 +62,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.92.0", + "VersionValue": "1.92.1", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json index cf24b736..301bbd0a 100644 --- a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json +++ b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "VSCodeSetup-x64-1.92.0.exe", - "Version": "1.92.0" + "SetupFile": "VSCodeSetup-x64-1.92.1.exe", + "Version": "1.92.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From 8dc6b4cce5b786d8d66ab38a1b5d45d861cffda2 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Wed, 14 Aug 2024 02:29:15 +0000 Subject: [PATCH 41/61] Update json 2024.08.14.1051 update-json --- packages/App/AdobeAcrobatReaderDC/App.json | 8 ++++---- packages/App/AdobeAcrobatReaderDCMUI/App.json | 8 ++++---- .../App/AdobeAcrobatReaderDCMUI/Source/Install.json | 4 ++-- packages/App/AdobeAcrobatReaderDCMUIVDI/App.json | 8 ++++---- .../App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json | 4 ++-- packages/App/GoogleChrome/App.json | 6 +++--- packages/App/GoogleChrome/Source/Install.json | 2 +- packages/App/Microsoft.NETLTS/App.json | 8 ++++---- packages/App/Microsoft.NETLTS/Source/Install.json | 4 ++-- packages/App/MicrosoftWvdRemoteDesktop/App.json | 8 ++++---- .../App/MicrosoftWvdRemoteDesktop/Source/Install.json | 4 ++-- packages/App/MozillaFirefox/App.json | 8 ++++---- packages/App/MozillaFirefox/Source/Install.json | 4 ++-- packages/Update/AdobeAcrobatReaderDCMUIx64/App.json | 10 +++++----- .../AdobeAcrobatReaderDCMUIx64/Source/Install.json | 4 ++-- packages/Update/AdobeAcrobatReaderDCMUIx86/App.json | 10 +++++----- .../AdobeAcrobatReaderDCMUIx86/Source/Install.json | 4 ++-- packages/Update/MicrosoftWvdRemoteDesktop/App.json | 10 +++++----- .../MicrosoftWvdRemoteDesktop/Source/Install.json | 4 ++-- 19 files changed, 59 insertions(+), 59 deletions(-) diff --git a/packages/App/AdobeAcrobatReaderDC/App.json b/packages/App/AdobeAcrobatReaderDC/App.json index 378dc642..31991e31 100644 --- a/packages/App/AdobeAcrobatReaderDC/App.json +++ b/packages/App/AdobeAcrobatReaderDC/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220965_MUI.exe", - "Version": "24.002.20965", + "SetupFile": "AcroRdrDCx642400221005_MUI.exe", + "Version": "24.002.21005", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatReader.png" }, "Information": { - "DisplayName": "Adobe Acrobat Reader DC 24.002.20965 x64", + "DisplayName": "Adobe Acrobat Reader DC 24.002.21005 x64", "Description": "Adobe Acrobat Reader is the free, trusted global standard for viewing, printing, e-signing, sharing, and annotating PDFs. View PDFs, Leave comments or annotate PDFs, Fill, e-sign, and lock your forms, Collaborate better with PDFs.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/acrobat/pdf-reader.html", @@ -44,7 +44,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20965", + "VersionValue": "24.002.21005", "Check32BitOn64System": "false" } ], diff --git a/packages/App/AdobeAcrobatReaderDCMUI/App.json b/packages/App/AdobeAcrobatReaderDCMUI/App.json index 7c715a63..1ae6e1b9 100644 --- a/packages/App/AdobeAcrobatReaderDCMUI/App.json +++ b/packages/App/AdobeAcrobatReaderDCMUI/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220965_MUI.exe", - "Version": "24.002.20965", + "SetupFile": "AcroRdrDCx642400221005_MUI.exe", + "Version": "24.002.21005", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatReader.png" }, "Information": { - "DisplayName": "Adobe Acrobat Reader DC 24.002.20965 x64", + "DisplayName": "Adobe Acrobat Reader DC 24.002.21005 x64", "Description": "Adobe Acrobat Reader is the free, trusted global standard for viewing, printing, e-signing, sharing, and annotating PDFs. View PDFs, Leave comments or annotate PDFs, Fill, e-sign, and lock your forms, Collaborate better with PDFs.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/acrobat/pdf-reader.html", @@ -44,7 +44,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20965", + "VersionValue": "24.002.21005", "Check32BitOn64System": "false" } ], diff --git a/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json b/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json index 300b48ba..be00b0ac 100644 --- a/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json +++ b/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220965_MUI.exe", - "Version": "24.002.20965" + "SetupFile": "AcroRdrDCx642400221005_MUI.exe", + "Version": "24.002.21005" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json b/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json index 111488f3..ba01e558 100644 --- a/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json +++ b/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json @@ -9,14 +9,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220965_MUI.exe", - "Version": "24.002.20965", + "SetupFile": "AcroRdrDCx642400221005_MUI.exe", + "Version": "24.002.21005", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatReader.png" }, "Information": { - "DisplayName": "Adobe Acrobat Reader DC (VDI install) 24.002.20965 x64", + "DisplayName": "Adobe Acrobat Reader DC (VDI install) 24.002.21005 x64", "Description": "Adobe Acrobat Reader is the free, trusted global standard for viewing, printing, e-signing, sharing, and annotating PDFs. View PDFs, Leave comments or annotate PDFs, Fill, e-sign, and lock your forms, Collaborate better with PDFs.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/acrobat/pdf-reader.html", @@ -45,7 +45,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20965", + "VersionValue": "24.002.21005", "Check32BitOn64System": "false" } ], diff --git a/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json b/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json index 936ddc4c..fb5e26e9 100644 --- a/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json +++ b/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "AcroRdrDCx642400220965_MUI.exe", - "Version": "24.002.20965" + "SetupFile": "AcroRdrDCx642400221005_MUI.exe", + "Version": "24.002.21005" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/GoogleChrome/App.json b/packages/App/GoogleChrome/App.json index b05e4a66..2d79fdff 100644 --- a/packages/App/GoogleChrome/App.json +++ b/packages/App/GoogleChrome/App.json @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "127.0.6533.100", + "Version": "127.0.6533.120", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Google-Chrome.png" }, "Information": { - "DisplayName": "Google Chrome 127.0.6533.100 x64", + "DisplayName": "Google Chrome 127.0.6533.120 x64", "Description": "The browser built by Google. Browse with the power of Google. With Google apps like Gmail, Google Pay, and Google Assistant, Chrome can help you stay productive and get more out of your browser.", "Publisher": "Google", "InformationURL": "https://www.google.com/chrome/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Google\\Chrome\\Application", "FileOrFolder": "Chrome.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "127.0.6533.100", + "VersionValue": "127.0.6533.120", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index 8e349973..98fd09dc 100644 --- a/packages/App/GoogleChrome/Source/Install.json +++ b/packages/App/GoogleChrome/Source/Install.json @@ -2,7 +2,7 @@ "PackageInformation": { "SetupType": "MSI", "SetupFile": "googlechromestandaloneenterprise64.msi", - "Version": "127.0.6533.100" + "Version": "127.0.6533.120" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/Microsoft.NETLTS/App.json b/packages/App/Microsoft.NETLTS/App.json index 203292c4..e0541bcf 100644 --- a/packages/App/Microsoft.NETLTS/App.json +++ b/packages/App/Microsoft.NETLTS/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "EXE", - "SetupFile": "windowsdesktop-runtime-8.0.7-win-x64.exe", - "Version": "8.0.7", + "SetupFile": "windowsdesktop-runtime-8.0.8-win-x64.exe", + "Version": "8.0.8", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-NET.png" }, "Information": { - "DisplayName": "Microsoft .NET Desktop Runtime LTS 8.0.7 x64", + "DisplayName": "Microsoft .NET Desktop Runtime LTS 8.0.8 x64", "Description": "The .NET Desktop Runtime LTS enables you to run existing Windows desktop applications. This release includes the .NET Runtime; you don't need to install it separately.", "Publisher": "Microsoft", "InformationURL": "https://dotnet.microsoft.com/en-us/", @@ -48,7 +48,7 @@ { "Type": "File", "DetectionMethod": "Existence", - "Path": "C:\\Program Files\\dotnet\\host\\fxr\\8.0.7", + "Path": "C:\\Program Files\\dotnet\\host\\fxr\\8.0.8", "FileOrFolder": "hostfxr.dll", "DetectionType": "exists", "Check32BitOn64System": "false" diff --git a/packages/App/Microsoft.NETLTS/Source/Install.json b/packages/App/Microsoft.NETLTS/Source/Install.json index a9ac812c..278f47c5 100644 --- a/packages/App/Microsoft.NETLTS/Source/Install.json +++ b/packages/App/Microsoft.NETLTS/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "EXE", - "SetupFile": "windowsdesktop-runtime-8.0.7-win-x64.exe", - "Version": "8.0.7" + "SetupFile": "windowsdesktop-runtime-8.0.8-win-x64.exe", + "Version": "8.0.8" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftWvdRemoteDesktop/App.json b/packages/App/MicrosoftWvdRemoteDesktop/App.json index c811e1f7..58ea82e9 100644 --- a/packages/App/MicrosoftWvdRemoteDesktop/App.json +++ b/packages/App/MicrosoftWvdRemoteDesktop/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5559.0_x64.msi", - "Version": "1.2.5559.0", + "SetupFile": "RemoteDesktop_1.2.5560.0_x64.msi", + "Version": "1.2.5560.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-RemoteDesktop2.png" }, "Information": { - "DisplayName": "Microsoft Remote Desktop 1.2.5559.0 x64", + "DisplayName": "Microsoft Remote Desktop 1.2.5560.0 x64", "Description": "The Microsoft Remote Desktop client is used to connect to Azure Virtual Desktop to access your desktops and applications. This article shows you how to connect to Azure Virtual Desktop with the Remote Desktop client for Windows.", "Publisher": "Microsoft", "InformationURL": "https://learn.microsoft.com/en-us/azure/virtual-desktop/users/connect-windows", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.2.5559.0", + "VersionValue": "1.2.5560.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json b/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json index 591b5988..1f77e2f8 100644 --- a/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json +++ b/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5559.0_x64.msi", - "Version": "1.2.5559.0" + "SetupFile": "RemoteDesktop_1.2.5560.0_x64.msi", + "Version": "1.2.5560.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MozillaFirefox/App.json b/packages/App/MozillaFirefox/App.json index a29053cd..4fc28f4e 100644 --- a/packages/App/MozillaFirefox/App.json +++ b/packages/App/MozillaFirefox/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 129.0.msi", - "Version": "129.0", + "SetupFile": "Firefox Setup 129.0.1.msi", + "Version": "129.0.1", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Mozilla-Firefox.png" }, "Information": { - "DisplayName": "Mozilla Firefox 129.0 x64", + "DisplayName": "Mozilla Firefox 129.0.1 x64", "Description": "Get the browser that protects what's important. No shady privacy policies or back doors for advertisers. Just a lightning fast browser that doesn't sell you out.", "Publisher": "Mozilla", "InformationURL": "https://www.mozilla.org/firefox/new/", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Mozilla Firefox", "FileOrFolder": "firefox.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "129.0", + "VersionValue": "129.0.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MozillaFirefox/Source/Install.json b/packages/App/MozillaFirefox/Source/Install.json index 2fff24bc..9318e006 100644 --- a/packages/App/MozillaFirefox/Source/Install.json +++ b/packages/App/MozillaFirefox/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "Firefox Setup 129.0.msi", - "Version": "129.0" + "SetupFile": "Firefox Setup 129.0.1.msi", + "Version": "129.0.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json index b644f55a..4aabc57b 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCx64Upd2400220964_MUI.msp", - "Version": "24.002.20964", + "SetupFile": "AcroRdrDCx64Upd2400221005_MUI.msp", + "Version": "24.002.21005", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png" }, "Information": { - "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20964 x64", + "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.21005 x64", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "lessThan", - "VersionValue": "24.002.20964", + "VersionValue": "24.002.21005", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20964", + "VersionValue": "24.002.21005", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json index 7c43b19f..0863ab54 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCx64Upd2400220964_MUI.msp", - "Version": "24.002.20964" + "SetupFile": "AcroRdrDCx64Upd2400221005_MUI.msp", + "Version": "24.002.21005" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json index bb53b4b6..0756eb7e 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCUpd2400220964_MUI.msp", - "Version": "24.002.20964", + "SetupFile": "AcroRdrDCUpd2400221005_MUI.msp", + "Version": "24.002.21005", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Adobe-AcrobatUpdate.png" }, "Information": { - "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.20964 x86", + "DisplayName": "Update for Adobe Acrobat Reader DC MUI 24.002.21005 x86", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader", "FileOrFolder": "AcroRd32.exe", "Operator": "lessThan", - "VersionValue": "24.002.20964", + "VersionValue": "24.002.21005", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader", "FileOrFolder": "AcroRd32.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20964", + "VersionValue": "24.002.21005", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json index 8d36694b..775affd5 100644 --- a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json +++ b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "AcroRdrDCUpd2400220964_MUI.msp", - "Version": "24.002.20964" + "SetupFile": "AcroRdrDCUpd2400221005_MUI.msp", + "Version": "24.002.21005" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftWvdRemoteDesktop/App.json b/packages/Update/MicrosoftWvdRemoteDesktop/App.json index 13d1f740..742dddab 100644 --- a/packages/Update/MicrosoftWvdRemoteDesktop/App.json +++ b/packages/Update/MicrosoftWvdRemoteDesktop/App.json @@ -8,14 +8,14 @@ }, "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5559.0_x64.msi", - "Version": "1.2.5559.0", + "SetupFile": "RemoteDesktop_1.2.5560.0_x64.msi", + "Version": "1.2.5560.0", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Microsoft-RemoteDesktop2.png" }, "Information": { - "DisplayName": "Update for Microsoft Remote Desktop 1.2.5559.0 x64", + "DisplayName": "Update for Microsoft Remote Desktop 1.2.5560.0 x64", "Description": "The Microsoft Remote Desktop client is used to connect to Azure Virtual Desktop to access your desktops and applications. This article shows you how to connect to Azure Virtual Desktop with the Remote Desktop client for Windows.", "Publisher": "Microsoft", "InformationURL": "https://learn.microsoft.com/en-us/azure/virtual-desktop/users/connect-windows", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "lessThan", - "VersionValue": "1.2.5559.0", + "VersionValue": "1.2.5560.0", "Check32BitOn64System": "false" } ], @@ -53,7 +53,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.2.5559.0", + "VersionValue": "1.2.5560.0", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json b/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json index 591b5988..1f77e2f8 100644 --- a/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json +++ b/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json @@ -1,8 +1,8 @@ { "PackageInformation": { "SetupType": "MSI", - "SetupFile": "RemoteDesktop_1.2.5559.0_x64.msi", - "Version": "1.2.5559.0" + "SetupFile": "RemoteDesktop_1.2.5560.0_x64.msi", + "Version": "1.2.5560.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { From ea04cedd8889b9d293c2f2272994139a1fa7c566 Mon Sep 17 00:00:00 2001 From: aaronparker Date: Wed, 14 Aug 2024 22:06:40 +0000 Subject: [PATCH 42/61] Update binaries 20240814.68 --- PSAppDeployToolkit/CHANGELOG.txt | 15 +- .../AppDeployToolkitConfig.xml | 6 +- .../AppDeployToolkit/AppDeployToolkitMain.ps1 | 473 ++++++++++-------- .../Toolkit/AppDeployToolkit/RunHidden.vbs | 119 +---- .../Toolkit/Deploy-Application.ps1 | 29 +- 5 files changed, 303 insertions(+), 339 deletions(-) diff --git a/PSAppDeployToolkit/CHANGELOG.txt b/PSAppDeployToolkit/CHANGELOG.txt index bcc6f933..8b6bd91c 100644 --- a/PSAppDeployToolkit/CHANGELOG.txt +++ b/PSAppDeployToolkit/CHANGELOG.txt @@ -1,4 +1,17 @@ -**Version 3.10.1 [05/03/2024]** +**Version 3.10.2 [08/13/2024]** +- Added support for MARKs in VSCode. #994 +- Added Pester Tests for Copy-File, Execute-ProcessAsUser and Set-ActiveSetup +- Fixed an issue with Test-ServiceExists / Get-LoggedOnUser working in a Windows Sandbox. #1031 #1032 #1035 +- Fixed an issue with log file rotation and log file permissions when running in user context. #1024 #1029 #1030 +- Fixed a number of issues relating to Robocopy in Copy-Files. #868 #1015 #1020 #1021 #1038 +- Fixed an issue where the Show-InstallationPrompt dialog would not display when run through MCM / SCCM in interactive mode. #1004 #1016 +- Fixed an issue where Execute-ProcessAsUser would throw a terminating error when no user logged on #1027 +- Fixed escaping of invalid characters in Block-AppExecution. #1036 +- Fixed a number of issues in Set-ActiveSetup / Execute-ProcessAsUser. #1017 +- Fixed an issue in French translations. #1019 +- Fixed an issue with Get-FileVersion #1007 + +**Version 3.10.1 [05/03/2024]** - Added Turkish language support. Fixes #973. - Added parameter sets to Configure-EdgeExtensions to ensure mandatory parameters are correctly grouped. - Added missing elements to XML for Finnish language. Fixes #967. diff --git a/PSAppDeployToolkit/Toolkit/AppDeployToolkit/AppDeployToolkitConfig.xml b/PSAppDeployToolkit/Toolkit/AppDeployToolkit/AppDeployToolkitConfig.xml index e4487b5c..6a643c6a 100644 --- a/PSAppDeployToolkit/Toolkit/AppDeployToolkit/AppDeployToolkitConfig.xml +++ b/PSAppDeployToolkit/Toolkit/AppDeployToolkit/AppDeployToolkitConfig.xml @@ -19,8 +19,8 @@ - 3.10.1 - 05/03/2024 + 3.10.2 + 08/13/2024