Greetings again, Using the helpful information Andy provided, I have created a silent install of 3.3.4. Granted I had to download and install InnoSetup on my system to find useful information about the command line switches, but it was there.
The switches I used: /SP- - this gets rid of the message box at the beginning asking if you want to install it /SAVEINF="filename" - creates the script for the install to follow. by default it's saved in the windows directory. Haven't quite got this to do what I want though. It doesn't seem to store the settings on the last selection screen where you can install VNC as a service /SILENT or /VERYSILENT - silent will display nothing except the progress bar. verysilent displays nothing at all /LOADINF="filename" - use this to run the script created with /SAVEINF So to create my silent install I installed VNC on a test machine using: vnc-3.3.4-x86_win32.exe /SP- /SAVEINF="vnc.iss" This installed VNC 3.3.4 and created the script to follow for reuse. To run it install again silently I used: vnc-3.3.4-x86_win32.exe /SP- /LOADINF="vnc.iss" /VERYSILENT It is indeed very silent and did everything I wanted except install it as a service. I'm still working on that one but thought I post what I've figured out so far. Corin Froese Application Developer Sorex Software Inc. [EMAIL PROTECTED] _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
