117
edits
Changes
TightVNC
,Fixed remove, got rid of download - better the sysadmin download the package once, than require each client to do so.
<package id="Tightvnc" name="Tightvnc Server" revision="%version%" reboot="false" priority="70">
<variable name="version" value="2.7.710"/>
<check type="uninstall" condition="versiongreaterorequal" path="TightVNC" value="%version%"/>
<upgrade cmd='"%ProgramFiles%\TightVNC\tvnserver" -stop -silent'><exit code="any"/></upgrade>
<upgrade include="install"/>
</package>
</source>