It depends on what OS you are planning to install VNC to. There is a Freeware application that our co-worker used to push out VNC called FastPush. It is for Windows only (NT, 2000, XP).
Here is the link http://www.darkage.co.uk/downloads/fastpush/ Here is some stuff that he used. I haven't really used this application at all. Unzip to a directory. Config Files Edit vnc71.cmd Press F3 and type mydetails Everyspot found put '::' in front of that line to comment it out Exit and save >From command prompt goto where vncenc.exe is located. Type: vncenc.exe '[EMAIL PROTECTED]@%y' or other Copy the password field to clipboard In the common folder open vnc4.ini Replace the password with the one in the clipboard. Password = REG_BINARY 0x00000008 0x35aa46ce 0x06ed400b Turn off UseHooks UseHooks = REG_DWORD 0x00000000 Add DisableEffects = REG_DWORD 0x00000001 RemovePattern = REG_DWORD 0x00000001 RemoveWallpaper = REG_DWORD 0x00000001 Save and Exit Make a copy of vnc4.ini Rename it vnc4lock.ini Open vnc4lock.ini Add DisableOptions = REG_DWORD 0x00000001 Exit and Save Using Fastpush Without Lockdown Create a batch file install.bat Edit the batch file. Type: call vnc71 <ip or computer name> /user <username> <password> /log /real4 Exit and Save Run batch file When down check results.txt Using Fastpush With Lock Create a batch file install.bat Edit the batch file. Type: call vnc71 <ip or computer name> /user <username> <password> /log /real4 /config <path to vnc4lock.ini...c:\Fastpush\common\vnc4lock.ini> Exit and Save Run batch file When down check results.txt Using Fastpush to multiple computers Create a batch file install.bat Edit the batch file. Type: for /F "tokens=1" %i in (workstations.txt) do call vnc71 %i /user <username> <password> /log /real4 Exit and Save Create a text document workstations.txt Type in computer names or ip addresses Save and exit Run batch file When down check results.txt >> Remember you can lock if you point it to the /config vnc4lock.ini settings. Other options Registry only add /reg NoShortcuts add /noshortcut NoViewer installed add /noview Uninstall add /uninstall or /remove Magdalena Hernandez Network Consultant Westline Medical Management 510-995-5300 -----Original Message----- From: Michael Beale [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 3:40 PM To: [EMAIL PROTECTED] Subject: Registry I want to create my own package installer. What registry entries do I need to take care of? Can anyone give me tips on creating my oen installer? TIA Mike B __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list