Difference between revisions of "Exceed"
From WPKG | Open Source Software Deployment and Distribution
(exceed x11 server) |
|||
Line 1: | Line 1: | ||
This is a X11 app for . You must create an install point with the installer to use my config. I used a semi-network hosted install but you can install entirely locally with the same <package> definition | This is a X11 app for . You must create an install point with the installer to use my config. I used a semi-network hosted install but you can install entirely locally with the same <package> definition | ||
− | + | ||
<package | <package | ||
id="exceed" | id="exceed" | ||
Line 13: | Line 13: | ||
<remove cmd='msiexec /x "\\oxygen\apps\exceed\Hummingbird Exceed.msi"' /> | <remove cmd='msiexec /x "\\oxygen\apps\exceed\Hummingbird Exceed.msi"' /> | ||
</package> | </package> | ||
− | |||
− |
Revision as of 18:55, 29 August 2005
This is a X11 app for . You must create an install point with the installer to use my config. I used a semi-network hosted install but you can install entirely locally with the same <package> definition
<package id="exceed" name="Hummingbird Exceed X11 for Win32" revision="7.11" reboot="false" priority="1"> <check type="file" condition="exists" path="C:\Program Files\Hummingbird\Connectivity\7.11\Exceed\xrx.exe" /> <install cmd='msiexec /qn /i "\\oxygen\apps\exceed\Hummingbird Exceed.msi"'> <exit code="0" /> </install> <remove cmd='msiexec /x "\\oxygen\apps\exceed\Hummingbird Exceed.msi"' /> </package>