redesign the pack integrate the mirror driver better into the package with its own winbatch section

This commit is contained in:
Mario Fetka
2013-08-16 16:54:48 +02:00
parent 3e5ac52a49
commit 4367b63687
8 changed files with 109 additions and 53 deletions

View File

@@ -136,3 +136,12 @@ DefVar $server_viewonlypassword_set$
Set $server_viewonlypassword_set$ = GetProductProperty("server_viewonlypassword_set", "0")
DefVar $server_viewonlypassword_value_of$
Set $server_viewonlypassword_value_of$ = GetProductProperty("server_viewonlypassword_value_of", "")
[DosInAnIcon_stop_server]
net stop tvnserver
ping 127.0.0.1 -n 5 >nul
taskkill /F /IM tvnserver.exe
ping 127.0.0.1 -n 5 >nul
[DosInAnIcon_start_server]
net start tvnserver