[wpkg-users] Trouble installing Registry entries

Christopher Leslie cleslie at morrison-ind.com
Fri Sep 12 18:29:24 CEST 2008


I've been trying to  install some registry keys using a .reg file to set
the PC to use our WSUS server.
All other packages that I am installing seem to go off without a hitch,
but for some reason this one is consistently skipped. Included  is the
log file and copies of my profile.xml, package.xml for this particular
package. Is there some base setting that I am missing that is causing
the registry edit to be skipped?

-Chris

<packages>
 <package
     id="autoup"
     name="Auto Updates From WSUS Server"
     revision="0"
     priority="100">
   <check type="registry" condition="equals"
path="HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU\UseWUServer"
value="1" />
   <install cmd='regedit.exe /s %SOFTWARE%\autoupdates.reg' />
 </package>
</packages>



<profiles>
 
    <profile id="test">
    <package package-id="autoup" />
        <package package-id="firefox" />
    <package package-id="thunderbird" />
    <package package-id="java" />
    <package package-id="adobe-reader" />
    <package package-id="office" />
    <package package-id="off2007fmtconv" />
    <package package-id="dotnet20" />
    <package package-id="dotnet1" />
    <package package-id="flashplayerfirefox" />
    <package package-id="flashplayerie" />
   
     
   </profile>   


2008-09-12 12:18:48, DEBUG  : Initialized temporary local log file:
C:\WINDOWS\TEMP\wpkg-logInit.log
2008-09-12 12:18:48, DEBUG  : Initializing new log file:
\\arabis-red\wpkg\logs\wpkg-chrisxpprovm.log
2008-09-12 12:18:48, DEBUG  : Reboot-Cmd is standard.
2008-09-12 12:18:48, DEBUG  : WPKG 1.0.2 starting...
2008-09-12 12:18:48, DEBUG  : Base directory is '\\arabis-red\wpkg'.
2008-09-12 12:18:48, DEBUG  : Log level is 255
2008-09-12 12:18:48, DEBUG  : Trying to read XML file:
\\arabis-red\wpkg\profiles.xml
2008-09-12 12:18:48, DEBUG  : Successfully loaded XML file:
\\arabis-red\wpkg\profiles.xml
2008-09-12 12:18:48, DEBUG  : Trying to read XML files from directory:
\\arabis-red\wpkg\profiles
2008-09-12 12:18:48, DEBUG  : Reading XML file:
//arabis-red/wpkg/profiles/standard.xml
2008-09-12 12:18:49, DEBUG  : Reading XML file:
//arabis-red/wpkg/profiles/test.xml
2008-09-12 12:18:49, DEBUG  : Reading XML file:
//arabis-red/wpkg/profiles/regedit.xml
2008-09-12 12:18:49, DEBUG  : Trying to read XML file:
\\arabis-red\wpkg\hosts.xml
2008-09-12 12:18:49, DEBUG  : Successfully loaded XML file:
\\arabis-red\wpkg\hosts.xml
2008-09-12 12:18:49, DEBUG  : Trying to read XML files from directory:
\\arabis-red\wpkg\hosts
2008-09-12 12:18:49, DEBUG  : Reading XML file:
//arabis-red/wpkg/hosts/chrixpprovm.xml
2008-09-12 12:18:49, DEBUG  : Reading XML file:
//arabis-red/wpkg/hosts/standard.xml
2008-09-12 12:18:49, DEBUG  : Trying to read XML file:
\\arabis-red\wpkg\packages.xml
2008-09-12 12:18:49, DEBUG  : Successfully loaded XML file:
\\arabis-red\wpkg\packages.xml
2008-09-12 12:18:49, DEBUG  : Trying to read XML files from directory:
\\arabis-red\wpkg\packages
2008-09-12 12:18:49, DEBUG  : Reading XML file:
//arabis-red/wpkg/packages/thunderbird.xml
2008-09-12 12:18:49, DEBUG  : Reading XML file:
//arabis-red/wpkg/packages/flashplayrfirefox.xml
2008-09-12 12:18:49, DEBUG  : Reading XML file:
//arabis-red/wpkg/packages/firefox.xml
2008-09-12 12:18:49, DEBUG  : Reading XML file:
//arabis-red/wpkg/packages/java.xml
2008-09-12 12:18:49, DEBUG  : Reading XML file:
//arabis-red/wpkg/packages/off2007fmtconv.xml
2008-09-12 12:18:49, DEBUG  : Reading XML file:
//arabis-red/wpkg/packages/bitdefender.xml
2008-09-12 12:18:49, DEBUG  : Reading XML file:
//arabis-red/wpkg/packages/autoupdates.xml
2008-09-12 12:18:50, DEBUG  : Reading XML file:
//arabis-red/wpkg/packages/flashplayerie.xml
2008-09-12 12:18:50, DEBUG  : Reading XML file:
//arabis-red/wpkg/packages/adobe-reader.xml
2008-09-12 12:18:50, DEBUG  : Reading XML file:
//arabis-red/wpkg/packages/dotnet1.xml
2008-09-12 12:18:50, DEBUG  : Reading XML file:
//arabis-red/wpkg/packages/dotnet20.xml
2008-09-12 12:18:50, DEBUG  : Reading XML file:
//arabis-red/wpkg/packages/officexp.xml
2008-09-12 12:18:50, DEBUG  : Profiles applying to the current host:|test|
2008-09-12 12:18:50, DEBUG  : Reading settings file:
C:\WINDOWS\system32\wpkg.xml
2008-09-12 12:18:50, DEBUG  : Trying to read XML file:
C:\WINDOWS\system32\wpkg.xml
2008-09-12 12:18:50, DEBUG  : Successfully loaded XML file:
C:\WINDOWS\system32\wpkg.xml
2008-09-12 12:18:50, DEBUG  : Getting profiles which apply to this node.
2008-09-12 12:18:50, DEBUG  : Applying profile: test
2008-09-12 12:18:50, DEBUG  : Adding package with ID 'firefox' to
profile packages.
2008-09-12 12:18:50, DEBUG  : Found package node 'Mozilla Firefox 3
(firefox) in package database 
2008-09-12 12:18:50, DEBUG  : Adding package with ID 'thunderbird' to
profile packages.
2008-09-12 12:18:50, DEBUG  : Found package node 'Mozilla Thunderbird
(thunderbird) in package database 
2008-09-12 12:18:50, DEBUG  : Adding package with ID 'adobe-reader' to
profile packages.
2008-09-12 12:18:50, DEBUG  : Found package node 'Adobe Reader 7.0.9
(adobe-reader) in package database 
2008-09-12 12:18:50, DEBUG  : Adding package with ID 'office' to profile
packages.
2008-09-12 12:18:50, DEBUG  : Found package node 'Microsoft Office XP
(office) in package database 
2008-09-12 12:18:50, DEBUG  : Adding package with ID 'off2007fmtconv' to
profile packages.
2008-09-12 12:18:50, DEBUG  : Found package node 'Compatibility Pack for
the 2007 Office System (off2007fmtconv) in package database 
2008-09-12 12:18:50, DEBUG  : Adding package with ID 'dotnet20' to
profile packages.
2008-09-12 12:18:50, DEBUG  : Found package node 'Microsoft .NET
Framework 2.0 (dotnet20) in package database 
2008-09-12 12:18:50, DEBUG  : Adding package with ID 'dotnet1' to
profile packages.
2008-09-12 12:18:50, DEBUG  : Found package node 'Microsoft .NET
Framework 1.1 (dotnet1) in package database 
2008-09-12 12:18:51, DEBUG  : Adding package with ID
'flashplayerfirefox' to profile packages.
2008-09-12 12:18:51, DEBUG  : Found package node 'Adobe Flash Player for
Firefox (flashplayerfirefox) in package database 
2008-09-12 12:18:51, DEBUG  : Found package node 'Mozilla Firefox 3
(firefox) in package database 
2008-09-12 12:18:51, DEBUG  : Package dependency 'Mozilla Firefox 3'
(firefox) for package 'Adobe Flash Player for Firefox'
(flashplayerfirefox) already added.
2008-09-12 12:18:51, DEBUG  : Adding package with ID 'flashplayerie' to
profile packages.
2008-09-12 12:18:51, DEBUG  : Found package node 'Adobe Flash Player for
Internet Explorer (flashplayerie) in package database 
2008-09-12 12:18:51, DEBUG  : Adding package with ID 'bitdefender' to
profile packages.
2008-09-12 12:18:51, DEBUG  : Found package node 'BitDefender Free
Edition v10 (bitdefender) in package database 
2008-09-12 12:18:51, DEBUG  : Synchronizing: Number of packages
referenced by profile: 10
2008-09-12 12:18:51, DEBUG  : Found installed package 'Adobe Flash
Player for Firefox' (flashplayerfirefox).
2008-09-12 12:18:51, DEBUG  : Package 'Adobe Flash Player for Firefox'
(flashplayerfirefox) found in profile packages.
2008-09-12 12:18:51, DEBUG  : Found installed package 'Adobe Flash
Player for Internet Explorer' (flashplayerie).
2008-09-12 12:18:51, DEBUG  : Package 'Adobe Flash Player for Internet
Explorer' (flashplayerie) found in profile packages.
2008-09-12 12:18:51, DEBUG  : Found installed package 'Adobe Reader
7.0.9' (adobe-reader).
2008-09-12 12:18:51, DEBUG  : Package 'Adobe Reader 7.0.9'
(adobe-reader) found in profile packages.
2008-09-12 12:18:51, DEBUG  : Found installed package 'BitDefender Free
Edition v10' (bitdefender).
2008-09-12 12:18:51, DEBUG  : Package 'BitDefender Free Edition v10'
(bitdefender) found in profile packages.
2008-09-12 12:18:51, DEBUG  : Found installed package 'Compatibility
Pack for the 2007 Office System' (off2007fmtconv).
2008-09-12 12:18:51, DEBUG  : Package 'Compatibility Pack for the 2007
Office System' (off2007fmtconv) found in profile packages.
2008-09-12 12:18:51, DEBUG  : Found installed package 'Microsoft .NET
Framework 1.1' (dotnet1).
2008-09-12 12:18:51, DEBUG  : Package 'Microsoft .NET Framework 1.1'
(dotnet1) found in profile packages.
2008-09-12 12:18:51, DEBUG  : Found installed package 'Microsoft .NET
Framework 2.0' (dotnet20).
2008-09-12 12:18:51, DEBUG  : Package 'Microsoft .NET Framework 2.0'
(dotnet20) found in profile packages.
2008-09-12 12:18:51, DEBUG  : Found installed package 'Microsoft Office
XP' (office).
2008-09-12 12:18:51, DEBUG  : Package 'Microsoft Office XP' (office)
found in profile packages.
2008-09-12 12:18:51, DEBUG  : Found installed package 'Mozilla Firefox
3' (firefox).
2008-09-12 12:18:51, DEBUG  : Package 'Mozilla Firefox 3' (firefox)
found in profile packages.
2008-09-12 12:18:51, DEBUG  : Found installed package 'Mozilla
Thunderbird' (thunderbird).
2008-09-12 12:18:51, DEBUG  : Package 'Mozilla Thunderbird'
(thunderbird) found in profile packages.
2008-09-12 12:18:51, DEBUG  : Number of packages to remove: 0
2008-09-12 12:18:51, DEBUG  : Going to install package 'Mozilla Firefox
3' (firefox), Revision 30, (execute flag is '', notify flag is 'true').
2008-09-12 12:18:51, DEBUG  : Package 'Mozilla Firefox 3' (firefox): Not
yet processed during this session.
2008-09-12 12:18:51, DEBUG  : Checking existence of package: Mozilla
Firefox 3
2008-09-12 12:18:51, DEBUG  : Uninstall entry for Mozilla Firefox (3.0)
was found: test successful
2008-09-12 12:18:51, DEBUG  : Package 'Mozilla Firefox 3' (firefox):
Already installed. Skipping.
2008-09-12 12:18:51, DEBUG  : Going to install package 'Microsoft .NET
Framework 2.0' (dotnet20), Revision 2, (execute flag is '', notify flag
is 'true').
2008-09-12 12:18:51, DEBUG  : Package 'Microsoft .NET Framework 2.0'
(dotnet20): Not yet processed during this session.
2008-09-12 12:18:51, DEBUG  : Checking existence of package: Microsoft
.NET Framework 2.0
2008-09-12 12:18:51, DEBUG  : Uninstall entry for Microsoft .NET
Framework 2.0 was found: test successful
2008-09-12 12:18:51, DEBUG  : Package 'Microsoft .NET Framework 2.0'
(dotnet20): Already installed. Skipping.
2008-09-12 12:18:51, DEBUG  : Going to install package 'Adobe Reader
7.0.9' (adobe-reader), Revision 0, (execute flag is '', notify flag is
'true').
2008-09-12 12:18:52, DEBUG  : Package 'Adobe Reader 7.0.9'
(adobe-reader): Not yet processed during this session.
2008-09-12 12:18:52, DEBUG  : Checking existence of package: Adobe
Reader 7.0.9
2008-09-12 12:18:52, DEBUG  : Uninstall entry for Adobe Reader 8.0.2
missing: test failed
2008-09-12 12:18:52, DEBUG  : Uninstall entry for Adobe Reader 8.0.1
missing: test failed
2008-09-12 12:18:52, DEBUG  : Uninstall entry for Adobe Reader 8.0
missing: test failed
2008-09-12 12:18:52, DEBUG  : Uninstall entry for Adobe Reader 8.1.2
missing: test failed
2008-09-12 12:18:52, DEBUG  : Uninstall entry for Adobe Reader 8.1.1
missing: test failed
2008-09-12 12:18:52, DEBUG  : Uninstall entry for Adobe Reader 7.0.9 was
found: test successful
2008-09-12 12:18:52, DEBUG  : Result of logical 'OR' check is true
2008-09-12 12:18:52, DEBUG  : Package 'Adobe Reader 7.0.9'
(adobe-reader): Already installed. Skipping.
2008-09-12 12:18:52, DEBUG  : Going to install package 'Microsoft Office
XP' (office), Revision 1, (execute flag is '', notify flag is 'true').
2008-09-12 12:18:52, DEBUG  : Package 'Microsoft Office XP' (office):
Not yet processed during this session.
2008-09-12 12:18:52, DEBUG  : Checking existence of package: Microsoft
Office XP
2008-09-12 12:18:52, DEBUG  : Uninstall entry for Microsoft Office XP
Standard was found: test successful
2008-09-12 12:18:52, DEBUG  : Package 'Microsoft Office XP' (office):
Already installed. Skipping.
2008-09-12 12:18:52, DEBUG  : Going to install package 'Compatibility
Pack for the 2007 Office System' (off2007fmtconv), Revision 200803131,
(execute flag is '', notify flag is 'true').
2008-09-12 12:18:52, DEBUG  : Package 'Compatibility Pack for the 2007
Office System' (off2007fmtconv): Not yet processed during this session.
2008-09-12 12:18:52, DEBUG  : Checking existence of package:
Compatibility Pack for the 2007 Office System
2008-09-12 12:18:52, DEBUG  : Uninstall entry for Compatibility Pack for
the 2007 Office system was found: test successful
2008-09-12 12:18:52, DEBUG  : Package 'Compatibility Pack for the 2007
Office System' (off2007fmtconv): Already installed. Skipping.
2008-09-12 12:18:52, DEBUG  : Going to install package 'Mozilla
Thunderbird' (thunderbird), Revision 20016, (execute flag is '', notify
flag is 'true').
2008-09-12 12:18:52, DEBUG  : Package 'Mozilla Thunderbird'
(thunderbird): Not yet processed during this session.
2008-09-12 12:18:52, DEBUG  : Checking existence of package: Mozilla
Thunderbird
2008-09-12 12:18:52, DEBUG  : Uninstall entry for Mozilla Thunderbird
(2.0.0.16) was found: test successful
2008-09-12 12:18:52, DEBUG  : Package 'Mozilla Thunderbird'
(thunderbird): Already installed. Skipping.
2008-09-12 12:18:52, DEBUG  : Going to install package 'Microsoft .NET
Framework 1.1' (dotnet1), Revision 0, (execute flag is '', notify flag
is 'true').
2008-09-12 12:18:52, DEBUG  : Package 'Microsoft .NET Framework 1.1'
(dotnet1): Not yet processed during this session.
2008-09-12 12:18:52, DEBUG  : Checking existence of package: Microsoft
.NET Framework 1.1
2008-09-12 12:18:52, DEBUG  : Uninstall entry for Microsoft .NET
Framework 1.1 was found: test successful
2008-09-12 12:18:52, DEBUG  : Package 'Microsoft .NET Framework 1.1'
(dotnet1): Already installed. Skipping.
2008-09-12 12:18:52, DEBUG  : Going to install package 'Adobe Flash
Player for Firefox' (flashplayerfirefox), Revision 1, (execute flag is
'', notify flag is 'true').
2008-09-12 12:18:52, DEBUG  : Package 'Adobe Flash Player for Firefox'
(flashplayerfirefox): Not yet processed during this session.
2008-09-12 12:18:52, DEBUG  : Checking existence of package: Adobe Flash
Player for Firefox
2008-09-12 12:18:52, DEBUG  : Uninstall entry for Adobe Flash Player
Plugin was found: test successful
2008-09-12 12:18:52, DEBUG  : Package 'Adobe Flash Player for Firefox'
(flashplayerfirefox): Already installed. Skipping.
2008-09-12 12:18:52, DEBUG  : Going to install package 'Adobe Flash
Player for Internet Explorer' (flashplayerie), Revision 1, (execute flag
is '', notify flag is 'true').
2008-09-12 12:18:52, DEBUG  : Package 'Adobe Flash Player for Internet
Explorer' (flashplayerie): Not yet processed during this session.
2008-09-12 12:18:52, DEBUG  : Checking existence of package: Adobe Flash
Player for Internet Explorer
2008-09-12 12:18:52, DEBUG  : Uninstall entry for Adobe Flash Player 9
ActiveX was found: test successful
2008-09-12 12:18:52, DEBUG  : Package 'Adobe Flash Player for Internet
Explorer' (flashplayerie): Already installed. Skipping.
2008-09-12 12:18:53, DEBUG  : Going to install package 'BitDefender Free
Edition v10' (bitdefender), Revision 1, (execute flag is '', notify flag
is 'true').
2008-09-12 12:18:53, DEBUG  : Package 'BitDefender Free Edition v10'
(bitdefender): Not yet processed during this session.
2008-09-12 12:18:53, DEBUG  : Checking existence of package: BitDefender
Free Edition v10
2008-09-12 12:18:53, DEBUG  : Uninstall entry for BitDefender Free
Edition v10 was found: test successful
2008-09-12 12:18:53, DEBUG  : Package 'BitDefender Free Edition v10'
(bitdefender): Already installed. Skipping.
2008-09-12 12:18:53, DEBUG  : Saving sorted settings to
'C:\WINDOWS\system32\wpkg.xml'.
2008-09-12 12:18:53, DEBUG  : Adding settings node: 'Adobe Flash Player
for Firefox' (flashplayerfirefox), Revision 1
2008-09-12 12:18:53, DEBUG  : Adding settings node: 'Adobe Flash Player
for Internet Explorer' (flashplayerie), Revision 1
2008-09-12 12:18:53, DEBUG  : Adding settings node: 'Adobe Reader 7.0.9'
(adobe-reader), Revision 0
2008-09-12 12:18:53, DEBUG  : Adding settings node: 'BitDefender Free
Edition v10' (bitdefender), Revision 1
2008-09-12 12:18:53, DEBUG  : Adding settings node: 'Compatibility Pack
for the 2007 Office System' (off2007fmtconv), Revision 200803131
2008-09-12 12:18:53, DEBUG  : Adding settings node: 'Microsoft .NET
Framework 1.1' (dotnet1), Revision 0
2008-09-12 12:18:53, DEBUG  : Adding settings node: 'Microsoft .NET
Framework 2.0' (dotnet20), Revision 2
2008-09-12 12:18:53, DEBUG  : Adding settings node: 'Microsoft Office
XP' (office), Revision 1
2008-09-12 12:18:53, DEBUG  : Adding settings node: 'Mozilla Firefox 3'
(firefox), Revision 30
2008-09-12 12:18:53, DEBUG  : Adding settings node: 'Mozilla
Thunderbird' (thunderbird), Revision 20016
2008-09-12 12:18:53, DEBUG  : Saving XML : C:\WINDOWS\system32\wpkg.xml



More information about the wpkg-users mailing list