mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-07-30 11:39:08 -07:00
Merge pull request #8 from alryaz/patch-1
Quoted rdpwrap_force_uninstall (fixes installation)
This commit is contained in:
commit
807e30973f
1 changed files with 1 additions and 1 deletions
|
@ -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%
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue