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 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 } - } + } } } } 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 ", "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..9561dfe6 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": "AcroRdrDCx642400320112_MUI.exe", + "Version": "24.003.20112", "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.003.20112 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", @@ -30,7 +30,7 @@ "UninstallCommand": "Deploy-Application.exe -DeploymentType \"Uninstall\" -DeployMode \"Silent\"", "InstallExperience": "system", "DeviceRestartBehavior": "suppress", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", @@ -44,7 +44,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20759", + "VersionValue": "24.003.20112", "Check32BitOn64System": "false" } ], diff --git a/packages/App/AdobeAcrobatReaderDCMUI/App.json b/packages/App/AdobeAcrobatReaderDCMUI/App.json index f94c1cbb..e2d69aac 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": "AcroRdrDCx642400320112_MUI.exe", + "Version": "24.003.20112", "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.003.20112 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", @@ -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", @@ -44,7 +44,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20759", + "VersionValue": "24.003.20112", "Check32BitOn64System": "false" } ], diff --git a/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json b/packages/App/AdobeAcrobatReaderDCMUI/Source/Install.json index 6846323c..b7d26471 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": "AcroRdrDCx642400320112_MUI.exe", + "Version": "24.003.20112" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json b/packages/App/AdobeAcrobatReaderDCMUIVDI/App.json index 06da03bc..358b473a 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": "AcroRdrDCx642400320112_MUI.exe", + "Version": "24.003.20112", "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.003.20112 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", @@ -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", @@ -45,7 +45,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "24.002.20759", + "VersionValue": "24.003.20112", "Check32BitOn64System": "false" } ], diff --git a/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json b/packages/App/AdobeAcrobatReaderDCMUIVDI/Source/Install.json index 663238ef..04fc066c 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": "AcroRdrDCx642400320112_MUI.exe", + "Version": "24.003.20112" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { 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..f1d16998 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.4-64bit.exe", + "Version": "3.6.4", "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.4 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/", @@ -29,7 +29,7 @@ "UninstallCommand": "\"C:\\Program Files\\Audacity\\unins000.exe\" /VERYSILENT", "InstallExperience": "system", "DeviceRestartBehavior": "basedOnReturnCode", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Audacity", "FileOrFolder": "Audacity.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "3.5.1", + "VersionValue": "3.6.4", "Check32BitOn64System": "false" } ], diff --git a/packages/App/Audacity/Source/Install.json b/packages/App/Audacity/Source/Install.json index d7dc5178..ae05ca27 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.4-64bit.exe", + "Version": "3.6.4" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/CitrixWorkspaceAppCurrent/App.json b/packages/App/CitrixWorkspaceAppCurrent/App.json index 99539944..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", @@ -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", @@ -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/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..176dce9b 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.3.42112.exe", + "Version": "9.0.3.42112", "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.3.42112", "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/", @@ -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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Cyberduck", "FileOrFolder": "Cyberduck.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "8.9.0.41543", + "VersionValue": "9.0.3.42112", "Check32BitOn64System": "false" } ], diff --git a/packages/App/Cyberduck/Source/Install.json b/packages/App/Cyberduck/Source/Install.json index 3e49ab3e..520a2adb 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.3.42112.exe", + "Version": "9.0.3.42112" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { 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 3b9b332c..a6d59894 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": "129.0.6668.59", "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 129.0.6668.59 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/", @@ -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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Google\\Chrome\\Application", "FileOrFolder": "Chrome.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.6478.36", + "VersionValue": "129.0.6668.59", "Check32BitOn64System": "false" } ], diff --git a/packages/App/GoogleChrome/Source/Install.json b/packages/App/GoogleChrome/Source/Install.json index cf4d9301..d3537fb3 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": "129.0.6668.59" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { 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..e0bd1fed 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" @@ -9,13 +9,13 @@ "PackageInformation": { "SetupType": "EXE", "SetupFile": "Install-Defaults.ps1", - "Version": "2406.01.173", + "Version": "2409.16.188", "SourceFolder": "Source", "OutputFolder": "Package", "IconFile": "https://github.com/aaronparker/icons/raw/main/companyportal/Package.png" }, "Information": { - "DisplayName": "Windows Customised Defaults 2406.01.173 x86", + "DisplayName": "Windows Customised Defaults 2409.16.188 x86", "Description": "Default user and system settings (including default Start menu layout) for Windows 10/11 PCs provisioned via Windows Autopilot. Ensure this package is assigned in the Enrolment Status Page to enable install before user sign-in.", "Publisher": "stealthpuppy", "InformationURL": "https://stealthpuppy.com/image-customise/", @@ -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", @@ -43,7 +43,7 @@ "KeyPath": "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{f38de27b-799e-4c30-8a01-bfdedc622944}", "ValueName": "DisplayVersion", "Operator": "greaterThanOrEqual", - "Value": "2406.01.173", + "Value": "2409.16.188", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ImageGlass/App.json b/packages/App/ImageGlass/App.json index fb80b1f9..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.6.14_x64.msi", - "Version": "9.1.6.14", + "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.6.14 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/", @@ -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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\ImageGlass", "FileOrFolder": "ImageGlass.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "9.1.6.14", + "VersionValue": "9.1.8.723", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ImageGlass/Source/Install.json b/packages/App/ImageGlass/Source/Install.json index d938214a..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.6.14_x64.msi", - "Version": "9.1.6.14" + "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/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..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.6-win-x64.exe", - "Version": "8.0.6", + "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.6 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/", @@ -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", @@ -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.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 23f72c71..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.6-win-x64.exe", - "Version": "8.0.6" + "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/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..958a5bf5 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,16 +163,18 @@ "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", + "bin\\mscordaccore_amd64_amd64_6.0.3224.31407.dll", "bin\\mscordbi.dll", "bin\\mscorlib.dll", "bin\\mscorrc.dll", "bin\\msquic.dll", "bin\\NCrontab.Signed.dll", - "bin\\net6.json", + "bin\\net8.json", "bin\\netstandard.dll", "bin\\Newtonsoft.Json.Bson.dll", "bin\\Newtonsoft.Json.dll", @@ -410,6 +413,7 @@ "bin\\powershell\\Add-WindowsSdkCapabilities.ps1", "bin\\powershell\\Add-XamarinAndroidCapabilities.ps1", "bin\\powershell\\Get-LocalGroupMembership.ps1", + "bin\\powershell\\Start-AzpTask.ps1", "bin\\powershell\\CapabilityHelpers\\CapabilityFunctions.ps1", "bin\\powershell\\CapabilityHelpers\\CapabilityHelpers.psm1", "bin\\powershell\\CapabilityHelpers\\PathFunctions.ps1", @@ -431,351 +435,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 +458,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 +494,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 +605,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 +621,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 +647,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 +686,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 +770,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 +1661,13 @@ "externals\\vstsom\\zh-Hant\\TF.resources.dll", "externals\\vswhere\\vswhere.exe" ], - "Version": "3.240.1", + "Version": "3.243.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.243.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", @@ -2002,7 +1681,7 @@ "UninstallCommand": "powershell.exe -ExecutionPolicy Bypass -NonInteractive -WindowStyle Hidden -File .\\Uninstall.ps1", "InstallExperience": "system", "DeviceRestartBehavior": "suppress", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", @@ -2016,7 +1695,7 @@ "Path": "C:\\agents\\bin", "FileOrFolder": "Agent.Worker.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "3.240.1", + "VersionValue": "3.243.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/App.json b/packages/App/MicrosoftEdge/App.json index 1aab871d..f923fddb 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": "129.0.2792.52", "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 129.0.2792.52 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", @@ -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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application", "FileOrFolder": "msedge.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "125.0.2535.92", + "VersionValue": "129.0.2792.52", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdge/Source/Install.json b/packages/App/MicrosoftEdge/Source/Install.json index 7e3e1ce3..08738997 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": "129.0.2792.52" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftEdgeWebView2/App.json b/packages/App/MicrosoftEdgeWebView2/App.json index 37bf69b7..f6962d91 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": "129.0.2792.52", "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 129.0.2792.52 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", @@ -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", @@ -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": "129.0.2792.52", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftEdgeWebView2/Source/Install.json b/packages/App/MicrosoftEdgeWebView2/Source/Install.json index 43a4cc62..7b233897 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": "129.0.2792.52" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { 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..e42eda2b 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.5-win-x64.msi", + "Version": "7.4.5", "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.5 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", @@ -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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\PowerShell\\7", "FileOrFolder": "pwsh.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "7.4.2", + "VersionValue": "7.4.5", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftPowerShell/Source/Install.json b/packages/App/MicrosoftPowerShell/Source/Install.json index 72826678..c52e4369 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.5-win-x64.msi", + "Version": "7.4.5" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftPowerToys/App.json b/packages/App/MicrosoftPowerToys/App.json index 720167e0..9405ece3 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.84.1-x64.exe", + "Version": "0.84.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.81.1 x64", + "DisplayName": "Microsoft PowerToys 0.84.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", @@ -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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\PowerToys", "FileOrFolder": "PowerToys.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "0.81.1", + "VersionValue": "0.84.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftPowerToys/Source/Install.json b/packages/App/MicrosoftPowerToys/Source/Install.json index 398941cb..9ef40c6d 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.84.1-x64.exe", + "Version": "0.84.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { 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..72a7982a 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.93.1.exe", + "Version": "1.93.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.93.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/", @@ -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", @@ -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.93.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftVisualStudioCode/Source/Install.json b/packages/App/MicrosoftVisualStudioCode/Source/Install.json index 7e82cda1..b273cf8b 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.93.1.exe", + "Version": "1.93.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/MicrosoftWvdRemoteDesktop/App.json b/packages/App/MicrosoftWvdRemoteDesktop/App.json index 5eac11db..a7b7a65b 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.5704.0_x64.msi", + "Version": "1.2.5704.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.5704.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", @@ -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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "1.2.5405.0", + "VersionValue": "1.2.5704.0", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json b/packages/App/MicrosoftWvdRemoteDesktop/Source/Install.json index e1b63ad1..ff74d01b 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.5704.0_x64.msi", + "Version": "1.2.5704.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { 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 a73fb0db..d2c38b25 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 130.0.1.msi", + "Version": "130.0.1", "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 130.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/", @@ -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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Mozilla Firefox", "FileOrFolder": "firefox.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "126.0.1", + "VersionValue": "130.0.1", "Check32BitOn64System": "false" } ], diff --git a/packages/App/MozillaFirefox/Source/Install.json b/packages/App/MozillaFirefox/Source/Install.json index ac5c7910..ea9e036b 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 130.0.1.msi", + "Version": "130.0.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/Notepad++/App.json b/packages/App/Notepad++/App.json index 592508c8..8252207d 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.7.Installer.x64.exe", + "Version": "8.7", "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.7 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/", @@ -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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Notepad++", "FileOrFolder": "Notepad++.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "8.6.8", + "VersionValue": "8.7", "Check32BitOn64System": "false" } ], diff --git a/packages/App/Notepad++/Source/Install.json b/packages/App/Notepad++/Source/Install.json index 1488cb3d..e81e3f66 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.7.Installer.x64.exe", + "Version": "8.7" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { 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..a1e9d131 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.4.0.388", "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.4.0.388 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", @@ -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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Tracker Software\\PDF Editor", "FileOrFolder": "PDFXEdit.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "10.3.0.386", + "VersionValue": "10.4.0.388", "Check32BitOn64System": "false" } ], diff --git a/packages/App/TrackerSoftwarePDFXChangeEditor/Source/Install.json b/packages/App/TrackerSoftwarePDFXChangeEditor/Source/Install.json index 6904f12f..82a8e174 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.4.0.388" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { 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..5b659111 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.2.0.46690", "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.2.0.46690 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/", @@ -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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\Zoom\\bin", "FileOrFolder": "Zoom.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "6.0.11.39959", + "VersionValue": "6.2.0.46690", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ZoomMeetings/Source/Install.json b/packages/App/ZoomMeetings/Source/Install.json index 91d0b56c..784222ff 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.2.0.46690" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/App/ZoomRooms/App.json b/packages/App/ZoomRooms/App.json index 48cb0cb3..9d092a9a 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.11.4556-x64.msi", + "Version": "6.1.11.4556", "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.11.4556 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/", @@ -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", @@ -43,7 +43,7 @@ "Path": "C:\\Program Files\\ZoomRooms\\bin", "FileOrFolder": "ZoomRooms.exe", "Operator": "greaterThanOrEqual", - "VersionValue": "6.0.7.4157", + "VersionValue": "6.1.11.4556", "Check32BitOn64System": "false" } ], diff --git a/packages/App/ZoomRooms/Source/Install.json b/packages/App/ZoomRooms/Source/Install.json index b7be1ec8..e3a90a11 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.11.4556-x64.msi", + "Version": "6.1.11.4556" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/App.json index ddc089a7..bf26929f 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": "AcroRdrDCx64Upd2400320121_MUI.msp", + "Version": "24.003.20121", "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.003.20121 x64", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -29,7 +29,7 @@ "UninstallCommand": "msiexec.exe /X \"AdobeAcrobatReaderDCMUIUpdates\" /quiet", "InstallExperience": "system", "DeviceRestartBehavior": "basedOnReturnCode", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat", "FileOrFolder": "Acrobat.exe", "Operator": "lessThan", - "VersionValue": "24.002.20759", + "VersionValue": "24.003.20121", "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.003.20121", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx64/Source/Install.json index bb8d33ca..c20edcfe 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": "AcroRdrDCx64Upd2400320121_MUI.msp", + "Version": "24.003.20121" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/App.json index 8ce1b3b3..bc110bf0 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": "AcroRdrDCUpd2400320121_MUI.msp", + "Version": "24.003.20121", "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.003.20121 x86", "Description": "Update for Adobe Acrobat Reader DC.", "Publisher": "Adobe", "InformationURL": "https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html", @@ -29,7 +29,7 @@ "UninstallCommand": "msiexec.exe /X \"AdobeAcrobatReaderDCMUIUpdates\" /quiet", "InstallExperience": "system", "DeviceRestartBehavior": "basedOnReturnCode", - "AllowAvailableUninstall": "false" + "AllowAvailableUninstall": false }, "RequirementRule": { "MinimumRequiredOperatingSystem": "W10_1809", @@ -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.003.20121", "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.003.20121", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json b/packages/Update/AdobeAcrobatReaderDCMUIx86/Source/Install.json index 8803620b..b1678088 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": "AcroRdrDCUpd2400320121_MUI.msp", + "Version": "24.003.20121" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftVisualStudioCode/App.json b/packages/Update/MicrosoftVisualStudioCode/App.json index 1f35aab5..3549d4aa 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.93.1.exe", + "Version": "1.93.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.93.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/", @@ -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", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Microsoft VS Code", "FileOrFolder": "Code.exe", "Operator": "lessThan", - "VersionValue": "1.90.0", + "VersionValue": "1.93.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.93.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.93.1", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftVisualStudioCode/Source/Install.json b/packages/Update/MicrosoftVisualStudioCode/Source/Install.json index 7e82cda1..b273cf8b 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.93.1.exe", + "Version": "1.93.1" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { diff --git a/packages/Update/MicrosoftWvdRemoteDesktop/App.json b/packages/Update/MicrosoftWvdRemoteDesktop/App.json index 855d19c9..ea5a899f 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.5704.0_x64.msi", + "Version": "1.2.5704.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.5704.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", @@ -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", @@ -42,7 +42,7 @@ "Path": "C:\\Program Files\\Remote Desktop", "FileOrFolder": "msrdc.exe", "Operator": "lessThan", - "VersionValue": "1.2.5405.0", + "VersionValue": "1.2.5704.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.5704.0", "Check32BitOn64System": "false" } ], diff --git a/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json b/packages/Update/MicrosoftWvdRemoteDesktop/Source/Install.json index e1b63ad1..ff74d01b 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.5704.0_x64.msi", + "Version": "1.2.5704.0" }, "LogPath": "C:\\ProgramData\\Microsoft\\IntuneManagementExtension\\Logs", "InstallTasks": { 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/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", " " 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",