Changes

Jump to: navigation, search

UltraVNC

328 bytes removed, 19:16, 27 April 2008
m
no edit summary
This is a silent installer and uninstaller for distrubution of UltraVNC.
<package id="ultravnc" name="Basic XML package for UltraVNC v1.0.1" revision="1" reboot="false" priority="10"> <check type="uninstall" condition="exists" path="UltraVNC v1.0.1" /> <install cmd='%SOFTWARE%\ultravnc\UltraVNC-101-Setup.exe /norestart /silent' /> <upgrade cmd='%SOFTWARE%\ultravnc\UltraVNC-101-Setup.exe /norestart /silent' /> <remove cmd='%ProgramFiles%\UltraVNC\unins000.exe /SILENT' /> </package>
<source lang="xml"><package
id="ultravnc102"
name="Ultravnc 1.0.2"
<remove cmd='%ProgramFiles%\UltraVNC\winvnc.exe -remove' />
<remove cmd='%ProgramFiles%\UltraVNC\unins000.exe /SILENT' />
</package></source>
Note that you can save change the defaults by saving an inf file during a setup and retrieve them later during deployment.<br>
There is a problem with installation of UltraVNC Mirror Driver on some computers - installation freezes.
 
== Ultra VNC Mirror driver ==
* 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 ==
* uses "echo" to exit with code 0
 <presource lang="dos">
%SOFTWARE%\robocopy %SOFTWARE%\UltraVNC\UltraVNC C:\Programme\UltraVNC /MIR /W:3 /R:3 >nul
C:\Programme\UltraVNC\winvnc.exe -remove
net start WinVNC
echo
</presource>
[[Category:Silent Installers]]

Navigation menu