Merge pull request #8 from alryaz/patch-1

Quoted rdpwrap_force_uninstall (fixes installation)
This commit is contained in:
asmtron 2022-01-01 14:25:27 +00:00 committed by GitHub
commit 807e30973f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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%
)