Files
WinDeckHelper/wlan_driver/lcd/UnInstall.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

6 lines
135 B
Batchfile

@echo off
set ISSPath=%~dp0\Uninstall.iss
PUSHD %CD%
cd /d %~dp0
setup.exe /UNINST /removeonly /s /f1"%ISSPath%" /f2"c:\setup.log"
popd