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.

-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to