mirror of
https://github.com/anejolov/WinDeckHelper.git
synced 2026-06-13 04:05:06 +03:00
18983ea253
https://github.com/mops1k/steam-deck-tools Removed Equalize and ShareX due to unnecessary
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 |