[wpkg-users] Gathering Information on Installed Software

Natxo Asenjo natxo.asenjo at gmail.com
Wed Aug 18 19:11:35 CEST 2010


On Wed, Aug 18, 2010 at 5:42 PM, Terrell, Trey
<Trey.Terrell at oregonstate.edu> wrote:
> Is there any way currently to check for which software packages passed their
> “checks” on systems? Ideally it’d be some way to report back to the server
> in the form of some kind of file being copied to the server share. That way
> I could check what software is reported as installed whether or not WPKG
> actually did the installing (or uninstalling.) Thank you.

copy the wpkg.xml files to a share like this:

<package id="wpkglog" name="wpkg.xml files from workstations"
revision="1" priority="0" execute="always">
        <install timeout="15" cmd='cmd /C copy /Y
"%SYSTEMROOT%\system32\wpkg.xml"
"\\serwer\hostlogs\%COMPUTERNAME%-wpkg.xml"' />
</package>

For the reports use this:
http://www.gig-mbh.de/edv/index.htm?/edv/software/wpkgtools/wpkg-create-report-english.htm
or parse it with your favorite scripting language.

-- 
natxo asenjo



More information about the wpkg-users mailing list