All target machines are XP SP2/SP3 (x86 only)
Targets run VNC as a Service, no UI is visible to the user
Using an rc4.key file
ACL is restricted to an Active Directory group (but I think in 1.0.0.2 that information is stored in the registry?)
Using RC4 encryption plugin
No hook drivers, no video drivers installed
I want to maintain this exact setup. Will using the /verysilent switch install the drivers/hooks?
I want to upgrade and it looks like part of that requirement is removing 1.0.0.2. So my steps would be (in a cmd script, I guess?):
Stop & Delete VNC Server service
Delete (?) C:\Program Files\UltraVNC
Install UltraVNC_1.0.6.4_Setup.exe /verysilent /setupinf=ultravnc.inf
Copy my ACL file to C:\Program Files\UltraVNC
Copy my ultravnc.ini to C:\Program Files\UltraVNC
Start VNC Server service.
Here is my ultravnc.inf:
Code: Select all
[Setup]
Lang=en
Dir=C:\Program Files\UltraVNC
Group=UltraVNC
NoIcons=1
SetupType=server_silent
Components=ultravnc_server_s
Tasks=installservice
AclFile=c:\Program Files\UltraVNC\ultravnc.acl
Code: Select all
[admin]
UseRegistry=0
MSLogonRequired=1
NewMSLogon=1
DebugMode=0
Avilog=0
path=C:\Program Files\UltraVNC
DebugLevel=0
DisableTrayIcon=1
LoopbackOnly=0
UseDSMPlugin=1
AllowLoopback=0
AuthRequired=1
ConnectPriority=1
DSMPlugin=MSRC4Plugin_NoRegx64.dsm
AuthHosts=
AllowShutdown=0
AllowProperties=1
AllowEditClients=1
FileTransferEnabled=1
FTUserImpersonation=1
BlankMonitorEnabled=1
DefaultScale=1
CaptureAlphaBlending=1
BlackAlphaBlending=1
primary=1
secundary=0
SocketConnect=1
HTTPConnect=0
XDMCPConnect=0
AutoPortSelect=1
PortNumber=0
HTTPPortNumber=0
IdleTimeout=0
RemoveWallpaper=1
RemoveAero=1
QuerySetting=2
QueryTimeout=10
QueryAccept=0
QueryIfNoLogon=0
InputsEnabled=1
LockSetting=0
LocalInputsDisabled=0
EnableJapInput=0
[admin_auth]
group1=
group2=
group3=
locdom1=0
locdom2=0
locdom3=0
[ultravnc]
passwd=<something>
[poll]
TurboMode=0
PollUnderCursor=0
PollForeground=0
PollFullScreen=0
OnlyPollConsole=0
OnlyPollOnEvent=0
MaxCpu=0
EnableDriver=0
EnableHook=0
EnableVirtual=0
SingleWindow=0
SingleWindowName=
Also, is there anything that describes the settings in ultravnc.ini and the setup inf file? I'm curious about these ones:
CaptureAlphaBlending=1
BlackAlphaBlending=1
...And if they solve the Office 2007 menus from not rendering.