Skip to content

Commit

Permalink
Update Intel Bluetooth and Wi-Fi to 22.120
Browse files Browse the repository at this point in the history
  • Loading branch information
aisgbnok committed Mar 21, 2022
1 parent 5758782 commit d573f80
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ packages/**/*.cat
packages/**/*.ppkg

# Except for OneDriveSetup.exe
!software/
!software/general/
software/general/*
!software/general/OneDriveSetup*.exe

# Except for Intel Blutooth or WiFi
!software/intel/
software/intel/*
!software/intel/BT*.exe
!software/intel/WiFi*.exe

Expand Down
24 changes: 12 additions & 12 deletions packages/clean_setup/clean_setup_customizations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,17 +167,17 @@
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
<CommandConfig Name="Intel_WiFi_Driver_22.110.1">
<CommandFile>C:\provisioning\software\intel\WiFi-22.110.1-Driver64-Win10-Win11.exe</CommandFile>
<CommandLine>cmd /c "wifi-22.110.1-driver64-win10-win11.exe" /s</CommandLine>
<CommandConfig Name="Intel_WiFi_Driver_22.120.1">
<CommandFile>C:\provisioning\software\intel\WiFi-22.120.1-Driver64-Win10-Win11.exe</CommandFile>
<CommandLine>cmd /c "wifi-22.120.1-driver64-win10-win11.exe" /s</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
<CommandConfig Name="Intel_Bluetooth_Driver_22.110.2">
<CommandFile>C:\provisioning\software\intel\BT-22.110.2-32-64UWD-Win10-Win11.exe</CommandFile>
<CommandLine>cmd /c "bt-22.110.2-32-64uwd-win10-win11.exe" /qn</CommandLine>
<CommandConfig Name="Intel_Bluetooth_Driver_22.120.0">
<CommandFile>C:\provisioning\software\intel\BT-22.120.0-32-64UWD-Win10-Win11.exe</CommandFile>
<CommandLine>cmd /c "bt-22.120.0-32-64uwd-win10-win11.exe" /qn</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
Expand Down Expand Up @@ -252,17 +252,17 @@
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
<CommandConfig Name="Intel_WiFi_Driver_22.110.1">
<CommandFile>C:\provisioning\software\intel\WiFi-22.110.1-Driver64-Win10-Win11.exe</CommandFile>
<CommandLine>cmd /c "wifi-22.110.1-driver64-win10-win11.exe" /s</CommandLine>
<CommandConfig Name="Intel_WiFi_Driver_22.120.1">
<CommandFile>C:\provisioning\software\intel\WiFi-22.120.1-Driver64-Win10-Win11.exe</CommandFile>
<CommandLine>cmd /c "wifi-22.120.1-driver64-win10-win11.exe" /s</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
<ReturnCodeSuccess>0</ReturnCodeSuccess>
</CommandConfig>
<CommandConfig Name="Intel_Bluetooth_Driver_22.110.2">
<CommandFile>C:\provisioning\software\intel\BT-22.110.2-32-64UWD-Win10-Win11.exe</CommandFile>
<CommandLine>cmd /c "bt-22.110.2-32-64uwd-win10-win11.exe" /qn</CommandLine>
<CommandConfig Name="Intel_Bluetooth_Driver_22.120.0">
<CommandFile>C:\provisioning\software\intel\BT-22.120.0-32-64UWD-Win10-Win11.exe</CommandFile>
<CommandLine>cmd /c "bt-22.120.0-32-64uwd-win10-win11.exe" /qn</CommandLine>
<ContinueInstall>True</ContinueInstall>
<RestartRequired>False</RestartRequired>
<ReturnCodeRestart>3010</ReturnCodeRestart>
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit d573f80

Please sign in to comment.