Difference between revisions of "RealVNC"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
Line 6: Line 6:
 
  <install cmd='\\server\share\vnc\vnc-4.0b4-x86_win32.exe /sp- /silent /norestart' />
 
  <install cmd='\\server\share\vnc\vnc-4.0b4-x86_win32.exe /sp- /silent /norestart' />
 
  <install cmd='sc config winvnc4 start= demand' />
 
  <install cmd='sc config winvnc4 start= demand' />
  <remove cmd="C:\Program Files\RealVNC\VNC4\unins000.exe /SP- /SILENT /NORESTART" />
+
  <remove cmd="%ProgramFiles%\RealVNC\VNC4\unins000.exe /SP- /SILENT /NORESTART" />
 
  <upgrade cmd='' />
 
  <upgrade cmd='' />
 
  </package>  
 
  </package>  
  
 
[[category:Silent Installers|RealVNC]]
 
[[category:Silent Installers|RealVNC]]

Revision as of 20:11, 19 June 2006

This is a silent installer and uninstaller for RealVNC.

<package id="winvnc4" name="VNC server" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="VNC 4.0 Beta 4" />
<install cmd='regedit /s \\server\share\vnc4.reg' />
<install cmd='\\server\share\vnc\vnc-4.0b4-x86_win32.exe /sp- /silent /norestart' />
<install cmd='sc config winvnc4 start= demand' />
<remove cmd="%ProgramFiles%\RealVNC\VNC4\unins000.exe /SP- /SILENT /NORESTART" />
<upgrade cmd= />
</package>