[wpkg-users] Pakckage won´t install. and i can´t find out why

Labamba labamba81 at googlemail.com
Fri Dec 23 08:50:44 CET 2011


Hi all,

i have the following situation:

The Client is windows 7 64 Bit and his name is lpt-it2. im trying to
install ocsng, which is included in my test_7 profiles.xml.

Here is the part of my profiles.xml:

<profile id="test_7">
<depends profile-id="parameter"/>
<package package-id="firefox" />
<package package-id="7zip" />
<package package-id="notepad" />
<package package-id="pdfcreator" />
<package package-id="foxitreader" />
<package package-id="vlc" />
<profile package-id="ocs" />
<package package-id="java7" />
</profile>

as you can see the package ocs is assigned to the profile test_7.

this is my hosts.xml

<host name="lpt-it2" profile-id="test_7" >
</host>

So the host is connected to the test_7 profile.

Here is my ocs.xml

<?xml version="1.0" encoding="UTF-8"?>
<packages>

<package
id='ocs'
    name='Ocs Inventory'
    revision="13"
    priority='15'
    reboot='false'>

<variable name="OCS_SERVER" value="http://10.177.64.200/ocsinventory" />
<variable name="version" value="2.0.3.0" />


<check type="uninstall" condition="exists" path="OCS Inventory NG Agent
2.0.3.0" />


    <install cmd="%SOFTWARE%\ocs\OCS-NG-Windows-Agent-Setup-%version%.exe
/S /NOSPLASH /NO_SYSTRAY /NOW /SERVER=%OCS_SERVER% /NOTAG" />
    <upgrade cmd="%SOFTWARE%\ocs\OCS-NG-Windows-Agent-Setup-%version%.exe
/S /NOSPLASH /NO_SYSTRAY /NOW /SERVER=%OCS_SERVER% /NOTAG" />
    <remove  cmd='%ComSpec% /c if exist "%ProgramFiles%\OCS Inventory
Agent\uninst.exe" "%ProgramFiles%\OCS Inventory Agent\uninst.exe" /S' />
<remove  cmd='%ComSpec% /c if exist "%ProgramFiles(x86)%\OCS Inventory
Agent\uninst.exe" "%ProgramFiles(x86)%\OCS Inventory Agent\uninst.exe" /S'
/>
</package>


</packages>


Here is the wpkg log of lpt-it2: (i marked the part, where you can see
which profile is attached to the host

2011-12-23 07:48:54, DEBUG   : WPKG 1.3.0 starting...
2011-12-23 07:48:54, DEBUG   : Reboot-Cmd is standard.
2011-12-23 07:48:54, DEBUG   : Base directory is
'\\sfbk0002\programme\wpkg'.
2011-12-23 07:48:54, DEBUG   : Log level is 255
2011-12-23 07:48:54, DEBUG   : Trying to read XML files from directory:
\\sfbk0002\programme\wpkg\profiles
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/profiles/room1.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/profiles/room2.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/profiles.xml
2011-12-23 07:48:54, DEBUG   : Trying to read XML files from directory:
\\sfbk0002\programme\wpkg\hosts
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/hosts.xml
2011-12-23 07:48:54, DEBUG   : Trying to read XML files from directory:
\\sfbk0002\programme\wpkg\packages
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/7zip.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/bing.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/cdburner.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/dia.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/firefox.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/foxitreader.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/java7.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/libreoffice.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/notepad.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/ocs.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/paint_net.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/pdfcreator.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/pdfsam.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages/vlc.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
//sfbk0002/programme/wpkg/packages.xml
2011-12-23 07:48:54, DEBUG   : Reading settings file:
C:\Windows\System32\wpkg.xml
2011-12-23 07:48:54, DEBUG   : Reading XML file:
C:/Windows/System32/wpkg.xml
2011-12-23 07:48:54, DEBUG   : Host operating system: microsoft windows 7
professional, , sp1, 6.1.7601
2011-12-23 07:48:54, DEBUG   : Found network service:
{25051169-9E6E-4CBC-9F07-783B1B0CC9DC}
2011-12-23 07:48:54, DEBUG   : Reading DHCP address.
2011-12-23 07:48:54, DEBUG   : Found DHCP address: 0.0.0.0
2011-12-23 07:48:54, DEBUG   : Found network service:
{9798A64F-4E7A-43C7-9D16-B4FF0DFD35B8}
2011-12-23 07:48:54, DEBUG   : Reading fixed IP address(es).
2011-12-23 07:48:54, DEBUG   : Found fixed IP address: 10.177.64.239
2011-12-23 07:48:54, DEBUG   : Domain Name: fuldabrueck.local
2011-12-23 07:48:54, DEBUG   : Found computer group: Domänencomputer
2011-12-23 07:48:54, DEBUG   : Found user locale: 407
2011-12-23 07:48:54, DEBUG   : Found system locale: 407
2011-12-23 07:48:54, DEBUG   : Host properties:
hostname='lpt-it2'|architecture='x64'|os='microsoft windows 7 professional,
, sp1, 6.1.7601'|ipaddresses='0.0.0.0,10.177.64.239'|domain
name='fuldabrueck.local'|groups='Domänencomputer'|lcid='407'|lcidOS='407'
2011-12-23 07:48:55, DEBUG   : Profiles applying to the current
host:|test_7|
2011-12-23 07:48:55, DEBUG   : Hosts file contains 11
hosts:|'name='cfbk0032',profile-id='test_xp''|'name='cfbk0036',profile-id='standard_xp''|'name='cfbk0021',profile-id='standard_xp''|'name='cfbk0038',profile-id='standard_xp''|'name='cfbk0044',profile-id='standard_7''|'name='ffpc0001',profile-id='feuerwehr''|'name='ffnb0001',profile-id='feuerwehr''|'name='lpt-it2',profile-id='test_7''|'name='lpt-schieds2',profile-id='standard_xp''|'name='lpt-bauamt',profile-id='standard_xp''|'name='.+',profile-id='parameter''
2011-12-23 07:48:55, DEBUG   : Initializing new log file:
'\\10.177.64.53\programme\wpkg\clientlogs\wpkg-lpt-it2.log' in replace mode.
2011-12-23 07:48:55, DEBUG   : Settings file contains 7
packages:|'7zip'|'foxitreader'|'java7'|'firefox'|'notepad'|'pdfcreator'|'vlc'
2011-12-23 07:48:55, DEBUG   : Packages file contains 16
packages:|'7zip'|'bing'|'cdburner'|'dia'|'firefox'|'foxitreader'|'foxitreader2'|'java7'|'libreoffice'|'libreoffice-help-pack'|'notepad'|'ocs'|'pdfcreator'|'pdfsam_7'|'pdfsam_xp'|'vlc'
2011-12-23 07:48:55, DEBUG   : Profile file contains 13
profiles:|'room1'|'room2'|'parameter'|'standard_xp'|'standard_7'|'feuerwehr'|'leer'|'win7_lp_test'|'test_7'|'pdfbearbeiten_7'|'pdfbearbeiten_xp'|'libreoffice'|'test_xp'
*2011-12-23 07:48:55, DEBUG   : Using profile(s): |'test_7'*
2011-12-23 07:48:55, DEBUG   : Getting profiles which apply to this node.
2011-12-23 07:48:55, DEBUG   : Applying profile: test_7
2011-12-23 07:48:55, DEBUG   : Adding profile dependencies of profile
'test_7': 'parameter'
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from host:
name='lpt-it2',profile-id='test_7'
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
*2011-12-23 07:48:55, DEBUG   : Got variable 'SOFTWARE' of value
'\\sfbk0002\programme\wpkg\software'*
*2011-12-23 07:48:55, DEBUG   : Adding package with ID 'firefox' to profile
packages.*
*2011-12-23 07:48:55, DEBUG   : Found package node 'Mozilla Firefox 9'
(firefox) in package database.*
*2011-12-23 07:48:55, DEBUG   : Adding package with ID '7zip' to profile
packages.*
*2011-12-23 07:48:55, DEBUG   : Found package node '7-Zip Packprogramm'
(7zip) in package database.*
*2011-12-23 07:48:55, DEBUG   : Adding package with ID 'notepad' to profile
packages.*
*2011-12-23 07:48:55, DEBUG   : Found package node 'Notepad++' (notepad) in
package database.*
*2011-12-23 07:48:55, DEBUG   : Adding package with ID 'pdfcreator' to
profile packages.*
*2011-12-23 07:48:55, DEBUG   : Found package node 'PDFCreator 1.2.1'
(pdfcreator) in package database.*
*2011-12-23 07:48:55, DEBUG   : Adding package with ID 'foxitreader' to
profile packages.*
*2011-12-23 07:48:55, DEBUG   : Found package node 'Foxit Reader'
(foxitreader) in package database.*
*2011-12-23 07:48:55, DEBUG   : Adding package with ID 'vlc' to profile
packages.*
*2011-12-23 07:48:55, DEBUG   : Found package node 'Video Lan Client' (vlc)
in package database.*
*2011-12-23 07:48:55, DEBUG   : Adding package with ID 'java7' to profile
packages.*
*2011-12-23 07:48:55, DEBUG   : Found package node 'Java Runtime
Environment 7' (java7) in package database.*
2011-12-23 07:48:55, DEBUG   : Synchronizing. Number of packages referenced
by profile: 7.
2011-12-23 07:48:55, DEBUG   : Evaluating packages to be removed.
2011-12-23 07:48:55, DEBUG   : Found installed package '7-Zip Packprogramm'
(7zip).
2011-12-23 07:48:55, DEBUG   : Package '7-Zip Packprogramm' (7zip) found in
profile packages.
2011-12-23 07:48:55, DEBUG   : Found installed package 'Foxit Reader'
(foxitreader).
2011-12-23 07:48:55, DEBUG   : Package 'Foxit Reader' (foxitreader) found
in profile packages.
2011-12-23 07:48:55, DEBUG   : Found installed package 'Java Runtime
Environment 7' (java7).
2011-12-23 07:48:55, DEBUG   : Package 'Java Runtime Environment 7' (java7)
found in profile packages.
2011-12-23 07:48:55, DEBUG   : Found installed package 'Mozilla Firefox 9'
(firefox).
2011-12-23 07:48:55, DEBUG   : Package 'Mozilla Firefox 9' (firefox) found
in profile packages.
2011-12-23 07:48:55, DEBUG   : Found installed package 'Notepad++'
(notepad).
2011-12-23 07:48:55, DEBUG   : Package 'Notepad++' (notepad) found in
profile packages.
2011-12-23 07:48:55, DEBUG   : Found installed package 'PDFCreator 1.2.1'
(pdfcreator).
2011-12-23 07:48:55, DEBUG   : Package 'PDFCreator 1.2.1' (pdfcreator)
found in profile packages.
2011-12-23 07:48:55, DEBUG   : Found installed package 'Video Lan Client'
(vlc).
2011-12-23 07:48:55, DEBUG   : Package 'Video Lan Client' (vlc) found in
profile packages.
2011-12-23 07:48:55, DEBUG   : Number of packages to remove: 0
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Getting profiles which apply to this node.
2011-12-23 07:48:55, DEBUG   : Reading variables from profile parameter
2011-12-23 07:48:55, DEBUG   : Got variable 'SOFTWARE' of value
'\\sfbk0002\programme\wpkg\software'
2011-12-23 07:48:55, DEBUG   : Reading variables from profile test_7
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Java Runtime
Environment 7'.
2011-12-23 07:48:55, DEBUG   : Got variable 'SOFTWARE' of value
'\\sfbk0002\programme\wpkg\software'
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '1'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=1'.
2011-12-23 07:48:55, DEBUG   : Going to install package 'Java Runtime
Environment 7' (java7), Revision 1, (execute flag is '', notify flag is
'true').
2011-12-23 07:48:55, DEBUG   : Package 'Java Runtime Environment 7'
(java7): Not yet processed during this session.
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Java Runtime
Environment 7'.
2011-12-23 07:48:55, DEBUG   : Got variable 'SOFTWARE' of value
'\\sfbk0002\programme\wpkg\software'
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '1'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=1'.
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Java Runtime
Environment 7'.
2011-12-23 07:48:55, DEBUG   : Got variable 'SOFTWARE' of value
'\\sfbk0002\programme\wpkg\software'
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '1'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=1'.
2011-12-23 07:48:55, DEBUG   : Comparing version: '1' <=> '1'.
2011-12-23 07:48:55, DEBUG   : Checking existence of package: Java Runtime
Environment 7
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Java Runtime
Environment 7'.
2011-12-23 07:48:55, DEBUG   : Got variable 'SOFTWARE' of value
'\\sfbk0002\programme\wpkg\software'
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '1'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=1'.
2011-12-23 07:48:55, DEBUG   : Uninstall entry 'Java(TM) 7 Update 1'
matches string 'Java(TM) 7 Update 1'.
2011-12-23 07:48:55, DEBUG   : Uninstall entry for Java(TM) 7 Update
%version% was found: test successful.
2011-12-23 07:48:55, DEBUG   : Saving unsorted settings to
'C:\Windows\System32\wpkg.xml'.false
2011-12-23 07:48:55, DEBUG   : Saving XML : C:\Windows\System32\wpkg.xml
2011-12-23 07:48:55, DEBUG   : Result of logical 'OR' check is true.
2011-12-23 07:48:55, DEBUG   : Package 'Java Runtime Environment 7'
(java7): Already installed.
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Notepad++'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '5.9.2'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=5.9.2'.
2011-12-23 07:48:55, DEBUG   : Going to install package 'Notepad++'
(notepad), Revision 5.9.2, (execute flag is '', notify flag is 'true').
2011-12-23 07:48:55, DEBUG   : Package 'Notepad++' (notepad): Not yet
processed during this session.
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Notepad++'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '5.9.2'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=5.9.2'.
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Notepad++'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '5.9.2'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=5.9.2'.
2011-12-23 07:48:55, DEBUG   : Comparing version: '5.9.2' <=> '5.9.2'.
2011-12-23 07:48:55, DEBUG   : Checking existence of package: Notepad++
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Notepad++'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '5.9.2'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=5.9.2'.
2011-12-23 07:48:55, DEBUG   : Unable to match uninstall key with regular
expression. Usually this means that the string 'Notepad++'does not qualify
as a regular expression: Unerwarteter Quantifizierer
2011-12-23 07:48:55, DEBUG   : Uninstall entry 'Notepad++' matches string
'Notepad++'.
2011-12-23 07:48:55, DEBUG   : Found version of 'Notepad++' at
HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Notepad++:
5.9.2|Comparing to expected version: %version%.
2011-12-23 07:48:55, DEBUG   : Comparing version: '5.9.2' <=> '5.9.2'.
2011-12-23 07:48:55, DEBUG   : Comparing uninstall version '5.9.2' to
expected version '5.9.2' using condition 'versionequalto' returned 0.
2011-12-23 07:48:55, DEBUG   : Uninstall version check for package
'Notepad++' returned true for operation type versionequalto.
2011-12-23 07:48:55, DEBUG   : Searching for previously executed checks
with attributes type='uninstall', condition='versionequalto',
path='Notepad++', value='%version%'
2011-12-23 07:48:55, DEBUG   : Unable to find any previously executed
checks with these attributes.
2011-12-23 07:48:55, DEBUG   : Saving unsorted settings to
'C:\Windows\System32\wpkg.xml'.false
2011-12-23 07:48:55, DEBUG   : Saving XML : C:\Windows\System32\wpkg.xml
2011-12-23 07:48:55, DEBUG   : Package 'Notepad++' (notepad): Already
installed.
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Mozilla
Firefox 9'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '9.0.1'
2011-12-23 07:48:55, DEBUG   : Got variable 'architecture' of value 'x86'
2011-12-23 07:48:55, DEBUG   : Got variable 'locale' of value 'de'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=9.0.1'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'architecture=x86'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'locale=de'.
2011-12-23 07:48:55, DEBUG   : Going to install package 'Mozilla Firefox 9'
(firefox), Revision 9.0.1, (execute flag is '', notify flag is 'true').
2011-12-23 07:48:55, DEBUG   : Package 'Mozilla Firefox 9' (firefox): Not
yet processed during this session.
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Mozilla
Firefox 9'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '9.0.1'
2011-12-23 07:48:55, DEBUG   : Got variable 'architecture' of value 'x86'
2011-12-23 07:48:55, DEBUG   : Got variable 'locale' of value 'de'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=9.0.1'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'architecture=x86'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'locale=de'.
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Mozilla
Firefox 9'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '9.0.1'
2011-12-23 07:48:55, DEBUG   : Got variable 'architecture' of value 'x86'
2011-12-23 07:48:55, DEBUG   : Got variable 'locale' of value 'de'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=9.0.1'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'architecture=x86'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'locale=de'.
2011-12-23 07:48:55, DEBUG   : Comparing version: '9.0.1' <=> '9.0.1'.
2011-12-23 07:48:55, DEBUG   : Checking existence of package: Mozilla
Firefox 9
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Mozilla
Firefox 9'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '9.0.1'
2011-12-23 07:48:55, DEBUG   : Got variable 'architecture' of value 'x86'
2011-12-23 07:48:55, DEBUG   : Got variable 'locale' of value 'de'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=9.0.1'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'architecture=x86'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'locale=de'.
2011-12-23 07:48:55, DEBUG   : Uninstall entry 'Mozilla Firefox 9.0.1 (x86
de)' matches string 'Mozilla Firefox 9.0.1 (x86 de)'.
2011-12-23 07:48:55, DEBUG   : Uninstall entry for Mozilla Firefox
%version% (%architecture% %locale%) was found: test successful.
2011-12-23 07:48:55, DEBUG   : Searching for previously executed checks
with attributes type='uninstall', condition='exists', path='Mozilla Firefox
%version% (%architecture% %locale%)'
2011-12-23 07:48:55, DEBUG   : Unable to find any previously executed
checks with these attributes.
2011-12-23 07:48:55, DEBUG   : Saving unsorted settings to
'C:\Windows\System32\wpkg.xml'.false
2011-12-23 07:48:55, DEBUG   : Saving XML : C:\Windows\System32\wpkg.xml
2011-12-23 07:48:55, DEBUG   : Package 'Mozilla Firefox 9' (firefox):
Already installed.
2011-12-23 07:48:55, DEBUG   : Going to install package '7-Zip
Packprogramm' (7zip), Revision 920, (execute flag is '', notify flag is
'true').
2011-12-23 07:48:55, DEBUG   : Package '7-Zip Packprogramm' (7zip): Not yet
processed during this session.
2011-12-23 07:48:55, DEBUG   : Comparing version: '920' <=> '920'.
2011-12-23 07:48:55, DEBUG   : Checking existence of package: 7-Zip
Packprogramm
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package '7-Zip
Packprogramm'.
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : The path 'C:\Program
Files\7-Zip\Uninstall.exe' does not exist: the test failed.
2011-12-23 07:48:55, DEBUG   : Searching for previously executed checks
with attributes type='file', condition='exists',
path='%PROGRAMFILES%\\7-Zip\\Uninstall.exe'
2011-12-23 07:48:55, DEBUG   : Unable to find any previously executed
checks with these attributes.
2011-12-23 07:48:55, DEBUG   : Saving unsorted settings to
'C:\Windows\System32\wpkg.xml'.false
2011-12-23 07:48:55, DEBUG   : Saving XML : C:\Windows\System32\wpkg.xml
2011-12-23 07:48:55, DEBUG   : The path 'C:\Program Files
(x86)\7-Zip\Uninstall.exe' exists and is a file: the test was successful.
2011-12-23 07:48:55, DEBUG   : Searching for previously executed checks
with attributes type='file', condition='exists',
path='%PROGRAMFILES(x86)%\\7-Zip\\Uninstall.exe'
2011-12-23 07:48:55, DEBUG   : Unable to find any previously executed
checks with these attributes.
2011-12-23 07:48:55, DEBUG   : Saving unsorted settings to
'C:\Windows\System32\wpkg.xml'.false
2011-12-23 07:48:55, DEBUG   : Saving XML : C:\Windows\System32\wpkg.xml
2011-12-23 07:48:55, DEBUG   : Result of logical 'OR' check is true.
2011-12-23 07:48:55, DEBUG   : Package '7-Zip Packprogramm' (7zip): Already
installed.
2011-12-23 07:48:55, DEBUG   : Going to install package 'PDFCreator 1.2.1'
(pdfcreator), Revision 121, (execute flag is '', notify flag is 'true').
2011-12-23 07:48:55, DEBUG   : Package 'PDFCreator 1.2.1' (pdfcreator): Not
yet processed during this session.
2011-12-23 07:48:55, DEBUG   : Comparing version: '121' <=> '121'.
2011-12-23 07:48:55, DEBUG   : Checking existence of package: PDFCreator
1.2.1
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'PDFCreator
1.2.1'.
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Trying to find version of C:\Program
Files\PDFCreator\PDFCreator.exe
2011-12-23 07:48:55, DEBUG   : Unable to find file version for C:\Program
Files\PDFCreator\PDFCreator.exe :
2011-12-23 07:48:55, DEBUG   : Unable to find the file version for
'C:\Program Files\PDFCreator\PDFCreator.exe'.
2011-12-23 07:48:55, DEBUG   : Searching for previously executed checks
with attributes type='file', condition='versiongreaterorequal',
path='%PROGRAMFILES%\\PDFCreator\\PDFCreator.exe', value='1.2.0.1'
2011-12-23 07:48:55, DEBUG   : Unable to find any previously executed
checks with these attributes.
2011-12-23 07:48:55, DEBUG   : Saving unsorted settings to
'C:\Windows\System32\wpkg.xml'.false
2011-12-23 07:48:55, DEBUG   : Saving XML : C:\Windows\System32\wpkg.xml
2011-12-23 07:48:55, DEBUG   : Trying to find version of C:\Program Files
(x86)\PDFCreator\PDFCreator.exe
2011-12-23 07:48:55, DEBUG   : Obtained version '1.2.0.1'.
2011-12-23 07:48:55, DEBUG   : Comparing version: '1.2.0.1' <=> '1.2.0.1'.
2011-12-23 07:48:55, DEBUG   : Checking file version 1.2.0.1 is
versiongreaterorequal (than) 1.2.0.1 - got result 0.
2011-12-23 07:48:55, DEBUG   : File version check for file 'C:\Program
Files (x86)\PDFCreator\PDFCreator.exe' returned true for operation type
versiongreaterorequal.
2011-12-23 07:48:55, DEBUG   : Searching for previously executed checks
with attributes type='file', condition='versiongreaterorequal',
path='%PROGRAMFILES(x86)%\\PDFCreator\\PDFCreator.exe', value='1.2.0.1'
2011-12-23 07:48:55, DEBUG   : Unable to find any previously executed
checks with these attributes.
2011-12-23 07:48:55, DEBUG   : Saving unsorted settings to
'C:\Windows\System32\wpkg.xml'.false
2011-12-23 07:48:55, DEBUG   : Saving XML : C:\Windows\System32\wpkg.xml
2011-12-23 07:48:55, DEBUG   : Result of logical 'OR' check is true.
2011-12-23 07:48:55, DEBUG   : Package 'PDFCreator 1.2.1' (pdfcreator):
Already installed.
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Foxit
Reader'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '5.0.1.523'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=5.0.1.523'.
2011-12-23 07:48:55, DEBUG   : Going to install package 'Foxit Reader'
(foxitreader), Revision 5.0.1.523, (execute flag is '', notify flag is
'true').
2011-12-23 07:48:55, DEBUG   : Package 'Foxit Reader' (foxitreader): Not
yet processed during this session.
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Foxit
Reader'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '5.0.1.523'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=5.0.1.523'.
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Foxit
Reader'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '5.0.1.523'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=5.0.1.523'.
2011-12-23 07:48:55, DEBUG   : Comparing version: '5.0.1.523' <=>
'5.0.1.523'.
2011-12-23 07:48:55, DEBUG   : Checking existence of package: Foxit Reader
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Foxit
Reader'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '5.0.1.523'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=5.0.1.523'.
2011-12-23 07:48:55, DEBUG   : Trying to find version of C:\Program
Files\Foxit Software\Foxit Reader\Foxit Reader.exe
2011-12-23 07:48:55, DEBUG   : Unable to find file version for C:\Program
Files\Foxit Software\Foxit Reader\Foxit Reader.exe :
2011-12-23 07:48:55, DEBUG   : Unable to find the file version for
'C:\Program Files\Foxit Software\Foxit Reader\Foxit Reader.exe'.
2011-12-23 07:48:55, DEBUG   : Searching for previously executed checks
with attributes type='file', condition='versiongreaterorequal',
path='%PROGRAMFILES%\\Foxit Software\\Foxit Reader\\Foxit Reader.exe',
value='%version%'
2011-12-23 07:48:55, DEBUG   : Unable to find any previously executed
checks with these attributes.
2011-12-23 07:48:55, DEBUG   : Saving unsorted settings to
'C:\Windows\System32\wpkg.xml'.false
2011-12-23 07:48:55, DEBUG   : Saving XML : C:\Windows\System32\wpkg.xml
2011-12-23 07:48:55, DEBUG   : Trying to find version of C:\Program Files
(x86)\Foxit Software\Foxit Reader\Foxit Reader.exe
2011-12-23 07:48:55, DEBUG   : Obtained version '5.0.1.523'.
2011-12-23 07:48:55, DEBUG   : Comparing version: '5.0.1.523' <=>
'5.0.1.523'.
2011-12-23 07:48:55, DEBUG   : Checking file version 5.0.1.523 is
versiongreaterorequal (than) 5.0.1.523 - got result 0.
2011-12-23 07:48:55, DEBUG   : File version check for file 'C:\Program
Files (x86)\Foxit Software\Foxit Reader\Foxit Reader.exe' returned true for
operation type versiongreaterorequal.
2011-12-23 07:48:55, DEBUG   : Searching for previously executed checks
with attributes type='file', condition='versiongreaterorequal',
path='%PROGRAMFILES(x86)%\\Foxit Software\\Foxit Reader\\Foxit Reader.exe',
value='%version%'
2011-12-23 07:48:55, DEBUG   : Unable to find any previously executed
checks with these attributes.
2011-12-23 07:48:55, DEBUG   : Saving unsorted settings to
'C:\Windows\System32\wpkg.xml'.false
2011-12-23 07:48:55, DEBUG   : Saving XML : C:\Windows\System32\wpkg.xml
2011-12-23 07:48:55, DEBUG   : Result of logical 'OR' check is true.
2011-12-23 07:48:55, DEBUG   : Package 'Foxit Reader' (foxitreader):
Already installed.
2011-12-23 07:48:55, DEBUG   : Going to install package 'Video Lan Client'
(vlc), Revision 2, (execute flag is '', notify flag is 'true').
2011-12-23 07:48:55, DEBUG   : Package 'Video Lan Client' (vlc): Not yet
processed during this session.
2011-12-23 07:48:55, DEBUG   : Comparing version: '2' <=> '2'.
2011-12-23 07:48:55, DEBUG   : Checking existence of package: Video Lan
Client
2011-12-23 07:48:55, DEBUG   : Reading variables from hosts[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from profile[s]
2011-12-23 07:48:55, DEBUG   : Reading variables from package 'Video Lan
Client'.
2011-12-23 07:48:55, DEBUG   : Got variable 'version' of value '1.1.11'
2011-12-23 07:48:55, DEBUG   : Got variable 'SOFTWARE' of value
'\\sfbk0002\programme\wpkg\software'
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:55, DEBUG   : Setting variable: 'version=1.1.11'.
2011-12-23 07:48:55, DEBUG   : Setting variable:
'SOFTWARE=\\sfbk0002\programme\wpkg\software'.
2011-12-23 07:48:56, DEBUG   : Uninstall entry 'VLC media player 1.1.11'
matches string 'VLC media player 1.1.11'.
2011-12-23 07:48:56, DEBUG   : Uninstall entry for VLC media player
%version% was found: test successful.
2011-12-23 07:48:56, DEBUG   : Searching for previously executed checks
with attributes type='uninstall', condition='exists', path='VLC media
player %version%'
2011-12-23 07:48:56, DEBUG   : Unable to find any previously executed
checks with these attributes.
2011-12-23 07:48:56, DEBUG   : Saving unsorted settings to
'C:\Windows\System32\wpkg.xml'.false
2011-12-23 07:48:56, DEBUG   : Saving XML : C:\Windows\System32\wpkg.xml
2011-12-23 07:48:56, DEBUG   : Package 'Video Lan Client' (vlc): Already
installed.


As you can see, the log says that the host is using profile test_7. and i
added the ocs.xml to the profiles.xml. But it won´t install. all other
packages in the profile work.

I have to add, that i recently upgraded from 1.2 to wpkg 1.3 by replacing
the 1.2 wpkg.js with the wpkg.js 1.3.

Does anybodyy have a clue where i can look for the problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20111223/b2565b57/attachment-0001.html>


More information about the wpkg-users mailing list