Difference between revisions of "RealVNC"
From WPKG | Open Source Software Deployment and Distribution
m |
(Update to version 4.1.3 Free Edition, added to category Security Advisories.) |
||
Line 1: | Line 1: | ||
− | This is a silent installer and uninstaller for RealVNC. | + | This is a silent installer and uninstaller for RealVNC Free Edition. |
+ | |||
+ | For security reasons you are enouraged to upgrade to version 4.1.3: http://www.realvnc.com/products/free/4.1/release-notes.html. | ||
<source lang="xml"> | <source lang="xml"> | ||
<package id="winvnc4" name="VNC server" revision="1" priority="0" reboot="false"> | <package id="winvnc4" name="VNC server" revision="1" priority="0" reboot="false"> | ||
− | <check type="uninstall" condition="exists" path="VNC 4. | + | <check type="uninstall" condition="exists" path="VNC Free Edition 4.1.3" /> |
<install cmd='regedit /s "%SOFTWARE%\vnc\vnc4.reg"' /> | <install cmd='regedit /s "%SOFTWARE%\vnc\vnc4.reg"' /> | ||
− | <install cmd='"%SOFTWARE%\vnc\vnc- | + | <install cmd='"%SOFTWARE%\vnc\vnc-4_1_3-x86_win32.exe" /sp- /silent /norestart' /> |
<install cmd='sc config winvnc4 start= demand' /> | <install cmd='sc config winvnc4 start= demand' /> | ||
<remove cmd='"%ProgramFiles%\RealVNC\VNC4\unins000.exe" /SP- /SILENT /NORESTART' /> | <remove cmd='"%ProgramFiles%\RealVNC\VNC4\unins000.exe" /SP- /SILENT /NORESTART' /> | ||
</package> | </package> | ||
</source> | </source> | ||
+ | |||
[[category:Silent Installers]] | [[category:Silent Installers]] | ||
+ | [[category:Security Advisories]] |
Latest revision as of 08:02, 3 November 2008
This is a silent installer and uninstaller for RealVNC Free Edition.
For security reasons you are enouraged to upgrade to version 4.1.3: http://www.realvnc.com/products/free/4.1/release-notes.html.
<package id="winvnc4" name="VNC server" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="VNC Free Edition 4.1.3" />
<install cmd='regedit /s "%SOFTWARE%\vnc\vnc4.reg"' />
<install cmd='"%SOFTWARE%\vnc\vnc-4_1_3-x86_win32.exe" /sp- /silent /norestart' />
<install cmd='sc config winvnc4 start= demand' />
<remove cmd='"%ProgramFiles%\RealVNC\VNC4\unins000.exe" /SP- /SILENT /NORESTART' />
</package>