Xming

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

This is a silent installer and uninstaller for Xming (XWindows server for Windows) and its associated font files. Note the uninstaller for the xming-fonts package uses unins001.exe. That's by the author's design.

Xming is available here.

<packages>
 
<package 
   id="xming" 
   name="XMing 6.9.0.31" 
   revision="69031" 
   reboot="false" 
   priority="5">
 
   <check type="uninstall" condition="exists" path="Xming 6.9.0.31" />
   <install cmd='"%SOFTWARE%\xming\Xming-6-9-0-31-setup.exe" /verysilent /norestart' />
   <upgrade cmd='"%SOFTWARE%\xming\Xming-6-9-0-31-setup.exe" /verysilent /norestart' />
   <remove cmd='"%PROGRAMFILES%\xming\unins000.exe" /s' />
</package>
 
<package 
   id="xming-fonts" 
   name="XMing Fonts 7.5.0.22" 
   revision="75022" 
   reboot="false" 
   priority="5">
   
   <check type="uninstall" condition="exists" path="Xming-fonts 7.5.0.22" />
   <install cmd='"%SOFTWARE%\xming\Xming-fonts-7-5-0-22-setup.exe" /verysilent /norestart' />
   <upgrade cmd='"%SOFTWARE%\xming\Xming-fonts-7-5-0-22-setup.exe" /verysilent /norestart' />
   <remove cmd='"%PROGRAMFILES%\xming\unins001.exe" /s' />
</package>
 
</packages>