Skip to content

Commit

Permalink
fixup! Update Edge and Chrome
Browse files Browse the repository at this point in the history
- Edge `98.0.1108.55`
- Chrome `98.0.4758.102`
  • Loading branch information
aisgbnok committed Feb 17, 2022
1 parent 760d1e7 commit 96b5cf6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/vm_core/vm_core_customizations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Version>3.151</Version>
<OwnerType>ITAdmin</OwnerType>
<Rank>60</Rank>
<Notes>Made specifically for Virtual Machines. Updates OneDrive and Edge, and installs Chrome, PowerShellCore, Windows Terminal, and AV1, HEIF, HEVC, and VP9 Video Extensions. Removes lots of provisioned apps including legacy Edge, 3DViewer, and Mixed Reality Portal. All files are up-to-date as of 2/13/2022.</Notes>
<Notes>Made specifically for Virtual Machines. Updates OneDrive and Edge, and installs Chrome, PowerShellCore, Windows Terminal, and AV1, HEIF, HEVC, and VP9 Video Extensions. Removes lots of provisioned apps including legacy Edge, 3DViewer, and Mixed Reality Portal. All files are up-to-date as of 2/16/2022.</Notes>
</PackageConfig>
<Settings xmlns="urn:schemas-microsoft-com:windows-provisioning">
<Customizations>
Expand All @@ -21,9 +21,9 @@
</DeviceContext>
<PrimaryContext>
<Command>
<CommandConfig Name="Microsoft_Edge_98.0.1108.50">
<CommandFile>C:\provisioning\software\general\MicrosoftEdgeEnterpriseX64-98.0.1108.50.msi</CommandFile>
<CommandLine>msiexec /i "microsoftedgeenterprisex64-98.0.1108.50.msi" /passive</CommandLine>
<CommandConfig Name="Microsoft_Edge_98.0.1108.55">
<CommandFile>C:\provisioning\software\general\MicrosoftEdgeEnterpriseX64-98.0.1108.55.msi</CommandFile>
<CommandLine>msiexec /i "microsoftedgeenterprisex64-98.0.1108.55.msi" /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
Expand All @@ -45,9 +45,9 @@
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
<CommandConfig Name="Google_Chrome_98.0.4758.82">
<CommandFile>C:\provisioning\software\general\GoogleChromeStandaloneEnterprise64-98.0.4758.82.msi</CommandFile>
<CommandLine>msiexec /i "googlechromestandaloneenterprise64-98.0.4758.82.msi" /passive</CommandLine>
<CommandConfig Name="Google_Chrome_98.0.4758.102">
<CommandFile>C:\provisioning\software\general\GoogleChromeStandaloneEnterprise64-98.0.4758.102.msi</CommandFile>
<CommandLine>msiexec /i "googlechromestandaloneenterprise64-98.0.4758.102.msi" /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
Expand Down

0 comments on commit 96b5cf6

Please sign in to comment.