17 lines
672 B
XML
17 lines
672 B
XML
|
<packages>
|
|||
|
<package id="tightvnc" name="TightVNC server" revision="129" priority="8" reboot="false" execute="once">
|
|||
|
<check type="uninstall" condition="exists" path="TightVNC 1.3.9" />
|
|||
|
|
|||
|
<install cmd="software\tightvnc-1.3.9-setup.exe /sp- /verysilent" />
|
|||
|
<install cmd='netsh firewall add portopening tcp 5900 vnc' />
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<upgrade cmd='software\tightvnc-1.3.9-setup.exe /sp- /verysilent' ><exit code="0" reboot="true" /></upgrade>
|
|||
|
<install cmd='netsh firewall add portopening tcp 5900 vnc' />
|
|||
|
|
|||
|
<remove cmd='"C:\Program Files\TightVNC\WinVNC.exe" -remove' />
|
|||
|
<remove cmd='"C:\Program Files\TightVNC\unins000.exe" /silent' />
|
|||
|
</package>
|
|||
|
</packages>
|