Is this all I need to Install the server only? (Additional)

Chris Thompson cthompson@nsutah.com
Wed Apr 30 22:47:00 2003


It looks like I was wrong.  It looks like the 3.3.7 does not use the
omnithread_rt.dll, but instead uses othread2.dll and has 3 additional
Registry settings.



"HTTPConnect"=dword:00000001

"LockSetting"=dword:00000000

"RemoveWallpaper"=dword:00000001



I do not know what the locksetting registry entry controls, but the rest
seems pretty self explanatory with the user settings.  If I may, I would
recomment to the developers of VNC to start using another form of
storing variables.  The registry has never been a good place to store
values.  Maybe try an INI file that can be stored right in the same
folder as VNC.  Microsoft is actually steering away from the registry
with .NET and future releases of Windows.




  _____


 Chris Thompson
 Programmer / Web Developer / DBA
 Nucor Steel - Plymouth Utah
 435.458.2396
 cthompson@nsutah.com


  _____





I want to do a manual installation of VNC.  Do I just copy the
winvnc.exe (version 3.3.7) file along with the 2 DLL's
(omnithread_rt.dll, VNCHooks.dll) and then run an install.reg file that
contains the following?:





REGEDIT4



[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3]



[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default]

"AllowProperties"=dword:00000001

"AllowShutdown"=dword:00000001

"AutoPortSelect"=dword:00000001

"IdleTimeout"=dword:00000000

"InputsEnabled"=dword:00000001

"LocalInputsDisabled"=dword:00000000

"OnlyPollConsole"=dword:00000001

"OnlyPollOnEvent"=dword:00000000

"Password"=hex:30,f4,dc,5d,f8,17,1a,26

"PollForeground"=dword:00000001

"PollFullScreen"=dword:00000001

"PollUnderCursor"=dword:00000000

"QuerySetting"=dword:00000002

"QueryTimeout"=dword:0000000a

"SocketConnect"=dword:00000001



I am just making a simple install file that does not include the viewer
and will start a service and such.  I know how to set it up as a service
and move the files around and get the above text into the registry, I
just need to know if this is all the files I need along with the
registry settings I need to do what I am asking.  Obviously I will need
to put in my own password from a good install.  I just downloaded this
text from a test site.




  _____


 Chris Thompson
 Programmer / Web Developer / DBA
 Nucor Steel - Plymouth Utah
 435.458.2396
 cthompson@nsutah.com


  _____