commandline too long for windows so part comandline part registry

This commit is contained in:
Mario Fetka 2013-04-13 08:39:46 +02:00
parent 05d031de8d
commit 0298e59ce7
5 changed files with 49 additions and 66 deletions

View File

@ -1,5 +1,5 @@
DefVar $viewer_associate_vnc_extension$
Set $viewer_associate_vnc_extension$ = GetProductProperty("viewer_associate_vnc_extension", "1")
; DefVar $viewer_associate_vnc_extension$
; Set $viewer_associate_vnc_extension$ = GetProductProperty("viewer_associate_vnc_extension", "1")
DefVar $server_register_as_service$
Set $server_register_as_service$ = GetProductProperty("server_register_as_service", "1")
DefVar $server_add_firewall_exception$
@ -41,11 +41,11 @@ Set $server_disconnectclients_set$ = GetProductProperty("server_disconnectcl
DefVar $server_disconnectclients_value_of$
Set $server_disconnectclients_value_of$ = GetProductProperty("server_disconnectclients_value_of", "1")
DefVar $server_enablefiletransfers_set$
Set $server_enablefiletransfers_set$ = GetProductProperty("server_enablefiletransfers_set", "0)
Set $server_enablefiletransfers_set$ = GetProductProperty("server_enablefiletransfers_set", "0")
DefVar $server_enablefiletransfers_value_of$
Set $server_enablefiletransfers_value_of$ = GetProductProperty("server_enablefiletransfers_value_of", "1")
DefVar $server_enableurlparams_set$
Set $server_enableurlparams_set$ = GetProductProperty("server_enableurlparams_set", "0)
Set $server_enableurlparams_set$ = GetProductProperty("server_enableurlparams_set", "0")
DefVar $server_enableurlparams_value_of$
Set $server_enableurlparams_value_of$ = GetProductProperty("server_enableurlparams_value_of", "1")
DefVar $server_extraports_set$
@ -60,6 +60,8 @@ DefVar $server_httpport_set$
Set $server_httpport_set$ = GetProductProperty("server_httpport_set", "0")
DefVar $server_httpport_value_of$
Set $server_httpport_value_of$ = GetProductProperty("server_httpport_value_of", "5800")
DefVar $server_httpport_value_of_hex$
Set $server_httpport_value_of_hex$ = DecStrToHexStr($server_httpport_value_of$)
DefVar $server_ipaccesscontrol_set$
Set $server_ipaccesscontrol_set$ = GetProductProperty("server_ipaccesscontrol_set", "0")
DefVar $server_ipaccesscontrol_value_of$
@ -72,6 +74,8 @@ DefVar $server_localinputprioritytimeout_set$
Set $server_localinputprioritytimeout_set$ = GetProductProperty("server_localinputprioritytimeout_set", "0")
DefVar $server_localinputprioritytimeout_value_of$
Set $server_localinputprioritytimeout_value_of$ = GetProductProperty("server_localinputprioritytimeout_value_of", "3")
DefVar $server_localinputprioritytimeout_value_of_hex$
Set $server_localinputprioritytimeout_value_of_hex$ = DecStrToHexStr($server_localinputprioritytimeout_value_of$)
DefVar $server_loglevel_set$
Set $server_loglevel_set$ = GetProductProperty("server_loglevel_set", "0")
DefVar $server_loglevel_value_of$
@ -88,6 +92,8 @@ DefVar $server_pollinginterval_set$
Set $server_pollinginterval_set$ = GetProductProperty("server_pollinginterval_set", "0")
DefVar $server_pollinginterval_value_of$
Set $server_pollinginterval_value_of$ = GetProductProperty("server_pollinginterval_value_of", "1000")
DefVar $server_pollinginterval_value_of_hex$
Set $server_pollinginterval_value_of_hex$ = DecStrToHexStr($server_pollinginterval_value_of$)
DefVar $server_queryacceptontimeout_set$
Set $server_queryacceptontimeout_set$ = GetProductProperty("server_queryacceptontimeout_set", "0")
DefVar $server_queryacceptontimeout_value_of$
@ -96,6 +102,8 @@ DefVar $server_querytimeout_set$
Set $server_querytimeout_set$ = GetProductProperty("server_querytimeout_set", "0")
DefVar $server_querytimeout_value_of$
Set $server_querytimeout_value_of$ = GetProductProperty("server_querytimeout_value_of", "30")
DefVar $server_querytimeout_value_of_hex$
Set $server_querytimeout_value_of_hex$ = DecStrToHexStr($server_querytimeout_value_of$)
DefVar $server_removewallpaper_set$
Set $server_removewallpaper_set$ = GetProductProperty("server_removewallpaper_set", "0")
DefVar $server_removewallpaper_value_of$
@ -104,6 +112,8 @@ DefVar $server_rfbport_set$
Set $server_rfbport_set$ = GetProductProperty("server_rfbport_set", "0")
DefVar $server_rfbport_value_of$
Set $server_rfbport_value_of$ = GetProductProperty("server_rfbport_value_of", "5900")
DefVar $server_rfbport_value_of_hex$
Set $server_rfbport_value_of_hex$ = DecStrToHexStr($server_rfbport_value_of$)
DefVar $server_runcontrolinterface_set$
Set $server_runcontrolinterface_set$ = GetProductProperty("server_runcontrolinterface_set", "0")
DefVar $server_runcontrolinterface_value_of$

View File

@ -100,7 +100,7 @@ else
endif
[Winbatch_install_32]
msiexec /i "$Install32Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress ADDLOCAL=Server SERVER_REGISTER_AS_SERVICE=$server_register_as_service$ SERVER_ADD_FIREWALL_EXCEPTION=$server_add_firewall_exception$ SERVER_ALLOW_SAS=$server_allow_sas$ SET_ACCEPTHTTPCONNECTIONS=$server_accepthttpconnections_set$ VALUE_OF_ACCEPTHTTPCONNECTIONS=$server_accepthttpconnections_value_of$ SET_ACCEPTRFBCONNECTIONS=$server_acceptrfbconnections_set$ VALUE_OF_ACCEPTRFBCONNECTIONS=$server_acceptrfbconnections_value_of$ SET_ALLOWLOOPBACK=$server_allowloopback_set$ VALUE_OF_ALLOWLOOPBACK=$server_allowloopback_value_of$ SET_ALWAYSSHARED=$server_alwaysshared_set$ VALUE_OF_ALWAYSSHARED=$server_alwaysshared_value_of$ SET_BLOCKLOCALINPUT=$server_blocklocalinput_set$ VALUE_OF_BLOCKLOCALINPUT=$server_blocklocalinput_value_of$ SET_BLOCKREMOTEINPUT=$server_blockremoteinput_set$ VALUE_OF_BLOCKREMOTEINPUT=$server_blockremoteinput_value_of$ SET_DISCONNECTACTION=$server_disconnectaction_set$ VALUE_OF_DISCONNECTACTION=$server_disconnectaction_value_of$ SET_DISCONNECTCLIENTS=$server_disconnectclients_set$ VALUE_OF_DISCONNECTCLIENTS=$server_disconnectclients_value_of$ SET_ENABLEFILETRANSFERS=$server_enablefiletransfers_set$ VALUE_OF_ENABLEFILETRANSFERS=$server_enablefiletransfers_value_of$ SET_ENABLEURLPARAMS=$server_enableurlparams_set$ VALUE_OF_ENABLEURLPARAMS=$server_enableurlparams_value_of$ SET_EXTRAPORTS=$server_extraports_set$ VALUE_OF_EXTRAPORTS=$server_extraports_value_of$ SET_GRABTRANSPARENTWINDOWS=$server_grabtransparentwindows_set$ VALUE_OF_GRABTRANSPARENTWINDOWS=$server_grabtransparentwindows_value_of$ SET_HTTPPORT=$server_httpport_set$ VALUE_OF_HTTPPORT=$server_httpport_value_of$ SET_IPACCESSCONTROL= $server_ipaccesscontrol_set$ VALUE_OF_IPACCESSCONTROL=$server_ipaccesscontrol_value_of$ SET_LOCALINPUTPRIORITY=$server_localinputpriority_set$ VALUE_OF_LOCALINPUTPRIORITY=$server_localinputpriority_value_of$ SET_LOCALINPUTPRIORITYTIMEOUT=$server_localinputprioritytimeout_set$ VALUE_OF_LOCALINPUTPRIORITYTIMEOUT=$server_localinputprioritytimeout_value_of$ SET_LOGLEVEL=$server_loglevel_set$ VALUE_OF_LOGLEVEL=$server_loglevel_value_of$ SET_LOOPBACKONLY=$server_loopbackonly_set$ VALUE_OF_LOOPBACKONLY=$server_loopbackonly_value_of$ SET_NEVERSHARED=$server_nevershared_set$ VALUE_OF_NEVERSHARED=$server_nevershared_value_of$ SET_POLLINGINTERVAL=$server_pollinginterval_set$ VALUE_OF_POLLINGINTERVAL=$server_pollinginterval_value_of$ SET_QUERYACCEPTONTIMEOUT=$server_queryacceptontimeout_set$ VALUE_OF_QUERYACCEPTONTIMEOUT=$server_queryacceptontimeout_value_of$ SET_QUERYTIMEOUT=$server_querytimeout_set$ VALUE_OF_QUERYTIMEOUT=$server_querytimeout_value_of$ SET_REMOVEWALLPAPER=$server_removewallpaper_set$ VALUE_OF_REMOVEWALLPAPER=$server_removewallpaper_value_of$ SET_RFBPORT=$server_rfbport_set$ VALUE_OF_RFBPORT=$server_rfbport_value_of$ SET_RUNCONTROLINTERFACE=$server_runcontrolinterface_set$ VALUE_OF_RUNCONTROLINTERFACE=$server_runcontrolinterface_value_of$ SET_SAVELOGTOALLUSERSPATH=$server_savelogtoalluserspath_set$ VALUE_OF_SAVELOGTOALLUSERSPATH=$server_savelogtoalluserspath_value_of$ SET_USEMIRRORDRIVER=$server_usemirrordriver_set$ VALUE_OF_USEMIRRORDRIVER=$server_usemirrordriver_value_of$ SET_USECONTROLAUTHENTICATION=$server_usecontrolauthentication_set$ VALUE_OF_USECONTROLAUTHENTICATION=$server_usecontrolauthentication_value_of$ SET_USEVNCAUTHENTICATION=$server_usevncauthentication_set$ VALUE_OF_USEVNCAUTHENTICATION=$server_usevncauthentication_value_of$ SET_CONTROLPASSWORD=$server_controlpassword_set$ VALUE_OF_CONTROLPASSWORD=$server_controlpassword_value_of$ SET_PASSWORD=$server_password_set$ VALUE_OF_PASSWORD=$server_password_value_of$ SET_VIEWONLYPASSWORD=$server_viewonlypassword_set$ VALUE_OF_VIEWONLYPASSWORD=$server_viewonlypassword_value_of$
msiexec /i "$Install32Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress ADDLOCAL=Server VIEWER_ASSOCIATE_VNC_EXTENSION=$viewer_associate_vnc_extension$ SERVER_REGISTER_AS_SERVICE=$server_register_as_service$ SERVER_ADD_FIREWALL_EXCEPTION=$server_add_firewall_exception$ VIEWER_ADD_FIREWALL_EXCEPTION=$viewer_add_firewall_exception$ SERVER_ALLOW_SAS=$server_allow_sas$ SET_CONTROLPASSWORD=$server_controlpassword_set$ VALUE_OF_CONTROLPASSWORD=$server_controlpassword_value_of$ SET_PASSWORD=$server_password_set$ VALUE_OF_PASSWORD=$server_password_value_of$ SET_VIEWONLYPASSWORD=$server_viewonlypassword_set$ VALUE_OF_VIEWONLYPASSWORD=$server_viewonlypassword_value_of$
"$InstallExe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES
[Files_install_32]
@ -112,7 +112,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
[Winbatch_install_64]
msiexec /i "$Install64Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress ADDLOCAL=Server SERVER_REGISTER_AS_SERVICE=$server_register_as_service$ SERVER_ADD_FIREWALL_EXCEPTION=$server_add_firewall_exception$ SERVER_ALLOW_SAS=$server_allow_sas$ SET_ACCEPTHTTPCONNECTIONS=$server_accepthttpconnections_set$ VALUE_OF_ACCEPTHTTPCONNECTIONS=$server_accepthttpconnections_value_of$ SET_ACCEPTRFBCONNECTIONS=$server_acceptrfbconnections_set$ VALUE_OF_ACCEPTRFBCONNECTIONS=$server_acceptrfbconnections_value_of$ SET_ALLOWLOOPBACK=$server_allowloopback_set$ VALUE_OF_ALLOWLOOPBACK=$server_allowloopback_value_of$ SET_ALWAYSSHARED=$server_alwaysshared_set$ VALUE_OF_ALWAYSSHARED=$server_alwaysshared_value_of$ SET_BLOCKLOCALINPUT=$server_blocklocalinput_set$ VALUE_OF_BLOCKLOCALINPUT=$server_blocklocalinput_value_of$ SET_BLOCKREMOTEINPUT=$server_blockremoteinput_set$ VALUE_OF_BLOCKREMOTEINPUT=$server_blockremoteinput_value_of$ SET_DISCONNECTACTION=$server_disconnectaction_set$ VALUE_OF_DISCONNECTACTION=$server_disconnectaction_value_of$ SET_DISCONNECTCLIENTS=$server_disconnectclients_set$ VALUE_OF_DISCONNECTCLIENTS=$server_disconnectclients_value_of$ SET_ENABLEFILETRANSFERS=$server_enablefiletransfers_set$ VALUE_OF_ENABLEFILETRANSFERS=$server_enablefiletransfers_value_of$ SET_ENABLEURLPARAMS=$server_enableurlparams_set$ VALUE_OF_ENABLEURLPARAMS=$server_enableurlparams_value_of$ SET_EXTRAPORTS=$server_extraports_set$ VALUE_OF_EXTRAPORTS=$server_extraports_value_of$ SET_GRABTRANSPARENTWINDOWS=$server_grabtransparentwindows_set$ VALUE_OF_GRABTRANSPARENTWINDOWS=$server_grabtransparentwindows_value_of$ SET_HTTPPORT=$server_httpport_set$ VALUE_OF_HTTPPORT=$server_httpport_value_of$ SET_IPACCESSCONTROL= $server_ipaccesscontrol_set$ VALUE_OF_IPACCESSCONTROL=$server_ipaccesscontrol_value_of$ SET_LOCALINPUTPRIORITY=$server_localinputpriority_set$ VALUE_OF_LOCALINPUTPRIORITY=$server_localinputpriority_value_of$ SET_LOCALINPUTPRIORITYTIMEOUT=$server_localinputprioritytimeout_set$ VALUE_OF_LOCALINPUTPRIORITYTIMEOUT=$server_localinputprioritytimeout_value_of$ SET_LOGLEVEL=$server_loglevel_set$ VALUE_OF_LOGLEVEL=$server_loglevel_value_of$ SET_LOOPBACKONLY=$server_loopbackonly_set$ VALUE_OF_LOOPBACKONLY=$server_loopbackonly_value_of$ SET_NEVERSHARED=$server_nevershared_set$ VALUE_OF_NEVERSHARED=$server_nevershared_value_of$ SET_POLLINGINTERVAL=$server_pollinginterval_set$ VALUE_OF_POLLINGINTERVAL=$server_pollinginterval_value_of$ SET_QUERYACCEPTONTIMEOUT=$server_queryacceptontimeout_set$ VALUE_OF_QUERYACCEPTONTIMEOUT=$server_queryacceptontimeout_value_of$ SET_QUERYTIMEOUT=$server_querytimeout_set$ VALUE_OF_QUERYTIMEOUT=$server_querytimeout_value_of$ SET_REMOVEWALLPAPER=$server_removewallpaper_set$ VALUE_OF_REMOVEWALLPAPER=$server_removewallpaper_value_of$ SET_RFBPORT=$server_rfbport_set$ VALUE_OF_RFBPORT=$server_rfbport_value_of$ SET_RUNCONTROLINTERFACE=$server_runcontrolinterface_set$ VALUE_OF_RUNCONTROLINTERFACE=$server_runcontrolinterface_value_of$ SET_SAVELOGTOALLUSERSPATH=$server_savelogtoalluserspath_set$ VALUE_OF_SAVELOGTOALLUSERSPATH=$server_savelogtoalluserspath_value_of$ SET_USEMIRRORDRIVER=$server_usemirrordriver_set$ VALUE_OF_USEMIRRORDRIVER=$server_usemirrordriver_value_of$ SET_USECONTROLAUTHENTICATION=$server_usecontrolauthentication_set$ VALUE_OF_USECONTROLAUTHENTICATION=$server_usecontrolauthentication_value_of$ SET_USEVNCAUTHENTICATION=$server_usevncauthentication_set$ VALUE_OF_USEVNCAUTHENTICATION=$server_usevncauthentication_value_of$ SET_CONTROLPASSWORD=$server_controlpassword_set$ VALUE_OF_CONTROLPASSWORD=$server_controlpassword_value_of$ SET_PASSWORD=$server_password_set$ VALUE_OF_PASSWORD=$server_password_value_of$ SET_VIEWONLYPASSWORD=$server_viewonlypassword_set$ VALUE_OF_VIEWONLYPASSWORD=$server_viewonlypassword_value_of$
msiexec /i "$Install64Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress ADDLOCAL=Server VIEWER_ASSOCIATE_VNC_EXTENSION=$viewer_associate_vnc_extension$ SERVER_REGISTER_AS_SERVICE=$server_register_as_service$ SERVER_ADD_FIREWALL_EXCEPTION=$server_add_firewall_exception$ VIEWER_ADD_FIREWALL_EXCEPTION=$viewer_add_firewall_exception$ SERVER_ALLOW_SAS=$server_allow_sas$ SET_CONTROLPASSWORD=$server_controlpassword_set$ VALUE_OF_CONTROLPASSWORD=$server_controlpassword_value_of$ SET_PASSWORD=$server_password_set$ VALUE_OF_PASSWORD=$server_password_value_of$ SET_VIEWONLYPASSWORD=$server_viewonlypassword_set$ VALUE_OF_VIEWONLYPASSWORD=$server_viewonlypassword_value_of$
"$InstallExe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES
[Files_install_64]
@ -126,10 +126,41 @@ copy "$IniCfgFile$" "$InstallDir64$"
[Registry_install]
; Example of setting some values of an registry key:
;
; openkey [HKEY_LOCAL_MACHINE\Software\$ProductId$]
openkey [HKEY_LOCAL_MACHINE\Software\TightVNC\Server]
; set "name1" = "some string value"
; set "name2" = REG_DWORD:0001
; set "name3" = REG_BINARY:00 af 99 cd
set "ExtraPorts"="$server_extraports_value_of$"
set "QueryTimeout"=REG_DWORD:$server_querytimeout_value_of_hex$
set "QueryAcceptOnTimeout"=REG_DWORD:$server_queryacceptontimeout_value_of$
set "LocalInputPriorityTimeout"=REG_DWORD:$server_localinputprioritytimeout_value_of_hex$
set "LocalInputPriority"=REG_DWORD:$server_localinputpriority_value_of$
set "BlockRemoteInput"=REG_DWORD:$server_blockremoteinput_value_of$
set "BlockLocalInput"=REG_DWORD:$server_blocklocalinput_value_of$
set "IpAccessControl"="$server_ipaccesscontrol_value_of$"
set "RfbPort"=REG_DWORD:$server_rfbport_value_of_hex$
set "HttpPort"=REG_DWORD:$server_httpport_value_of_hex$
set "DisconnectAction"=REG_DWORD:$server_disconnectaction_value_of$
set "AcceptRfbConnections"=REG_DWORD:$server_acceptrfbconnections_value_of$
set "UseVncAuthentication"=REG_DWORD:$server_usevncauthentication_value_of$
set "UseControlAuthentication"=REG_DWORD:$server_usecontrolauthentication_value_of$
set "LoopbackOnly"=REG_DWORD:$server_loopbackonly_value_of$
set "AcceptHttpConnections"=REG_DWORD:$server_accepthttpconnections_value_of$
set "LogLevel"=REG_DWORD:$server_loglevel_value_of$
set "EnableFileTransfers"=REG_DWORD:$server_enablefiletransfers_value_of$
set "RemoveWallpaper"=REG_DWORD:$server_removewallpaper_value_of$
set "UseMirrorDriver"=REG_DWORD:$server_usemirrordriver_value_of$
set "EnableUrlParams"=REG_DWORD:$server_enableurlparams_value_of$
set "AlwaysShared"=REG_DWORD:$server_alwaysshared_value_of$
set "NeverShared"=REG_DWORD:$server_nevershared_value_of$
set "DisconnectClients"=REG_DWORD:$server_disconnectclients_value_of$
set "PollingInterval"=REG_DWORD:$server_pollinginterval_value_of_hex$
set "AllowLoopback"=REG_DWORD:$server_allowloopback_value_of$
set "GrabTransparentWindows"=REG_DWORD:$server_grabtransparentwindows_value_of$
set "SaveLogToAllUsersPath"=REG_DWORD:$server_savelogtoalluserspath_value_of$
set "RunControlInterface"=REG_DWORD:$server_runcontrolinterface_value_of$
[LinkFolder_install]
; Example of deleting a folder from AllUsers startmenu:

View File

@ -1 +1 @@
VIEWER_ASSOCIATE_VNC_EXTENSION=$viewer_associate_vnc_extension$ SERVER_REGISTER_AS_SERVICE=$server_register_as_service$ SERVER_ADD_FIREWALL_EXCEPTION=$server_add_firewall_exception$ VIEWER_ADD_FIREWALL_EXCEPTION=$viewer_add_firewall_exception$ SERVER_ALLOW_SAS=$server_allow_sas$ SET_ACCEPTHTTPCONNECTIONS=$server_accepthttpconnections_set$ VALUE_OF_ACCEPTHTTPCONNECTIONS=$server_accepthttpconnections_value_of$ SET_ACCEPTRFBCONNECTIONS=$server_acceptrfbconnections_set$ VALUE_OF_ACCEPTRFBCONNECTIONS=$server_acceptrfbconnections_value_of$ SET_ALLOWLOOPBACK=$server_allowloopback_set$ VALUE_OF_ALLOWLOOPBACK=$server_allowloopback_value_of$ SET_ALWAYSSHARED=$server_alwaysshared_set$ VALUE_OF_ALWAYSSHARED=$server_alwaysshared_value_of$ SET_BLOCKLOCALINPUT=$server_blocklocalinput_set$ VALUE_OF_BLOCKLOCALINPUT=$server_blocklocalinput_value_of$ SET_BLOCKREMOTEINPUT=$server_blockremoteinput_set$ VALUE_OF_BLOCKREMOTEINPUT=$server_blockremoteinput_value_of$ SET_DISCONNECTACTION=$server_disconnectaction_set$ VALUE_OF_DISCONNECTACTION=$server_disconnectaction_value_of$ SET_DISCONNECTCLIENTS=$server_disconnectclients_set$ VALUE_OF_DISCONNECTCLIENTS=$server_disconnectclients_value_of$ SET_ENABLEFILETRANSFERS=$server_enablefiletransfers_set$ VALUE_OF_ENABLEFILETRANSFERS=$server_enablefiletransfers_value_of$ SET_ENABLEURLPARAMS=$server_enableurlparams_set$ VALUE_OF_ENABLEURLPARAMS=$server_enableurlparams_value_of$ SET_EXTRAPORTS=$server_extraports_set$ VALUE_OF_EXTRAPORTS=$server_extraports_value_of$ SET_GRABTRANSPARENTWINDOWS=$server_grabtransparentwindows_set$ VALUE_OF_GRABTRANSPARENTWINDOWS=$server_grabtransparentwindows_value_of$ SET_HTTPPORT=$server_httpport_set$ VALUE_OF_HTTPPORT=$server_httpport_value_of$ SET_IPACCESSCONTROL= $server_ipaccesscontrol_set$ VALUE_OF_IPACCESSCONTROL=$server_ipaccesscontrol_value_of$ SET_LOCALINPUTPRIORITY=$server_localinputpriority_set$ VALUE_OF_LOCALINPUTPRIORITY=$server_localinputpriority_value_of$ SET_LOCALINPUTPRIORITYTIMEOUT=$server_localinputprioritytimeout_set$ VALUE_OF_LOCALINPUTPRIORITYTIMEOUT=$server_localinputprioritytimeout_value_of$ SET_LOGLEVEL=$server_loglevel_set$ VALUE_OF_LOGLEVEL=$server_loglevel_value_of$ SET_LOOPBACKONLY=$server_loopbackonly_set$ VALUE_OF_LOOPBACKONLY=$server_loopbackonly_value_of$ SET_NEVERSHARED=$server_nevershared_set$ VALUE_OF_NEVERSHARED=$server_nevershared_value_of$ SET_POLLINGINTERVAL=$server_pollinginterval_set$ VALUE_OF_POLLINGINTERVAL=$server_pollinginterval_value_of$ SET_QUERYACCEPTONTIMEOUT=$server_queryacceptontimeout_set$ VALUE_OF_QUERYACCEPTONTIMEOUT=$server_queryacceptontimeout_value_of$ SET_QUERYTIMEOUT=$server_querytimeout_set$ VALUE_OF_QUERYTIMEOUT=$server_querytimeout_value_of$ SET_REMOVEWALLPAPER=$server_removewallpaper_set$ VALUE_OF_REMOVEWALLPAPER=$server_removewallpaper_value_of$ SET_RFBPORT=$server_rfbport_set$ VALUE_OF_RFBPORT=$server_rfbport_value_of$ SET_RUNCONTROLINTERFACE=$server_runcontrolinterface_set$ VALUE_OF_RUNCONTROLINTERFACE=$server_runcontrolinterface_value_of$ SET_SAVELOGTOALLUSERSPATH=$server_savelogtoalluserspath_set$ VALUE_OF_SAVELOGTOALLUSERSPATH=$server_savelogtoalluserspath_value_of$ SET_USEMIRRORDRIVER=$server_usemirrordriver_set$ VALUE_OF_USEMIRRORDRIVER=$server_usemirrordriver_value_of$ SET_USECONTROLAUTHENTICATION=$server_usecontrolauthentication_set$ VALUE_OF_USECONTROLAUTHENTICATION=$server_usecontrolauthentication_value_of$ SET_USEVNCAUTHENTICATION=$server_usevncauthentication_set$ VALUE_OF_USEVNCAUTHENTICATION=$server_usevncauthentication_value_of$ SET_CONTROLPASSWORD=$server_controlpassword_set$ VALUE_OF_CONTROLPASSWORD=$server_controlpassword_value_of$ SET_PASSWORD=$server_password_set$ VALUE_OF_PASSWORD=$server_password_value_of$ SET_VIEWONLYPASSWORD=$server_viewonlypassword_set$ VALUE_OF_VIEWONLYPASSWORD=$server_viewonlypassword_value_of$
VIEWER_ASSOCIATE_VNC_EXTENSION=$viewer_associate_vnc_extension$ SERVER_REGISTER_AS_SERVICE=$server_register_as_service$ SERVER_ADD_FIREWALL_EXCEPTION=$server_add_firewall_exception$ VIEWER_ADD_FIREWALL_EXCEPTION=$viewer_add_firewall_exception$ SERVER_ALLOW_SAS=$server_allow_sas$ SET_CONTROLPASSWORD=$server_controlpassword_set$ VALUE_OF_CONTROLPASSWORD=$server_controlpassword_value_of$ SET_PASSWORD=$server_password_set$ VALUE_OF_PASSWORD=$server_password_value_of$ SET_VIEWONLYPASSWORD=$server_viewonlypassword_set$ VALUE_OF_VIEWONLYPASSWORD=$server_viewonlypassword_value_of$

View File

@ -3,64 +3,6 @@
SERVER_ADD_FIREWALL_EXCEPTION=$server_add_firewall_exception$
VIEWER_ADD_FIREWALL_EXCEPTION=$viewer_add_firewall_exception$
SERVER_ALLOW_SAS=$server_allow_sas$
SET_ACCEPTHTTPCONNECTIONS=$server_accepthttpconnections_set$
VALUE_OF_ACCEPTHTTPCONNECTIONS=$server_accepthttpconnections_value_of$
SET_ACCEPTRFBCONNECTIONS=$server_acceptrfbconnections_set$
VALUE_OF_ACCEPTRFBCONNECTIONS=$server_acceptrfbconnections_value_of$
SET_ALLOWLOOPBACK=$server_allowloopback_set$
VALUE_OF_ALLOWLOOPBACK=$server_allowloopback_value_of$
SET_ALWAYSSHARED=$server_alwaysshared_set$
VALUE_OF_ALWAYSSHARED=$server_alwaysshared_value_of$
SET_BLOCKLOCALINPUT=$server_blocklocalinput_set$
VALUE_OF_BLOCKLOCALINPUT=$server_blocklocalinput_value_of$
SET_BLOCKREMOTEINPUT=$server_blockremoteinput_set$
VALUE_OF_BLOCKREMOTEINPUT=$server_blockremoteinput_value_of$
SET_DISCONNECTACTION=$server_disconnectaction_set$
VALUE_OF_DISCONNECTACTION=$server_disconnectaction_value_of$
SET_DISCONNECTCLIENTS=$server_disconnectclients_set$
VALUE_OF_DISCONNECTCLIENTS=$server_disconnectclients_value_of$
SET_ENABLEFILETRANSFERS=$server_enablefiletransfers_set$
VALUE_OF_ENABLEFILETRANSFERS=$server_enablefiletransfers_value_of$
SET_ENABLEURLPARAMS=$server_enableurlparams_set$
VALUE_OF_ENABLEURLPARAMS=$server_enableurlparams_value_of$
SET_EXTRAPORTS=$server_extraports_set$
VALUE_OF_EXTRAPORTS=$server_extraports_value_of$
SET_GRABTRANSPARENTWINDOWS=$server_grabtransparentwindows_set$
VALUE_OF_GRABTRANSPARENTWINDOWS=$server_grabtransparentwindows_value_of$
SET_HTTPPORT=$server_httpport_set$
VALUE_OF_HTTPPORT=$server_httpport_value_of$
SET_IPACCESSCONTROL= $server_ipaccesscontrol_set$
VALUE_OF_IPACCESSCONTROL=$server_ipaccesscontrol_value_of$
SET_LOCALINPUTPRIORITY=$server_localinputpriority_set$
VALUE_OF_LOCALINPUTPRIORITY=$server_localinputpriority_value_of$
SET_LOCALINPUTPRIORITYTIMEOUT=$server_localinputprioritytimeout_set$
VALUE_OF_LOCALINPUTPRIORITYTIMEOUT=$server_localinputprioritytimeout_value_of$
SET_LOGLEVEL=$server_loglevel_set$
VALUE_OF_LOGLEVEL=$server_loglevel_value_of$
SET_LOOPBACKONLY=$server_loopbackonly_set$
VALUE_OF_LOOPBACKONLY=$server_loopbackonly_value_of$
SET_NEVERSHARED=$server_nevershared_set$
VALUE_OF_NEVERSHARED=$server_nevershared_value_of$
SET_POLLINGINTERVAL=$server_pollinginterval_set$
VALUE_OF_POLLINGINTERVAL=$server_pollinginterval_value_of$
SET_QUERYACCEPTONTIMEOUT=$server_queryacceptontimeout_set$
VALUE_OF_QUERYACCEPTONTIMEOUT=$server_queryacceptontimeout_value_of$
SET_QUERYTIMEOUT=$server_querytimeout_set$
VALUE_OF_QUERYTIMEOUT=$server_querytimeout_value_of$
SET_REMOVEWALLPAPER=$server_removewallpaper_set$
VALUE_OF_REMOVEWALLPAPER=$server_removewallpaper_value_of$
SET_RFBPORT=$server_rfbport_set$
VALUE_OF_RFBPORT=$server_rfbport_value_of$
SET_RUNCONTROLINTERFACE=$server_runcontrolinterface_set$
VALUE_OF_RUNCONTROLINTERFACE=$server_runcontrolinterface_value_of$
SET_SAVELOGTOALLUSERSPATH=$server_savelogtoalluserspath_set$
VALUE_OF_SAVELOGTOALLUSERSPATH=$server_savelogtoalluserspath_value_of$
SET_USEMIRRORDRIVER=$server_usemirrordriver_set$
VALUE_OF_USEMIRRORDRIVER=$server_usemirrordriver_value_of$
SET_USECONTROLAUTHENTICATION=$server_usecontrolauthentication_set$
VALUE_OF_USECONTROLAUTHENTICATION=$server_usecontrolauthentication_value_of$
SET_USEVNCAUTHENTICATION=$server_usevncauthentication_set$
VALUE_OF_USEVNCAUTHENTICATION=$server_usevncauthentication_value_of$
SET_CONTROLPASSWORD=$server_controlpassword_set$
VALUE_OF_CONTROLPASSWORD=$server_controlpassword_value_of$
SET_PASSWORD=$server_password_set$

BIN
tightvnc.reg Normal file

Binary file not shown.