Hi, im using this Package to install and update my Java installations: http://wpkg.org/Java#Install_JRE_7_with_exe_and_msi_in_a_mixed_32-bit.2F64-bit_environment_in_one_package Until now everything has worked fine with updating. Today i've tried to install the latest Java Update and for this i changed the variables to the latest version 15: <variable name="version" value="7.0.%updatever%" /> <variable name="updatever" value="15" /> <variable name="shortupdatever" value="15" /> <variable name="autoupdate" value="0" /> The problem is, that the update package is not going to installed because for some unknown reason the version on the client is set the old java version 13 and then wpkg makes the check with the old version and thinks java is up to date. This is the output on the client log and there you can see that it start with version 15 and then falls back to version 13: 2013-02-25 09:11:31, DEBUG : Reading variables from package 'Java SE Runtime Environment 7'. 2013-02-25 09:11:31, DEBUG : Got variable 'version' of value '7.0.%updatever%' 2013-02-25 09:11:31, DEBUG : Got variable 'updatever' of value '15' 2013-02-25 09:11:31, DEBUG : Got variable 'shortupdatever' of value '15' 2013-02-25 09:11:31, DEBUG : Got variable 'autoupdate' of value '0' 2013-02-25 09:11:31, DEBUG : Setting variable: 'SOFTWARE=\\VGFILES\wpkg$\software\standard'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'version=7.0.%updatever%'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'updatever=15'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'shortupdatever=15'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'autoupdate=0'. 2013-02-25 09:11:31, DEBUG : Going to install package 'Java SE Runtime Environment 7' (java7), Revision 7.0.%updatever%, (execute flag is '', notify flag is 'true'). 2013-02-25 09:11:31, DEBUG : Package 'Java SE Runtime Environment 7' (java7): Not yet processed during this session. 2013-02-25 09:11:31, DEBUG : Reading variables from hosts[s] 2013-02-25 09:11:31, DEBUG : Reading variables from profile[s] 2013-02-25 09:11:31, DEBUG : Reading variables from package 'Java SE Runtime Environment 7'. 2013-02-25 09:11:31, DEBUG : Got variable 'version' of value '7.0.%updatever%' 2013-02-25 09:11:31, DEBUG : Got variable 'updatever' of value '15' 2013-02-25 09:11:31, DEBUG : Got variable 'shortupdatever' of value '15' 2013-02-25 09:11:31, DEBUG : Got variable 'autoupdate' of value '0' 2013-02-25 09:11:31, DEBUG : Setting variable: 'SOFTWARE=\\VGFILES\wpkg$\software\standard'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'version=7.0.%updatever%'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'updatever=15'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'shortupdatever=15'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'autoupdate=0'. 2013-02-25 09:11:31, DEBUG : Reading variables from hosts[s] 2013-02-25 09:11:31, DEBUG : Reading variables from profile[s] 2013-02-25 09:11:31, DEBUG : Reading variables from package 'Java SE Runtime Environment 7'. 2013-02-25 09:11:31, DEBUG : Got variable 'version' of value '7.0.%updatever%' 2013-02-25 09:11:31, DEBUG : Got variable 'updatever' of value '13' 2013-02-25 09:11:31, DEBUG : Got variable 'shortupdatever' of value '13' 2013-02-25 09:11:31, DEBUG : Got variable 'autoupdate' of value '0' 2013-02-25 09:11:31, DEBUG : Setting variable: 'SOFTWARE=\\VGFILES\wpkg$\software\standard'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'version=7.0.%updatever%'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'updatever=13'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'shortupdatever=13'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'autoupdate=0'. 2013-02-25 09:11:31, DEBUG : Comparing version: '7.0.%updatever%' <=> '7.0.%updatever%'. 2013-02-25 09:11:31, DEBUG : Checking existence of package: Java SE Runtime Environment 7 2013-02-25 09:11:31, DEBUG : Host attribute 'architecture' with value 'x64' does not match expression 'x86'. 2013-02-25 09:11:31, DEBUG : No value of 'architecture' matched 'x86'. Skipping to next definition. 2013-02-25 09:11:31, DEBUG : Could not match all attributes of XML node to current host. Skipping to next definition. 2013-02-25 09:11:31, DEBUG : Host attribute 'architecture' with value 'x64' matches expression 'x64'. 2013-02-25 09:11:31, DEBUG : XML node with special host attribute match found: architecture=x64 2013-02-25 09:11:31, DEBUG : Host attribute 'architecture' with value 'x64' matches expression 'x64'. 2013-02-25 09:11:31, DEBUG : XML node with special host attribute match found: architecture=x64 2013-02-25 09:11:31, DEBUG : Host attribute 'architecture' with value 'x64' matches expression 'x64'. 2013-02-25 09:11:31, DEBUG : XML node with special host attribute match found: architecture=x64 2013-02-25 09:11:31, DEBUG : Reading variables from hosts[s] 2013-02-25 09:11:31, DEBUG : Reading variables from profile[s] 2013-02-25 09:11:31, DEBUG : Reading variables from package 'Java SE Runtime Environment 7'. 2013-02-25 09:11:31, DEBUG : Got variable 'version' of value '7.0.%updatever%' 2013-02-25 09:11:31, DEBUG : Got variable 'updatever' of value '13' 2013-02-25 09:11:31, DEBUG : Got variable 'shortupdatever' of value '13' 2013-02-25 09:11:31, DEBUG : Got variable 'autoupdate' of value '0' 2013-02-25 09:11:31, DEBUG : Setting variable: 'SOFTWARE=\\VGFILES\wpkg$\software\standard'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'version=7.0.%updatever%'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'updatever=13'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'shortupdatever=13'. 2013-02-25 09:11:31, DEBUG : Setting variable: 'autoupdate=0'. Has anyone a clue whats going on here? Greetings Marc |