3,217
edits
Changes
UltraVNC
,no edit summary
This is a silent installer and uninstaller for distrubution of UltraVNC.
id="ultravnc102"
name="Ultravnc 1.0.2"
<remove cmd='%ProgramFiles%\UltraVNC\winvnc.exe -remove' />
<remove cmd='%ProgramFiles%\UltraVNC\unins000.exe /SILENT' />
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]]