[Bug 14] Execute=once packages are not controlled by revision tag

bugzilla-daemon at wpkg.org bugzilla-daemon at wpkg.org
Mon Feb 6 08:23:07 CET 2006


Please reply using this URL only: http://bugs.wpkg.org/show_bug.cgi?id=14





------- Additional Comments From ai at bsdler.de  2006-02-06 08:23 -------
Hi

You were right, i've mixed up some files and the patch was wrong. Now it should
be diffed to the right file.

--- wpkg.js     Sun Feb  5 19:22:00 2006
+++ ../wpkg-0.9.3-test1/wpkg.js Mon Jan 30 10:47:53 2006
@@ -1,6 +1,6 @@
 /*******************************************************************************
  *
- * WPKG 0.9.3 - Windows Packager
+ * WPKG 0.9.3-test1 - Windows Packager
  * Copyright 2003 Jerry Haltom
  * Copyright 2005 Tomasz Chmielewski <tch (at) wpkg . org>
  * Copyright 2005 Aleksander Wysocki <papopypu (at) op . pl>
@@ -347,7 +347,7 @@
  */
 function showUsage() {
     var message = "";
-    message += "WPKG 0.9.3 - Windows Packager\n";
+    message += "WPKG 0.9.3-test1 - Windows Packager\n";
     message += "Copyright 2004 Jerry Haltom\n";
     message += "Copyright 2005 Tomasz Chmielewski <tch (at) wpkg . org>\n";
     message += "Copyright 2005 Aleksander Wysocki <papopypu (at) op . pl>\n";
@@ -589,7 +589,8 @@
             packageId + "']");
             
         if (executeAttr == "once") {
-            if (null == installedPackage) {
+            if ((null == installedPackage) |
+               ((null != installedPackage) &&
(parseInt(installedPackage.getAttribute("revision")) < packageRev )) ) {
                 try {
                     if (notifyAttr != "false") {
                         notifyUserStart();


-- 
Configure bugmail: http://bugs.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wpkg-users mailing list