Difference between revisions of "Exceed"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
| Line 8: | Line 8: | ||
priority="1"> | priority="1"> | ||
<check type="file" condition="exists" path="%PROGRAMFILES%\Hummingbird\Connectivity\7.11\Exceed\xrx.exe" /> | <check type="file" condition="exists" path="%PROGRAMFILES%\Hummingbird\Connectivity\7.11\Exceed\xrx.exe" /> | ||
| − | <install cmd='msiexec /qn /i " | + | <install cmd='msiexec /qn /i "%SOFTWARE%\exceed\Hummingbird Exceed.msi"' /> |
| − | <remove cmd='msiexec /x " | + | <remove cmd='msiexec /x "%SOFTWARE%\exceed\Hummingbird Exceed.msi"' /> |
</package> | </package> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] | ||
Revision as of 21:28, 30 September 2006
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="%PROGRAMFILES%\Hummingbird\Connectivity\7.11\Exceed\xrx.exe" />
<install cmd='msiexec /qn /i "%SOFTWARE%\exceed\Hummingbird Exceed.msi"' />
<remove cmd='msiexec /x "%SOFTWARE%\exceed\Hummingbird Exceed.msi"' />
</package>