<DIV>Once you guys assured me that WPKG processes the commands in a consistent top down order there were a lot of options on how to detect it.</DIV><DIV>I thought about the registry but my organisation was already using c:\logs\ to log output from centralised scripted installs so I decided to piggy back my check logs into this folder and name them WPKG-Package-ReverseDate.log</DIV><DIV> </DIV><DIV>To make the log, I eventually used an echo rather than a dummy file.</DIV><DIV> </DIV><DIV><install cmd='%comspec% /c echo %date:~10,4%/%date:~7,2%/%date:~4,2% @%time% - Package Name - Package Subpart > "C:\Logs\WPKG - Package - Package Subpart - %date:~10,4%.%date:~7,2%.%date:~4,2%.txt"' /></DIV><DIV> </DIV><DIV>This also gave me a quick way to check without having to search through the central wpkg log or the local wpkg.xml</DIV><DIV> </DIV><DIV>--<BR signature="separator"></DIV><DIV>thanks</DIV><DIV>-Pat Cahill</DIV><DIV><FONT size=1>M: Berserker Street SS</FONT></DIV><DIV><FONT size=1>T: Glenmore SS</FONT></DIV><DIV><FONT size=1>W: Berserker Street SS</FONT></DIV><DIV><FONT size=1>T: Glenmore SS</FONT></DIV><DIV><FONT size=1>F: Parkhurst SS</FONT></DIV><P> </P>
<P> </P>
<DIV> </DIV><SPAN>On 01/09/14, <B class=name>Marco Gaiarin </B><gaio@sv.lnf.it> wrote:</SPAN>
<BLOCKQUOTE class=iwcQuote style="PADDING-LEFT: 13px; MARGIN-LEFT: 0px; BORDER-LEFT: #00f 1px solid" cite=mid:20140901091824.GC3393@sv.lnf.it type="cite">
<DIV class="mimepart text plain">Mandi! Adam Thorn<br />  In chel di` si favelave...<br /><br />> One option would be to have<br />> <install cmd='robocopy SOURCE DESTINATION' /><br />> <install cmd='robocopy foo.finished DESTINATION '/><br /><br />I normally use that strategy, also for registry entry, eg i setup<br />registry and then add a ''fake'' entry to check for.<br /><br />-- <br />dott. Marco Gaiarin                                        GNUPG Key ID: 240A3D66<br />  Associazione ``La Nostra Famiglia''                    <a href="http://www.sv.lnf.it/" target=l >http://www.sv.lnf.it/</A><br />  Polo FVG   -   Via della Bontà, 7 - 33078   -   San Vito al Tagliamento (PN)<br />  marco.gaiarin(at)lanostrafamiglia.it   t +39-0434-842711   f +39-0434-842797<br /><br />         Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!<br />           <a href="http://www.lanostrafamiglia.it/chi_siamo/5xmille.php" target=l >http://www.lanostrafamiglia.it/chi_siamo/5xmille.php</A><br />(cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)<br />-------------------------------------------------------------------------<br />SSLrack gives free SSL certificates for open source projects (and cheap for everyone else)!<br /><a href="http://www.sslrack.com/promo/free-ssl-certificates-open-source-projects" target=l >http://www.sslrack.com/promo/free-ssl-certificates-open-source-projects</A><br /><br />-------------------------------------------------------------------------<br />wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" target=l >http://lists.wpkg.org/pipermail/wpkg-users/</A><br />_______________________________________________<br />wpkg-users mailing list<br />wpkg-users@lists.wpkg.org<br /><a href="http://lists.wpkg.org/mailman/listinfo/wpkg-users" target=l >http://lists.wpkg.org/mailman/listinfo/wpkg-users</A><br /></DIV></BLOCKQUOTE>