Files
WinDeckHelper/wlan_driver/lcd/Install.bat
T
AN b3807b790f Added Steam Deck OLED support
Updated stuff:
Steam Deck Tools: 0.7.3
Visual C++: 0.83.0
Dot.NET: 6.0.425

Added the ability to install the Wi-Fi driver offline

Added batch script to run Helper without exe
2024-09-25 12:29:08 +03:00

5 lines
68 B
Batchfile

@echo off
PUSHD %CD%
cd /d %~dp0
Setup.exe /s /f2"c:\setup.log"
popd