Czesc, What you want to do is install TightVNC on a machine and configure it (set the password, etc.) Then, using regedit, export the branch HKEY_LOCAL_MACHINE\SOFTWARE\ORL which is what will contain all your settings, to a file. After your unattended install of TightVNC, run regedit.exe /s yourfilefromabove.reg and those settings will apply.
For something a little more interesting, you can do what I do: I don't actually want to install the viewer, just the server. In fact, I don't want the person to even know that VNC is installed (no icons, program group, tray icon). Instead of using the installer, just make a directory in Program Files, copy over the files VNCHooks.dll and winvnc.exe. Then apply the registry settings (which can include the "DisableTrayIcon"=dword:00000001 setting in the HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3 branch to keep the tray icon from appearing. Then run "%ProgramFiles%\VNC\WinVNC.exe" -install (make sure you give it the full path to the WinVNC executable. This will install it as a service to start automatically then next time the machine starts up. Good luck, Paul Kopacz ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
