/build/static/layout/Breadcrumb_cap_w.png

Sourceforge UltraVNC

Version: 1

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 12.2k  |  Created: 11/14/2005

Average Rating: 0
UltraVNC has 1 inventory records, 2 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (4)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 2 ratings
Most Commonly Reported Deployment Method
Repackaged (to a setup.msi)
132
Note
I found a way to install the 1.04 client using either a batch file or GPO.

Step 1.
I first install a machine the way I wanted it. This was done using the
UltraVNC-xxxx-Setup.exe /saveinf="c:\ultravncInstall.inf". command
I then configured it the exact way I wanted(Password, settings, etc)
I then copied the C:\program files\ultravnc\ultravnc.ini from the configured machine (this is the one that has all of your settings)to a server share.

Step 2.
Make a folder on the machine you want to install vnc on, It must be C:\program files\ultravnc

Step 3
Copy the Ultravnc.ini file to the folder on the local machine(C:\program files\ultravnc\ultravnc.ini

Step 4.
Run the setup either manually or within a script to install vnc, see script below


VNCinstall.bat
Found a was to install 1.04 using GPO or batch file.

Mkdir "C:\program Files\ultravnc"
REM Copy File from server and put into directory
copy \\server\share\VNCInstall\ultravnc.ini "C:\program files\ultravnc\ultravnc.ini"
REM Run install
\\server\share\VNCInstall\UltraVNC_1.0.4_Setup.exe /loadinf=\\server\share\VNCInstall\ultravncInstall.inf /silent /log
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
123
Note
Install with the command line: \\server\share\UltraVNC\UltraVNC-102-Setup.exe /verysilent /loadinf="\\server\share\UltraVNC\UltraVNC.inf"

Ultravnc.inf:

[Setup]
Lang=en
Dir=C:\Program Files\UltraVNC
Group=UltraVNC
NoIcons=0
Components=server,server\driver
Tasks=installservice,startservice,acl,properties,cleanreg
AclFile=\\server\share\UltraVNC\UltraVNC.acl
PropertiesFile=\\server\share\UltraVNC\UltraVNC.reg

ultravnc.reg:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL]

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3]
"ACL"=hex:removed just in case it contains anything useful
"DebugMode"=dword:00000000
"DebugLevel"=dword:00000000
"AllowLoopback"=dword:00000000
"LoopbackOnly"=dword:00000000
"DisableTrayIcon"=dword:00000000
"MSLogonRequired"=dword:00000001
"NewMSLogon"=dword:00000001
"UseDSMPlugin"=dword:00000000
"ConnectPriority"=dword:00000000
"DSMPlugin"=hex:removed just in case it contains anything useful

[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default]
"FileTransferEnabled"=dword:00000001
"FTUserImpersonation"=dword:00000001
"BlankMonitorEnabled"=dword:00000001
"CaptureAlphaBlending"=dword:00000000
"BlackAlphaBlending"=dword:00000000
"DefaultScale"=dword:00000001
"UseDSMPlugin"=dword:00000000
"DSMPlugin"=hex:removed just in case it contains anything useful
"SocketConnect"=dword:00000001
"HTTPConnect"=dword:00000001
"XDMCPConnect"=dword:00000000
"AutoPortSelect"=dword:00000001
"InputsEnabled"=dword:00000001
"LocalInputsDisabled"=dword:00000000
"IdleTimeout"=dword:00000000
"QuerySetting"=dword:00000004
"QueryTimeout"=dword:0000000a
"QueryAccept"=dword:00000000
"LockSetting"=dword:00000000
"RemoveWallpaper"=dword:00000001
"Password"=hex:removed just in case it contains anything useful
"AllowShutdown"=dword:00000000
"AllowProperties"=dword:00000000
"AllowEditClients"=dword:00000000

ultravnc.acl:
allow 0x00000003 "MyDomain\Domain Admins"
allow 0x00000003 "MyDomain\group_a"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
17
Note

I recently had to deploy this via GP and found a nifty tool at http://vnced.sourceforge.net/ Look for the "VNCed UltraVNC MSI Creator". It's a simple java app that gives you a GUI with most of the standard UltraVNC config options and then you just click a button and it spits out a deployable MSI. Has worked absolutely flawlessly on 1300+ computers here.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
3
Note
I used the method put up here by "jlquinn1" and using a batch script to install, but also needed to the install the mirror driver which greatly improves performance/accuracy:

1. Download the latest mirror driver on the Download page for UltraVNC (drivers.zip).

2. Extract the contents of drivers.zip to the same path where your installation files are at for UltraVNC. It should have a "driver" folder with subfolders for "xp", "vista", etc.

3. Add the following lines to the batch file:

cd driver\xpsetupdrv install
cd ..\..
Note: You must cd to the directory otherwise it will fail.

4. Ensure the line "EnableDriver=1" is present in the file ultravnc.ini.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

UltraVNC

Version

1

Questions & Answers (2)

Questions & Answers related to Sourceforge UltraVNC

3
ANSWERED

Blogs (0)

Blog posts related to Sourceforge UltraVNC

Reviews (0)

Reviews related to Sourceforge UltraVNC

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ