Difference between revisions of "Exceed"
From WPKG | Open Source Software Deployment and Distribution
m |
m (add external link) |
||
Line 1: | Line 1: | ||
+ | Exceed is a X server for Windows. For more infos see http://connectivity.opentext.com/products/exceed.aspx | ||
+ | |||
+ | |||
This is a silent installer and uninstaller for Exceed. | This is a silent installer and uninstaller for Exceed. | ||
Latest revision as of 08:17, 1 March 2011
Exceed is a X server for Windows. For more infos see http://connectivity.opentext.com/products/exceed.aspx
This is a silent installer and uninstaller for Exceed.
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>