Skip to content

Commit

Permalink
Provisioning 3.142 (#12)
Browse files Browse the repository at this point in the history
Merge pull request #12 from aisgbnok/next-version/3.142
  • Loading branch information
aisgbnok authored Jan 17, 2022
2 parents 7891e0d + f8f6b68 commit f48d9ad
Show file tree
Hide file tree
Showing 16 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages/**/*.ppkg
!software/
!software/general/
software/general/*
!software/general/OneDriveSetup.exe
!software/general/OneDriveSetup*.exe

# Except for Intel Blutooth or WiFi
!software/intel/
Expand Down
118 changes: 59 additions & 59 deletions packages/clean_setup/clean_setup_customizations.xml

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions packages/netlab_core/netlab_core_customizations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PackageConfig xmlns="urn:schemas-Microsoft-com:Windows-ICD-Package-Config.v1.0">
<ID>{a8dd246b-bb6f-4ba6-8664-a64444424b8e}</ID>
<Name>NetLab Core</Name>
<Version>3.140</Version>
<Version>3.142</Version>
<OwnerType>ITAdmin</OwnerType>
<Rank>60</Rank>
<Notes>Made specifically for NetLab. Installs Chrome, PowerShellCore, and Windows Terminal. All files are up-to-date as of 12/12/2021.</Notes>
<Notes>Made specifically for NetLab. Installs Chrome, PowerShellCore, and Windows Terminal. All files are up-to-date as of 1/16/2022.</Notes>
</PackageConfig>
<Settings xmlns="urn:schemas-microsoft-com:windows-provisioning">
<Customizations>
Expand All @@ -21,17 +21,17 @@
</DeviceContext>
<PrimaryContext>
<Command>
<CommandConfig Name="PowerShell_7.2.0">
<CommandFile>C:\provisioning\software\general\PowerShell-7.2.0-win-x64.msi</CommandFile>
<CommandLine>msiexec /i "powershell-7.2.0-win-x64.msi" /passive</CommandLine>
<CommandConfig Name="PowerShell_7.2.1">
<CommandFile>C:\provisioning\software\general\PowerShell-7.2.1-win-x64.msi</CommandFile>
<CommandLine>msiexec /i "powershell-7.2.1-win-x64.msi" /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
<CommandConfig Name="Google_Chrome_96.0.4664.93">
<CommandFile>C:\provisioning\software\general\GoogleChromeStandaloneEnterprise64-96.0.4664.93.msi</CommandFile>
<CommandLine>msiexec /i "googlechromestandaloneenterprise64-96.0.4664.93.msi" /passive</CommandLine>
<CommandConfig Name="Google_Chrome_97.0.4692.71">
<CommandFile>C:\provisioning\software\general\GoogleChromeStandaloneEnterprise64-97.0.4692.71.msi</CommandFile>
<CommandLine>msiexec /i "googlechromestandaloneenterprise64-97.0.4692.71.msi" /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
Expand All @@ -43,11 +43,11 @@
<UniversalAppInstall>
<DeviceContextApp>
<Application PackageFamilyName="Microsoft.WindowsTerminal_8wekyb3d8bbwe">
<ApplicationFile>C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.2921.0\92819c908a784e79a0f133d08d9e4bf2.msixbundle</ApplicationFile>
<ApplicationFile>C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.3471.0\b305850ccaa04739bf703d7f9587937d.msixbundle</ApplicationFile>
</Application>
</DeviceContextApp>
<DeviceContextAppLicense>
<LicenseInstall LicenseProductId="5c0db099-f413-5aa0-afc0-f40f668da91c">C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.2921.0\92819c908a784e79a0f133d08d9e4bf2_License1.xml</LicenseInstall>
<LicenseInstall LicenseProductId="5c0db099-f413-5aa0-afc0-f40f668da91c">C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.3471.0\b305850ccaa04739bf703d7f9587937d_License1.xml</LicenseInstall>
</DeviceContextAppLicense>
</UniversalAppInstall>
</Common>
Expand Down
16 changes: 8 additions & 8 deletions packages/terminal/terminal_customizations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PackageConfig xmlns="urn:schemas-Microsoft-com:Windows-ICD-Package-Config.v1.0">
<ID>{a8dd246b-bb6f-4ba6-8664-a64444424b8b}</ID>
<Name>Terminal</Name>
<Version>3.140</Version>
<Version>3.142</Version>
<OwnerType>ITAdmin</OwnerType>
<Rank>30</Rank>
<Notes>Installs PowerShellCore, Windows Terminal, and AV1, HEIF, HEVC, and VP9 Video Extensions on all computers and removes legacy Edge. All files are up-to-date as of 12/12/2021.</Notes>
<Notes>Installs PowerShellCore, Windows Terminal, and AV1, HEIF, HEVC, and VP9 Video Extensions on all computers and removes legacy Edge. All files are up-to-date as of 1/16/2022.</Notes>
</PackageConfig>
<Settings xmlns="urn:schemas-microsoft-com:windows-provisioning">
<Customizations>
Expand All @@ -21,9 +21,9 @@
</DeviceContext>
<PrimaryContext>
<Command>
<CommandConfig Name="PowerShell_7.2.0">
<CommandFile>C:\provisioning\software\general\PowerShell-7.2.0-win-x64.msi</CommandFile>
<CommandLine>msiexec /i "powershell-7.2.0-win-x64.msi" /passive</CommandLine>
<CommandConfig Name="PowerShell_7.2.1">
<CommandFile>C:\provisioning\software\general\PowerShell-7.2.1-win-x64.msi</CommandFile>
<CommandLine>msiexec /i "powershell-7.2.1-win-x64.msi" /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
Expand All @@ -41,7 +41,7 @@
</DependencyAppxFiles>
</Application>
<Application PackageFamilyName="Microsoft.HEIFImageExtension_8wekyb3d8bbwe">
<ApplicationFile>C:\provisioning\uwp\Microsoft.HEIFImageExtension_1.0.43012.0\Microsoft.HEIFImageExtension_1.0.43012.0_x64__8wekyb3d8bbwe.Appx</ApplicationFile>
<ApplicationFile>C:\provisioning\uwp\Microsoft.HEIFImageExtension_1.0.50066.0\Microsoft.HEIFImageExtension_1.0.50066.0_x64__8wekyb3d8bbwe.Appx</ApplicationFile>
</Application>
<Application PackageFamilyName="Microsoft.HEVCVideoExtension_8wekyb3d8bbwe">
<ApplicationFile>C:\provisioning\uwp\Microsoft.HEVCVideoExtension_1.0.43421.0\Microsoft.HEVCVideoExtension_1.0.43421.0_x64__8wekyb3d8bbwe.Appx</ApplicationFile>
Expand All @@ -53,11 +53,11 @@
<ApplicationFile>C:\provisioning\uwp\Microsoft.VP9VideoExtensions_1.0.42791.0\Microsoft.VP9VideoExtensions_1.0.42791.0_x64__8wekyb3d8bbwe.Appx</ApplicationFile>
</Application>
<Application PackageFamilyName="Microsoft.WindowsTerminal_8wekyb3d8bbwe">
<ApplicationFile>C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.2921.0\92819c908a784e79a0f133d08d9e4bf2.msixbundle</ApplicationFile>
<ApplicationFile>C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.3471.0\b305850ccaa04739bf703d7f9587937d.msixbundle</ApplicationFile>
</Application>
</DeviceContextApp>
<DeviceContextAppLicense>
<LicenseInstall LicenseProductId="5c0db099-f413-5aa0-afc0-f40f668da91c">C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.2921.0\92819c908a784e79a0f133d08d9e4bf2_License1.xml</LicenseInstall>
<LicenseInstall LicenseProductId="5c0db099-f413-5aa0-afc0-f40f668da91c">C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.3471.0\b305850ccaa04739bf703d7f9587937d_License1.xml</LicenseInstall>
</DeviceContextAppLicense>
</UniversalAppInstall>
<UniversalAppUninstall>
Expand Down
34 changes: 17 additions & 17 deletions packages/terminal_plus/terminal_plus_customizations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PackageConfig xmlns="urn:schemas-Microsoft-com:Windows-ICD-Package-Config.v1.0">
<ID>{a8dd246b-bb6f-4ba6-8664-a64444424b8c}</ID>
<Name>Terminal+</Name>
<Version>3.140</Version>
<Version>3.142</Version>
<OwnerType>ITAdmin</OwnerType>
<Rank>20</Rank>
<Notes>Updates OneDrive and Edge, and installs Chrome, PowerShellCore, Windows Terminal, and AV1, HEIF, HEVC, and VP9 Video Extensions on all computers. Removes legacy Edge, 3DViewer, and Mixed Reality Portal. All files are up-to-date as of 12/12/2021.</Notes>
<Notes>Updates OneDrive and Edge, and installs Chrome, PowerShellCore, Windows Terminal, and AV1, HEIF, HEVC, and VP9 Video Extensions on all computers. Removes legacy Edge, 3DViewer, and Mixed Reality Portal. All files are up-to-date as of 1/16/2022.</Notes>
</PackageConfig>
<Settings xmlns="urn:schemas-microsoft-com:windows-provisioning">
<Customizations>
Expand All @@ -21,33 +21,33 @@
</DeviceContext>
<PrimaryContext>
<Command>
<CommandConfig Name="Microsoft_Edge_96.0.1054.53">
<CommandFile>C:\provisioning\software\general\MicrosoftEdgeEnterpriseX64-96.0.1054.53.msi</CommandFile>
<CommandLine>msiexec /i "microsoftedgeenterprisex64-96.0.1054.53.msi" /passive</CommandLine>
<CommandConfig Name="Microsoft_Edge_97.0.1072.62">
<CommandFile>C:\provisioning\software\general\MicrosoftEdgeEnterpriseX64-97.0.1072.62.msi</CommandFile>
<CommandLine>msiexec /i "microsoftedgeenterprisex64-97.0.1072.62.msi" /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
<CommandConfig Name="PowerShell_7.2.0">
<CommandFile>C:\provisioning\software\general\PowerShell-7.2.0-win-x64.msi</CommandFile>
<CommandLine>msiexec /i "powershell-7.2.0-win-x64.msi" /passive</CommandLine>
<CommandConfig Name="PowerShell_7.2.1">
<CommandFile>C:\provisioning\software\general\PowerShell-7.2.1-win-x64.msi</CommandFile>
<CommandLine>msiexec /i "powershell-7.2.1-win-x64.msi" /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
<CommandConfig Name="OneDrive_21.230.1107.0004">
<CommandFile>C:\provisioning\software\general\OneDriveSetup-21.230.1107.0004.exe</CommandFile>
<CommandLine>cmd /c "onedrivesetup-21.230.1107.0004.exe" /allusers /passive</CommandLine>
<CommandConfig Name="OneDrive_22.002.0103.0002">
<CommandFile>C:\provisioning\software\general\OneDriveSetup-22.002.0103.0002.exe</CommandFile>
<CommandLine>cmd /c "onedrivesetup-22.002.0103.0002.exe" /allusers /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
<CommandConfig Name="Google_Chrome_96.0.4664.93">
<CommandFile>C:\provisioning\software\general\GoogleChromeStandaloneEnterprise64-96.0.4664.93.msi</CommandFile>
<CommandLine>msiexec /i "googlechromestandaloneenterprise64-96.0.4664.93.msi" /passive</CommandLine>
<CommandConfig Name="Google_Chrome_97.0.4692.71">
<CommandFile>C:\provisioning\software\general\GoogleChromeStandaloneEnterprise64-97.0.4692.71.msi</CommandFile>
<CommandLine>msiexec /i "googlechromestandaloneenterprise64-97.0.4692.71.msi" /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
Expand All @@ -65,7 +65,7 @@
</DependencyAppxFiles>
</Application>
<Application PackageFamilyName="Microsoft.HEIFImageExtension_8wekyb3d8bbwe">
<ApplicationFile>C:\provisioning\uwp\Microsoft.HEIFImageExtension_1.0.43012.0\Microsoft.HEIFImageExtension_1.0.43012.0_x64__8wekyb3d8bbwe.Appx</ApplicationFile>
<ApplicationFile>C:\provisioning\uwp\Microsoft.HEIFImageExtension_1.0.50066.0\Microsoft.HEIFImageExtension_1.0.50066.0_x64__8wekyb3d8bbwe.Appx</ApplicationFile>
</Application>
<Application PackageFamilyName="Microsoft.HEVCVideoExtension_8wekyb3d8bbwe">
<ApplicationFile>C:\provisioning\uwp\Microsoft.HEVCVideoExtension_1.0.43421.0\Microsoft.HEVCVideoExtension_1.0.43421.0_x64__8wekyb3d8bbwe.Appx</ApplicationFile>
Expand All @@ -77,11 +77,11 @@
<ApplicationFile>C:\provisioning\uwp\Microsoft.VP9VideoExtensions_1.0.42791.0\Microsoft.VP9VideoExtensions_1.0.42791.0_x64__8wekyb3d8bbwe.Appx</ApplicationFile>
</Application>
<Application PackageFamilyName="Microsoft.WindowsTerminal_8wekyb3d8bbwe">
<ApplicationFile>C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.2921.0\92819c908a784e79a0f133d08d9e4bf2.msixbundle</ApplicationFile>
<ApplicationFile>C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.3471.0\b305850ccaa04739bf703d7f9587937d.msixbundle</ApplicationFile>
</Application>
</DeviceContextApp>
<DeviceContextAppLicense>
<LicenseInstall LicenseProductId="5c0db099-f413-5aa0-afc0-f40f668da91c">C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.2921.0\92819c908a784e79a0f133d08d9e4bf2_License1.xml</LicenseInstall>
<LicenseInstall LicenseProductId="5c0db099-f413-5aa0-afc0-f40f668da91c">C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.3471.0\b305850ccaa04739bf703d7f9587937d_License1.xml</LicenseInstall>
</DeviceContextAppLicense>
</UniversalAppInstall>
<UniversalAppUninstall>
Expand Down
34 changes: 17 additions & 17 deletions packages/vm_core/vm_core_customizations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PackageConfig xmlns="urn:schemas-Microsoft-com:Windows-ICD-Package-Config.v1.0">
<ID>{a8dd246b-bb6f-4ba6-8664-a64444424b8d}</ID>
<Name>Virtual Machine Core</Name>
<Version>3.140</Version>
<Version>3.142</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 provisoned apps including legacy Edge, 3DViewer, and Mixed Reality Portal. All files are up-to-date as of 12/12/2021.</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 1/16/2022.</Notes>
</PackageConfig>
<Settings xmlns="urn:schemas-microsoft-com:windows-provisioning">
<Customizations>
Expand All @@ -21,33 +21,33 @@
</DeviceContext>
<PrimaryContext>
<Command>
<CommandConfig Name="Microsoft_Edge_96.0.1054.53">
<CommandFile>C:\provisioning\software\general\MicrosoftEdgeEnterpriseX64-96.0.1054.53.msi</CommandFile>
<CommandLine>msiexec /i "microsoftedgeenterprisex64-96.0.1054.53.msi" /passive</CommandLine>
<CommandConfig Name="Microsoft_Edge_97.0.1072.62">
<CommandFile>C:\provisioning\software\general\MicrosoftEdgeEnterpriseX64-97.0.1072.62.msi</CommandFile>
<CommandLine>msiexec /i "microsoftedgeenterprisex64-97.0.1072.62.msi" /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
<CommandConfig Name="PowerShell_7.2.0">
<CommandFile>C:\provisioning\software\general\PowerShell-7.2.0-win-x64.msi</CommandFile>
<CommandLine>msiexec /i "powershell-7.2.0-win-x64.msi" /passive</CommandLine>
<CommandConfig Name="PowerShell_7.2.1">
<CommandFile>C:\provisioning\software\general\PowerShell-7.2.1-win-x64.msi</CommandFile>
<CommandLine>msiexec /i "powershell-7.2.1-win-x64.msi" /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
<CommandConfig Name="OneDrive_21.230.1107.0004">
<CommandFile>C:\provisioning\software\general\OneDriveSetup-21.230.1107.0004.exe</CommandFile>
<CommandLine>cmd /c "onedrivesetup-21.230.1107.0004.exe" /allusers /passive</CommandLine>
<CommandConfig Name="OneDrive_22.002.0103.0002">
<CommandFile>C:\provisioning\software\general\OneDriveSetup-22.002.0103.0002.exe</CommandFile>
<CommandLine>cmd /c "onedrivesetup-22.002.0103.0002.exe" /allusers /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
<CommandConfig Name="Google_Chrome_96.0.4664.93">
<CommandFile>C:\provisioning\software\general\GoogleChromeStandaloneEnterprise64-96.0.4664.93.msi</CommandFile>
<CommandLine>msiexec /i "googlechromestandaloneenterprise64-96.0.4664.93.msi" /passive</CommandLine>
<CommandConfig Name="Google_Chrome_97.0.4692.71">
<CommandFile>C:\provisioning\software\general\GoogleChromeStandaloneEnterprise64-97.0.4692.71.msi</CommandFile>
<CommandLine>msiexec /i "googlechromestandaloneenterprise64-97.0.4692.71.msi" /passive</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
Expand All @@ -65,7 +65,7 @@
</DependencyAppxFiles>
</Application>
<Application PackageFamilyName="Microsoft.HEIFImageExtension_8wekyb3d8bbwe">
<ApplicationFile>C:\provisioning\uwp\Microsoft.HEIFImageExtension_1.0.43012.0\Microsoft.HEIFImageExtension_1.0.43012.0_x64__8wekyb3d8bbwe.Appx</ApplicationFile>
<ApplicationFile>C:\provisioning\uwp\Microsoft.HEIFImageExtension_1.0.50066.0\Microsoft.HEIFImageExtension_1.0.50066.0_x64__8wekyb3d8bbwe.Appx</ApplicationFile>
</Application>
<Application PackageFamilyName="Microsoft.HEVCVideoExtension_8wekyb3d8bbwe">
<ApplicationFile>C:\provisioning\uwp\Microsoft.HEVCVideoExtension_1.0.43421.0\Microsoft.HEVCVideoExtension_1.0.43421.0_x64__8wekyb3d8bbwe.Appx</ApplicationFile>
Expand All @@ -77,11 +77,11 @@
<ApplicationFile>C:\provisioning\uwp\Microsoft.VP9VideoExtensions_1.0.42791.0\Microsoft.VP9VideoExtensions_1.0.42791.0_x64__8wekyb3d8bbwe.Appx</ApplicationFile>
</Application>
<Application PackageFamilyName="Microsoft.WindowsTerminal_8wekyb3d8bbwe">
<ApplicationFile>C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.2921.0\92819c908a784e79a0f133d08d9e4bf2.msixbundle</ApplicationFile>
<ApplicationFile>C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.3471.0\b305850ccaa04739bf703d7f9587937d.msixbundle</ApplicationFile>
</Application>
</DeviceContextApp>
<DeviceContextAppLicense>
<LicenseInstall LicenseProductId="5c0db099-f413-5aa0-afc0-f40f668da91c">C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.2921.0\92819c908a784e79a0f133d08d9e4bf2_License1.xml</LicenseInstall>
<LicenseInstall LicenseProductId="5c0db099-f413-5aa0-afc0-f40f668da91c">C:\provisioning\uwp\Microsoft.WindowsTerminal_1.11.3471.0\b305850ccaa04739bf703d7f9587937d_License1.xml</LicenseInstall>
</DeviceContextAppLicense>
</UniversalAppInstall>
<UniversalAppUninstall>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit f48d9ad

Please sign in to comment.