/build/static/layout/Breadcrumb_cap_w.png

AT and T RealVNC

Version: 4

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: 18.2k  |  Created: 01/17/2005

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

Deployment Tips (9)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (switch driven)
139
Command Line
This uses InnoSetup so you can do silent installs:

Server only:
vnc-4_1_1-x86_win32.exe /SILENT /COMPONENTS="!vncviewer, winvnc" /TASKS="installservice, launchservice"

Server + Viewer:
vnc-4_1_1-x86_win32.exe /SILENT /COMPONENTS="vncviewer, winvnc" /TASKS="!quicklaunchicon, desktopicon, installservice, launchservice"

By using the ! symbol you can choose to not install a component as demonstrated above. This all works for V4.1.1, I haven't tried with V4.0.

Also you can use /VERYSILENT if you don't want a progress dialogue.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
134
Command Line
Uninstallation command line:

"C:\Program Files\RealVNC\VNC4\unins000.exe" /VERYSILENT
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
123
Note
To enter the serial number information (for Enterprise), first run the VNC installation, then run vncconfig.exe to enter your license key.

"C:\Program Files\RealVNC\VNC4\vncconfig.exe" -noconsole -license XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

Here is our full installation script which also removes older versions:



@echo off

set INSTALLDIR=RealVNC428
set APPMSI=RealVNC428
set APPNAME=RealVNC428
set APPTXT=RealVNC428

set log=%TEMP%\Install_%appname%.log
del /f /q %log%>nul 2>&1

echo. >%log%
echo [%APPTXT%.CMD]>>%log%
date /t >>%log%
time /t >>%log%
echo. >>%log%

cls
echo RealVNC Enterprise 4.2.8
echo (Uninstalling previous version)
echo.
echo Please do not close this window ...

if exist "C:\Program Files\ORL\VNC\WinVNC.exe" net stop "VNC Server"
if exist "C:\Program Files\ORL\VNC\WinVNC.exe" C:\build\utils\kill winvnc.exe
if exist "C:\Program Files\ORL\VNC\WinVNC.exe" C:\WINNT\IsUninst.exe -y -a -f"C:\Program Files\ORL\VNC\Uninst.isu"
if exist "C:\Program Files\ORL" rd "C:\Program Files\ORL" /S /Q
if exist "C:\Program Files\RealVNC\VNC4\winvnc4.exe" "C:\Program Files\RealVNC\VNC4\unins000.exe" /VERYSILENT


cls
echo RealVNC Enterprise 4.2.8
echo (Copying installation files)
echo.
echo Please do not close this window ...

if not exist %SYSTEMROOT%\Installer\%INSTALLDIR% md %SYSTEMROOT%\Installer\%INSTALLDIR%
xcopy "\\installserver\patches$\00050 - RealVNC Enterprise 4.2.8 - Active\Revision 1.0\Single Files\*.*" C:\winnt\Installer\%INSTALLDIR%\ /Q /Y >NUL

cls
echo RealVNC Enterprise 4.2.8
echo (Installing RealVNC Enterprise 4.2.8)
echo.
echo Please do not close this window ...

start /w %SYSTEMROOT%\Installer\%INSTALLDIR%\%APPMSI%.exe /VERYSILENT /COMPONENTS="vncviewer,winvnc" /TASKS="installservice,launchservice"
rd "C:\Documents and Settings\All Users\Start Menu\Programs\RealVNC" /S /Q


cls
echo RealVNC Enterprise 4.2.8
echo (Configuring license and permissions)
echo.
echo Please do not close this window ...

regedit /s %SYSTEMROOT%\Installer\%INSTALLDIR%\%APPMSI%.reg
"c:\Program Files\RealVNC\VNC4\vncconfig.exe" -noconsole -license xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
121
Note
Group Policy template to allow RealVNC 4 with Windows Defender

CLASS MACHINE

CATEGORY !!WindowsComponents

CATEGORY !!AntiSpywareException

POLICY !!EnableRealVNC4

#IF VERSION >= 5
SUPPORTED !!WindowsXP
#ENDIF
KEYNAME "Software\Microsoft\Windows Defender\Threats\ThreatIDDefaultAction"
EXPLAIN !!EnableRealVNC4_Explain
VALUENAME "7480"
VALUEON NUMERIC 6
VALUEOFF DELETE

END POLICY

END CATEGORY

END CATEGORY


[strings]
EnableRealVNC4="Always allow RealVNC4"
EnableRealVNC4_Explain="Enable RealVNC4.\n\nIf you enable this policy setting, RealVNC4 is always allowed.\n\nIf you disable this policy settings, RealVNC4 is like spyware program.\n\nIf you do not configure this policy setting, user can make selection using Windows Defender GUI."
WindowsXP="Microsoft Windows XP or later"
WindowsComponents="Windows Components"
AntiSpywareException="Windows Defender Exception"



FYI: Some settings are missing in the Group Policy Object Editor.

Administrative Templates can contain both true policies and preferences, but by default the Group Policy Object Editor exposes only true policies. To show all possible settings, you need to expose preferences in the Group Policy Object Editor.

To expose preferences in the Group Policy Object Editor

1. Highlight the Administrative Templates node for which you want to see preferences.

2. On the View menu, click Filtering, and then clear the Only show policy settings that can be fully managed check box.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Note
to install realVNC silent with presettings:

1. on clean machine: Normal install, select as desired.
2. Save registry key under
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\RealVNC_is1 and if run as Service:
HKCU\Software\RealVNC
3. on target machines: apply registry settings
4. run vnc-4.0-x86_win32.exe /silent or /verysilent
Be happy!
Tobias
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
4
Note
The installer for RealVNC 4.4.3 (at least the Enterprise Edition for Windows) offers to install the Mirror Driver too, as a subcomponent of the VNC Server.

To install this, you can either put an asterisk in front of winvnc in the components section so that winvnc and all subcomponents are installed, or you can install it explicitly. The component name is "WinVNC/VNCMirror", so:

either:

/COMPONENTS="WinVNC"
or
/COMPONENTS="WinVNC,WinVNC/VNCMirror"

To create a log file, I used the /LOG=logfilepath switch.

To stop creation of Start Menu icons, I used the /NOICONS switch.

My new install script goes like this:

start /w C:\winnt\installer\RealVNC\4.4.3\RealVNC443.exe /SP- /VERYSILENT /NORESTART /NOICONS /COMPONENTS="!vncviewer,*winvnc" /TASKS="installservice,launchservice" /LOG=C:\temp\RealVNC443.log

regedit /s C:\winnt\installer\RealVNC\4.4.3\RealVNC443.reg
"c:\Program Files\RealVNC\VNC4\vncconfig.exe" -license licensenumbergoeshere
"c:\Program Files\RealVNC\VNC4\vncconfig.exe" -service -generatekeys

The reg key is as follows:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC\WinVNC4]
"SecurityTypes"="SSO,SSPI,RA2"
"ReverseSecurityTypes"="RA2,None"
"UserPasswdVerifier"="NtLogon"
"QueryConnect"=dword:00000001
"QueryOnlyIfLoggedOn"=dword:00000001
"PortNumber"=dword:0000170c
"IdleTimeout"=dword:00000e10
"HTTPPortNumber"=dword:000016a8
"LocalHost"=dword:00000000
"Hosts"="+,"
"AdvancedOptions"=dword:00000001
"AcceptKeyEvents"=dword:00000001
"AcceptPointerEvents"=dword:00000001
"AcceptCutText"=dword:00000001
"SendCutText"=dword:00000001
"DisableLocalInputs"=dword:00000000
"DisconnectClients"=dword:00000001
"AlwaysShared"=dword:00000000
"NeverShared"=dword:00000000
"DisconnectAction"="None"
"RemoveWallpaper"=dword:00000001
"RemovePattern"=dword:00000001
"DisableAero"="1"
"DisableEffects"=dword:00000001
"UpdateMethod"=dword:00000002
"PollConsoleWindows"=dword:00000001
"UseCaptureBlt"=dword:00000001
"UseHooks"=dword:00000001
"Protocol3.3"=dword:00000000
"Password"=hex:
"NtLogon_Config"=hex: [deleted]
"GuestAccess"="0"
"ShareFiles"=dword:00000001
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note

RealVNC 5 Instructions:

1. Install to a clean machine normally to generate Registry settings. Configure the Options to your preference.

2. Export the registry key: HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC\vncserver

Be sure to remove the RSA_Private_Key parameter.

3. On remote machine run the command: VNC-5.0.0-Windows.exe /VERYSILENT /NORESTART /COMPONENTS="WinVNC,WinVNC\VNCMirror"

You can customize the /COMPONENTS option. The options are WinVNC (VNC Server),WinVNC\VNCMirror (mirror driver),WinVNC\VNCPrinter (Printer driver),VNCViewer (VNCViewer).

4. Add you license by running the command: %programfiles%\vnclicense.exe -add license_key

5. Import your saved registry key with the command: regedit.exe /s YourFile.reg

 

 




Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
Changing connection password :

net stop "vnc server version 4"
reg add "HKlm\SOFTWARE\RealVNC\WinVNC4" /v password /d <pwd_hash> /t REG_BINARY /f
net start "vnc server version 4"

with <pwd_hash> somthing like 2e845d6f8
you have to copy that from the registry of a well configured computer
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
The Registry Key for 64bit versions of Windows (tested under 7/Vista) is
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\RealVNC\WinVNC4
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

RealVNC

Version

4

Questions & Answers (1)

Questions & Answers related to AT and T RealVNC

Blogs (0)

Blog posts related to AT and T RealVNC

Reviews (0)

Reviews related to AT and T RealVNC

 
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