Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Scripted install on Win 7 64B

Post Reply
mrlaconic
Posts: 2
Joined: 2011-06-20 18:40

Scripted install on Win 7 64B

Post by mrlaconic »

Greetings,

I am attempting to write an install batch script to install VNC on win 7 64B.

I am getting stuck right now at user account control

The script I am trying to do is:

Code: Select all

Start UltraVNC.exe /s
and I have also tried /silent and -sinstall but nothing works. I would like to do a silent install
mrlaconic
Posts: 2
Joined: 2011-06-20 18:40

Re: Scripted install on Win 7 64B

Post by mrlaconic »

UPDATE: I have figured out how to complete the install, now I am just trying to figure out how to use a script to change the ultravnc.inf values for winlogonrequired= and group1= is there anyway to include that in my install script?
YY
200
200
Posts: 996
Joined: 2006-11-13 15:11

Re: Scripted install on Win 7 64B

Post by YY »

Try the free tool IniFile

e.g.:

Code: Select all

INIFILE.exe ultravnc.ini [admin] MSLogonRequired=1

INIFILE.exe ultravnc.ini [admin_auth] group1=UVNC_User
Post Reply