Difference between revisions of "WinIBW"
From WPKG | Open Source Software Deployment and Distribution
(New page: WinIBW is is a software for librarians. It connects to the french national catalog SUDOC. <?xml version="1.0" encoding="UTF-8"?> <packages> <!-- ********************* winibw ******...) |
|||
Line 1: | Line 1: | ||
WinIBW is is a software for librarians. It connects to the french national catalog SUDOC. | WinIBW is is a software for librarians. It connects to the french national catalog SUDOC. | ||
− | + | <source lang="xml"> | |
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<package | <package | ||
id="winibw" | id="winibw" | ||
Line 36: | Line 27: | ||
</package> | </package> | ||
− | + | </source> | |
− | + | ||
− | + | ||
− | </ | + |
Revision as of 17:31, 28 October 2008
WinIBW is is a software for librarians. It connects to the french national catalog SUDOC.
<package
id="winibw"
name="winibw"
revision="3252"
reboot="false"
priority="0">
<!--
<check type="uninstall" condition="exists" path="WinIBW30" />
pb de cette ligne : winibw s'installe sous HKCU et pas HKLM et wpkg ne sait pas gérer
-->
<check type="file" condition="versiongreaterorequal" path="%SYSTEMDRIVE%\oclcpica\WinIBW30\WinIBW30.exe" value="3.2.5.2"/>
<!-- l'installation n'installe pas les raccourcis -->
<!-- l'installation n'installe pas non plus les profils, ça reste à faire après -->
<install cmd='"%SOFTWARE%\winibw\WinIBW3_2_5_bib.exe" /S' />
<upgrade cmd='"%SOFTWARE%\winibw\WinIBW3_2_5_bib.exe" /S' />
<!-- c'est plus sur de desactiver la desinstallation ; y'a jamais besoin de desinstaller en fait
<remove cmd='"%SYSTEMDRIVE%\oclcpica\WinIBW30\uninst.exe" /S' />
-->
</package>