Difference between revisions of "Xming"
From WPKG | Open Source Software Deployment and Distribution
m (Updated for 7.5.0.22) |
|||
Line 5: | Line 5: | ||
<source lang="xml"> | <source lang="xml"> | ||
<packages> | <packages> | ||
− | + | ||
<package | <package | ||
id="xming" | id="xming" | ||
Line 12: | Line 12: | ||
reboot="false" | reboot="false" | ||
priority="5"> | priority="5"> | ||
− | + | ||
<check type="uninstall" condition="exists" path="Xming 6.9.0.31" /> | <check type="uninstall" condition="exists" path="Xming 6.9.0.31" /> | ||
− | <install cmd='"%SOFTWARE%\xming\Xming-6-9-0-31-setup.exe" /verysilent' /> | + | <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' /> | + | <upgrade cmd='"%SOFTWARE%\xming\Xming-6-9-0-31-setup.exe" /verysilent /norestart' /> |
<remove cmd='"%PROGRAMFILES%\xming\unins000.exe" /s' /> | <remove cmd='"%PROGRAMFILES%\xming\unins000.exe" /s' /> | ||
</package> | </package> | ||
− | + | ||
<package | <package | ||
id="xming-fonts" | id="xming-fonts" | ||
− | name="XMing Fonts 7. | + | name="XMing Fonts 7.5.0.22" |
− | revision=" | + | revision="75022" |
reboot="false" | reboot="false" | ||
priority="5"> | priority="5"> | ||
− | + | ||
− | + | <check type="uninstall" condition="exists" path="Xming-fonts 7.5.0.22" /> | |
− | <check type="uninstall" condition="exists" path="Xming-fonts 7. | + | <install cmd='"%SOFTWARE%\Xming-fonts-7-5-0-22-setup.exe" /verysilent /norestart' /> |
− | <install cmd='"%SOFTWARE% | + | <upgrade cmd='"%SOFTWARE%\Xming-fonts-7-5-0-22-setup.exe" /verysilent /norestart' /> |
− | <upgrade cmd='"%SOFTWARE% | + | |
<remove cmd='"%PROGRAMFILES%\xming\unins001.exe" /s' /> | <remove cmd='"%PROGRAMFILES%\xming\unins001.exe" /s' /> | ||
− | |||
</package> | </package> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</packages> | </packages> | ||
</source> | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 14:20, 16 July 2010
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-fonts-7-5-0-22-setup.exe" /verysilent /norestart' />
<upgrade cmd='"%SOFTWARE%\Xming-fonts-7-5-0-22-setup.exe" /verysilent /norestart' />
<remove cmd='"%PROGRAMFILES%\xming\unins001.exe" /s' />
</package>
</packages>