<br><font size=2 face="sans-serif">Hi all,</font>
<br>
<br><tt><font size=2>wpkgCreateReport</font></tt><font size=2 face="sans-serif">
 lacks a installation date for each package. The XML file is updated
even if there is no installs on the client, thus the "last update"
refers to the last time WPKG is executed (which is the last reboot of the
PC)</font>
<br>
<br>
<br><font size=2 face="sans-serif">I found that the best place to get this
is to keep the wpkg.js logs in a central place, LogAppend true, then I
can search All logs with grep to find date of installation of each package.</font>
<br>
<br><font size=2 face="sans-serif">For the record if anyone is interested,
here's my setup:</font>
<br>
<br><font size=2 face="sans-serif"><b>config.xml:</b></font>
<br><font size=2 face="sans-serif">         
      <param name='logAppend' value='true' /></font>
<br><font size=2 face="sans-serif">         
      <param name='logLevel' value='0x07' />
</font>
<br><font size=2 face="sans-serif">           
                    <param
name='log_file_path' value='\\\\server\\WPKG\\WPKG-preprod\\clientStates'
/></font>
<br>
<br>
<br><font size=2 face="sans-serif">Examples of search: (run this from ClientState
directory).</font>
<br>
<br><font size=2 face="sans-serif">grep ERROR *.log > WPKG-errors.log</font>
<br><font size=2 face="sans-serif">grep Processing *.log > WPKG-installs.log</font>
<br>
<br><font size=2 face="sans-serif"><br>
</font><font size=2 color=#82c168 face="Verdana"><i>Simon Begin</i></font>