From fc98b2561f22ff77324a932245aae00d85d2d7d7 Mon Sep 17 00:00:00 2001 From: Alexander Ryazanov Date: Wed, 22 Dec 2021 13:07:59 +0300 Subject: [PATCH] fix: quoted rdpwrap_force_uninstall --- bin/autoupdate.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autoupdate.bat b/bin/autoupdate.bat index 67f2119..fefd1c5 100644 --- a/bin/autoupdate.bat +++ b/bin/autoupdate.bat @@ -239,7 +239,7 @@ echo [*] Uninstall and reinstall RDP Wrapper... echo. if exist %rdpwrap_dll% set rdpwrap_force_uninstall="1" if exist %rdpwrap_ini% set rdpwrap_force_uninstall="1" -if %rdpwrap_force_uninstall%=="1" ( +if "%rdpwrap_force_uninstall%"=="1" ( echo [*] Set windows registry entry for "rdpwrap.dll" to force uninstall... reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\TermService\Parameters" /f /v ServiceDll /t REG_EXPAND_SZ /d %rdpwrap_dll% )