<DIV>Thanks Adam,</DIV><DIV>I was not sure if WPKG started Install commands in order, or if they all started at once or if it processed subsequent install commands if a previous one failed.</DIV><DIV>If it does happen that foo.finished always follows the "proper" install then this should work fine for the simple things I need to do.</DIV><DIV> </DIV><DIV>--<BR signature="separator">
<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><DIV><FONT size=1></FONT> </DIV><DIV> </DIV></DIV><DIV> </DIV><SPAN>On 20/08/14, <B class=name>Adam Thorn </B><alt36@cam.ac.uk> wrote:</SPAN>
<BLOCKQUOTE class=iwcQuote style="PADDING-LEFT: 13px; MARGIN-LEFT: 0px; BORDER-LEFT: #00f 1px solid" cite=mid:53F464E5.6050801@cam.ac.uk type="cite">
<DIV class="mimepart text plain">One option would be to have<br /><br /><install cmd='robocopy SOURCE DESTINATION' /><br /><install cmd='robocopy foo.finished DESTINATION '/><br /><br />and then check for the existence of (or the size of, or modification time of) foo.finished in the destination folder. If the "main" robocopy in the first <install> is interrupted, it'll resume from where it left off the next time wpkg runs. Only after that robocopy has finished will you then copy foo.finished, at which point you can be confident that everything has copied.<br /><br />Adam<br /><br />On 20/08/2014 04:48, Patrick CAHILL wrote:<br />>Hi All,<br />>I want to make sure I am doing this in the best possible way.<br />>I have a few packages that are just folder copying.<br />>They have either just documents or shortcuts, nothing thats actually<br />>installed or must be present for the entire package to be considered<br />>complete.<br />>I am unsure of the best WPKG Check to make sure the entire folder<br />>structure has come down.<br />>Things I am unsure of:<br />>If RoboCopy doesnt copy the entire folder, I dont think that RoboCopy or<br />>WPKG rolls back the failed copy and deletes those files/folders which<br />>leads me to...<br />>I cant use Check File exists since each file is independant of the<br />>others and the presence of a particular one doesnt mean the entire<br />>package is there (well I could but I would have to write a check for<br />>each file in the folder bleh)<br />>I cant use Check Folder exists because the folder contents might not be<br />>completely copied.<br />><br />>Several options I have seen that might work in a Check Execute:<br />>Windows command "COMP", will compare two folders but will not recurse<br />>subdirectories which will make the command file more complex.<br />>RoboCopy /e /l /log:, will recurse but the log file will have to be parsed<br />>Does anyone know of the best way to do this?<br />>--<br />>thanks<br />>-Pat Cahill<br />>M: Berserker Street SS<br />>T: Glenmore SS<br />>W: Berserker Street SS<br />>T: Glenmore SS<br />>F: Parkhurst SS<br />><br />><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 />><br /><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>