But there's an exploit: you can install VNC somewhere with the option /saveinf="c:\ultravncInsta
Main Topics
Browse All TopicsI would like to create a single .exe file containing a pre-configured uVNC Server.
The goal is to have clients click on the .exe file on desktop, display a privacy/sharing warning click ok to approve box, install uVNC silently without any prompts and they are ready to go.
I would like to preconfigure what ports the server listens to and change default settings, ie, password, username etc.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: ai_ja_naiPosted on 2009-05-09 at 09:58:49ID: 24344653
Craft an ol' good batch file, where people type yes to accept (it's just an if).
Then you can execute the installer from within the batch file.
The following command line parameters can be passed to the setup, to make it install silently:
/dir="Dirname"
Sets installation directory to Dirname.
/no restart
Suppresses a reboot at the end of the installation.
Not required since the installation no longer requires are boot.
/silent or /very silent
Suppresses either pop-up of dialog boxes or any GUI at all.
/loadinf="Filename"
Loads the configuration file Filenamefor the installation.
This configuration file can be generated by going through setup with UltraVNC-xxxx-Setup.exe /saveinf="Filename".
Filename should be fully qualified.
/log
Writes a log file to the Temp directory.
Could be used for debugging.
Unfortunately, there are no cli server switches you can use to quickly configure the server