3,217
edits
Changes
m
<source lang="xml"><package
</package>
<package
</package></source>
no edit summary
This is a silent installer for IBM Informix Connect.
IBM Informix Connect is a connection tool (ODBC, ...) to the Informix SQL database, now owned by IBM (so the brand).
I install it with the following xml package description:
id="informix-connect"
name="IBM Informix-Connect"
<upgrade cmd='msiexec /q /i "%SOFTWARE%\WPKG\ICONN.2.81.TC2\IBM Informix-Connect.msi" allusers=1' />
<remove cmd='msiexec /q /x{4433F7BA-CEFD-11D6-B57A-00B0D07B9190}' />
id="informix-connect-settings"
name="IBM Informix-Connect settings"
<upgrade cmd='%ProgramFiles%\Informix\Connect\bin\setnet32 -l %WPKGROOT%\packages\informix-connect.nfx' />
<remove cmd='echo "nothing"' />
where informix-connect.bat are:
<source lang="dos">
:: Setup client
::
echo sqlexec 1525/tcp # Informix's SQLExec >> %WINDIR%\system32\drivers\etc\services
)
</source>
and informix-connect.nfx is a 'settings file' saved by the setnet32 utility.
[[Category:Silent Installers]]