[wpkg-users] Plugin check + install

chiddie claudio.ghirardi at geniaware.com
Tue Jan 10 13:08:53 CET 2012


Hello,

i was wondering if it was possible for WPKG to create a package that checks
the existence and the version of some plugins for a certain program and, if
the found versions are smaller than the ones indicated in the package, the
plugins are updated (the plugins are simply .dll files).

Afaik the check conditions are global for the package. Is it possible to
link a check command to a specific install or update command in a sigle
package or do i have to write a package for every plugin?

Something like

<check type="file" condition="versionsmallerthan"
path="%PROGRAMFILESx86%\Notepad++\Plugins\xplugin.dll" value="1.5.0.6" >
  <install cmd='copy
"\\servername\wpkg\software\notepad++\plugins\xplugin.dll"
"%PROGRAMFILESx86%\Notepad++\Plugins" ' />
</check>

<check type="file" condition="versionsmallerthan"
path="%PROGRAMFILESx86%\Notepad++\Plugins\yplugin.dll" value="1.2.0.9" >
  <install cmd='copy
"\\servername\wpkg\software\notepad++\plugins\yplugin.dll"
"%PROGRAMFILESx86%\Notepad++\Plugins" ' />
</check>

and so on?

Thanks.
-- 
View this message in context: http://old.nabble.com/Plugin-check-%2B-install-tp33111102p33111102.html
Sent from the WPKG - Users mailing list archive at Nabble.com.




More information about the wpkg-users mailing list