Changes

UltraVNC

891 bytes added, 11:47, 19 November 2007
Notes
* if you want to test the silent installation and you log in over RDP, installation will hand during the installation of the Mirror driver
* settings in /loadinf seems to be ignored during silent installation - you can't exclude the Mirror Driver this way
 
== Alternative installation ==
 
I couldn't install it with the UltraVNC installer on some machines - it was hanging all the time.
 
Here's a batch script which:
* copies UltraVNC directory to %PROGRAMFILES% (available in UltraVNC-102-Bin.zip)
* removes the service - if you had any other VNC servers installed in the past, this step might be helpful to avoid potential conflicts
* adds the service
* adds registry entries
* starts the service
* uses "echo" to exit with code 0
 
 
<pre>
%SOFTWARE%\robocopy %SOFTWARE%\UltraVNC\UltraVNC C:\Programme\UltraVNC /MIR /W:3 /R:3 >nul
C:\Programme\UltraVNC\winvnc.exe -sremove
C:\Programme\UltraVNC\winvnc.exe -sinstall
regedit /s %SOFTWARE%\UltraVNC\VNCHooks_Settings.reg
regedit /s %SOFTWARE%\UltraVNC\ultravnc.reg - after configuring the server (password, access etc., copy \\HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\)
net start WinVNC
echo
</pre>
[[Category:Silent Installers]]
Anonymous user