Difference between revisions of "WinIBW"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 1: | Line 1: | ||
− | OCLCPica WinIBW is a software for librarians. It connects to the | + | OCLCPica WinIBW is a software for librarians. It connects to the French national catalog SUDOC. |
− | Technically, it's a | + | Technically, it's a Mozilla framework based software. It uses the Nullsoft installer, so the /S parameter for silent installation. |
= WiniIBW 3.2.5.2 = | = WiniIBW 3.2.5.2 = | ||
− | This | + | This version was released in October 2008. |
+ | |||
<source lang="xml"> | <source lang="xml"> | ||
<package | <package | ||
Line 23: | Line 24: | ||
</package> | </package> | ||
</source> | </source> | ||
+ | |||
+ | [[category:Silent Installers]] |
Latest revision as of 21:19, 29 October 2008
OCLCPica WinIBW is a software for librarians. It connects to the French national catalog SUDOC.
Technically, it's a Mozilla framework based software. It uses the Nullsoft installer, so the /S parameter for silent installation.
WiniIBW 3.2.5.2
This version was released in October 2008.
<package
id="winibw"
name="winibw"
revision="3252"
reboot="false"
priority="0">
<check type="file" condition="versiongreaterorequal" path="%SYSTEMDRIVE%\oclcpica\WinIBW30\WinIBW30.exe" value="3.2.5.2"/>
<install cmd='"%SOFTWARE%\winibw\WinIBW3_2_5_bib.exe" /S' />
<upgrade cmd='"%SOFTWARE%\winibw\WinIBW3_2_5_bib.exe" /S' />
<remove cmd='"%SYSTEMDRIVE%\oclcpica\WinIBW30\uninst.exe" /S' />
</package>