Skip to content

Commit d52681f

Browse files
committed
Uninstaller will remove ini too
1 parent 642bf7e commit d52681f

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Diff for: OptiScaler Setup.bat

+10-9
Original file line numberDiff line numberDiff line change
@@ -270,21 +270,22 @@ echo set /p removeChoice="Do you want to remove OptiScaler? [y/n]: "
270270
echo.
271271
echo if "%%removeChoice%%"=="y" ^(
272272
if "%gpuChoice%"=="1" (
273-
echo del nvngx.dll
273+
echo del nvngx.dll
274274
)
275-
echo del OptiScaler.log
276-
echo del %selectedFilename%
275+
echo del OptiScaler.log
276+
echo del OptiScaler.ini
277+
echo del %selectedFilename%
277278
echo del /Q DlssOverrides\*
278279
echo rd DlssOverrides
279280
echo del /Q Licenses\*
280281
echo rd Licenses
281-
echo echo.
282-
echo echo OptiScaler removed!
283-
echo echo.
282+
echo echo.
283+
echo echo OptiScaler removed!
284+
echo echo.
284285
echo ^) else ^(
285-
echo echo.
286-
echo echo Operation cancelled.
287-
echo echo.
286+
echo echo.
287+
echo echo Operation cancelled.
288+
echo echo.
288289
echo ^)
289290
echo.
290291
echo pause

0 commit comments

Comments
 (0)