How to create automatic VNC installation

rlin rlinxx "at" teleline.es
Mon Jul 19 09:47:00 2004


Hi,

You can install RealVNC without interaction providing some commands to
the Inno Instaler:
	see http://gnuwin32.sourceforge.net/setup.html
If you are in a hurry, try:
	vnc40~1.exe /SP- /SILENT /DIR="C:\Archivos de programa\RealVNC\VNC4"

Bye

---------------------
-- In response to: --
---------------------

Michael Baram  mbaram "at" hotmail.com 
Mon Jul 5 19:11:01 2004

I am trying to create an executable file that will:

1.	Install RealVNC 3.3.7 in user mode.
2.	Install batch file on windows desktop that would run winvnc -connect
(I have this file).
3.	Show readme with explanations before or after the install.

I mostly need the script or utility to wrap VNC install to have it NOT
prompt the user for anything.

Any ideas - I bet someone already done this before...

Michael Baram