Layne, Courtney wrote:
I am trying to install realvnc silently. I think the install options would be "/SP- /VERYSILENT /NORESTART". Anyone know how to create the service and password that can be setup at the end of the gui install? Any advice would be appreciated. Thanks.
Courtney

I import a .reg file with the appropriate settings. Here's the batchfile I use:


[EMAIL PROTECTED] scripts]$ cat realvnc.bat
:: OPTIONAL: Install RealVNC

todo.pl "%Z%\packages\RealVnc-3.3.7-x86_win32.exe /sp- /verysilent" "\"C:\Program Files\RealVNC\WinVNC\WinVNC.exe\" -install" "regedit /s %Z%\packages\realvnc.reg"


And here is my reg file:


[EMAIL PROTECTED] packages]$ cat realvnc.reg
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL]

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3]

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default]
"SocketConnect"=dword:00000001
"HTTPConnect"=dword:00000001
"AutoPortSelect"=dword:00000001
"InputsEnabled"=dword:00000001
"LocalInputsDisabled"=dword:00000000
"IdleTimeout"=dword:00000000
"QuerySetting"=dword:00000002
"QueryTimeout"=dword:0000000a
"LockSetting"=dword:00000000
"RemoveWallpaper"=dword:00000001
"Password"=hex:****Series of comma separated bytes in hex****
"PollUnderCursor"=dword:00000000
"PollForeground"=dword:00000001
"PollFullScreen"=dword:00000000
"OnlyPollConsole"=dword:00000001
"OnlyPollOnEvent"=dword:00000000

I think I just set an initial machine up the way I wanted, and then exported HKLM\Software\ORL in nt4 format.

Jordan


------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to