mirror of
https://github.com/anejolov/WinDeckHelper.git
synced 2026-06-13 04:05:06 +03:00
b3807b790f
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
6 lines
135 B
Batchfile
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 |