Difference between revisions of "WinIBW"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
Line 1: Line 1:
OCLCPica WinIBW is a software for librarians. It connects to the french national catalog SUDOC.
+
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.
+
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 realease was outed in october 2008.
+
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>