<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>$host = $this->Host->get($id, false);<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>$hostName = $host['Host']['name'];<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>$cmd = BASE_PATH."PSTools\PsExec.exe \\\\".$hostName." -accepteula -s -h -d cscript ".BASE_PATH."Script\wpkg.js /synchronize /quiet /nonotify /noUpgradeBeforeRemove /noremove /force 2>&1";<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>$info = shell_exec($cmd);<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>It takes some time getting used to CakePHP, but it’s enormously helpful to have that button there. BASE_PATH is just a define in the WPKG_constants file I added so when it came time to switch the location it just takes one line. What’s important about this is your web server needs to run as a user which has administrator rights to the machines you’re pushing to, otherwise psexec.exe won’t work. This is a bit of a security hole, but I also locked down WPKGExpress with LDAP authentication so we felt okay with it. The only other option is to pass a username and password to psexec in plain text – and if you do that, anybody on that machine can just open the task manager and see what command is running, giving them access to an administrator account.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Trey Terrell – Forestry Computing Helpdesk</span></b><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Dave Goodbourn [mailto:dave.goodbourn@u-fx.co.uk] <br><b>Sent:</b> Wednesday, June 01, 2011 3:46 AM<br><b>To:</b> Terrell, Trey<br><b>Cc:</b> wpkg-users@lists.wpkg.org<br><b>Subject:</b> Re: [wpkg-users] Deploying System in Real-Time<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>After a little investigation this morning, turns out that my VLC setup wasn't verifying correctly. After a quick tweak all seems to be fine now, thanks.<o:p></o:p></p><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Trey - how are you executing the psexec from WPKGExpress? Are you using the php exec/shell_exec commands? This sounds like the perfect idea for what I'm looking at. I was going to write a simple small desktop app to execute the psexec command on all/select workstations but building it as part of WPKGExpress would be far nicer!<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>Cheers for your help guys,<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'>D.<o:p></o:p></p><div><p class=MsoNormal>On Tue, May 31, 2011 at 11:59 PM, Terrell, Trey <<a href="mailto:Trey.Terrell@oregonstate.edu">Trey.Terrell@oregonstate.edu</a>> wrote:<o:p></o:p></p><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:11.0pt;color:#1F497D'>Our Deployment Method:</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:11.0pt;color:#1F497D'> </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:11.0pt;color:#1F497D'>I’ve rewritten parts of WPKGExpress to include a “push” button which sends the psexec command as an administrator account from the web server to the given computer. I don’t use the client, as I don’t want to manage uninstalls or force reinstallations of software. It’s more just a quick deployment method for me. There’s a bunch of other fancy stuff – package-specific logs and such so I don’t have to ever mess with XML or .log files, WPKGExpress just parses everything for me. As someone noted after me, for package notification I rewrote part of my wpkg.js to automatically launch wpkgmessage in the console session (using psexec -i – haven’t found a better way yet) to notify them of which packages are currently being installed. It works quite nicely so far.</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:11.0pt;color:#1F497D'> </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><b><span style='font-size:11.0pt;color:#1F497D'>Trey Terrell – Forestry Computing Helpdesk</span></b><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='font-size:11.0pt;color:#1F497D'> </span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><b><span style='font-size:10.0pt'>From:</span></b><span style='font-size:10.0pt'> <a href="mailto:wpkg-users-bounces@lists.wpkg.org" target="_blank">wpkg-users-bounces@lists.wpkg.org</a> [mailto:<a href="mailto:wpkg-users-bounces@lists.wpkg.org" target="_blank">wpkg-users-bounces@lists.wpkg.org</a>] <b>On Behalf Of </b>Dave Goodbourn<br><b>Sent:</b> Tuesday, May 31, 2011 2:30 PM<br><b>To:</b> Peter Gough<br><b>Cc:</b> <a href="mailto:wpkg-users@lists.wpkg.org" target="_blank">wpkg-users@lists.wpkg.org</a><br><b>Subject:</b> Re: [wpkg-users] Deploying System in Real-Time</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'> <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Hi all,<o:p></o:p></p><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'> <o:p></o:p></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>I'm not at work at the moment, but a bit more info for you. The client is a Win 7 x64 and I'm testing the commands from an XP SP3 x86. I'm running with an administrators account.<o:p></o:p></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'> <o:p></o:p></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Another thing I've noticed is that if I run the cscript locally it works just great, but if I just start the service it can sometimes again fail to update the wpkg.xml file. I'm going to try a different software installation as I'm not 100% sure the VLC script I'm testing with works 100% correctly. I'll do some more testing tomorrow when I'm back in work and try and narrow down where I'm going wrong!!!<o:p></o:p></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'> <o:p></o:p></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>BTW, how does everyone else deploy software with WPKG? Push or Pull?<o:p></o:p></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'> <o:p></o:p></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Cheers,<o:p></o:p></p></div><div><p class=MsoNormal style='mso-margin-top-alt:auto;margin-bottom:12.0pt'>D.<o:p></o:p></p><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>On Tue, May 31, 2011 at 9:54 PM, Peter Gough <<a href="mailto:pmgough@gmail.com" target="_blank">pmgough@gmail.com</a>> wrote:<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>That's also the way I read it.<br><br>Can you check that the account you're using for the updates has<br>permissions (RWXD) to write the file in %windir%\system32.<br><br><br><br>On 01/06/2011, at 6:07 AM, Rainer Meier <<a href="mailto:r.meier@wpkg.org" target="_blank">r.meier@wpkg.org</a>> wrote:<br><br>> Hi Kevin,<br>><br>> On 31.05.2011 20:05, <a href="mailto:k.ijssel@eqaz.nl" target="_blank">k.ijssel@eqaz.nl</a> wrote:<br>>> Did you gave the file 777 rights?<br>>><br>>> Else it can't be edited..<br>><br>> I think he's not talking about server-side XML (wpkg.js does not update any of<br>> them unless you have a script/package which just copies it from local to a<br>> share). So I was assuming that he refers to the local wpkg.xml file - which<br>> would also explain why he's seeing the same updates on each run.<br>><br>> Moreover I don't think he's using Linux/Samba server; but I am not sure as he<br>> did not specify it.<br>><br>> br,<br>> Rainer<br>> -------------------------------------------------------------------------<br>> wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" target="_blank">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>> _______________________________________________<br>> wpkg-users mailing list<br>> <a href="mailto:wpkg-users@lists.wpkg.org" target="_blank">wpkg-users@lists.wpkg.org</a><br>> <a href="http://lists.wpkg.org/mailman/listinfo/wpkg-users" target="_blank">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>-------------------------------------------------------------------------<br>wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" target="_blank">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>_______________________________________________<br>wpkg-users mailing list<br><a href="mailto:wpkg-users@lists.wpkg.org" target="_blank">wpkg-users@lists.wpkg.org</a><br><a href="http://lists.wpkg.org/mailman/listinfo/wpkg-users" target="_blank">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a><o:p></o:p></p></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><br><br clear=all><br>-- <o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><b><span style='color:#002060'>Dave Goodbourn</span></b><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><span style='color:#002060'>IT Manager</span><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt;text-align:justify'><span style='font-size:10.0pt'><img border=0 id="_x0000_i1025" src="http://images.u-fx.co.uk/ufx_logo.jpg"><br clear=all></span><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:10.0pt'> </span><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><b><span style='font-size:10.0pt;color:#002060'>uFX (a division of uMedia)</span></b><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><b><span style='font-size:10.0pt;color:#002060'>UK: </span></b><span style='font-size:10.0pt;color:#002060'>2<sup>nd</sup> & 3<sup>rd </sup>Floors – 32 Rathbone Place – London – W1T 1JJ</span><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><b><span style='font-size:10.0pt;color:#002060'>BE: </span></b><span style='font-size:10.0pt;color:#002060'>Avenue Louise 113, 1050 Brussels, Belgium</span><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><b><span style='font-size:10.0pt;color:#002060'>GENERAL           </span></b><span style='font-size:10.0pt;color:#002060'>+44 20 7268 0068</span><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><b><span style='font-size:10.0pt;color:#002060'>FAX</span></b><span style='font-size:10.0pt;color:#002060'>                    +44 20 7268 0068<br></span><span style='font-size:10.0pt;color:#0065CC'><a href="mailto:dave@u-fx.co.uk" target="_blank"><span style='color:#0065CC'>dave@u-fx.co.uk</span></a></span><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:10.0pt'><a href="http://www.u-fx.be" target="_blank"><span style='color:#0065CC'>www.u-fx.be</span></a></span><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:10.0pt'> </span><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:10.0pt'><img border=0 id="_x0000_i1026" src="http://images.u-fx.co.uk/ufx_strap"></span><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:9.0pt;color:#0065CC'><a href="http://www.umedia.eu/medias/CONFIDENTIALITY20NOTICE.pdf" target="_blank"><span style='color:#0065CC'>Confidentiality notice</span></a></span><o:p></o:p></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:10.0pt'><a href="http://www.umedia.eu/medias/Company_legal_information.pdf" target="_blank"><span style='font-size:9.0pt;color:#0065CC'>Company legal information</span></a></span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'> <o:p></o:p></p></div></div></div></div><p class=MsoNormal><br><br clear=all><br>-- <span style='font-family:"Arial","sans-serif"'><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><b><span style='font-family:"Arial","sans-serif";color:#002060'>Dave Goodbourn</span></b><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-family:"Arial","sans-serif";color:#002060'>IT Manager</span><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;text-align:justify'><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><img border=0 id="_x0000_i1027" src="http://images.u-fx.co.uk/ufx_logo.jpg"><br clear=all><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p> </o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><b><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#002060'>uFX (a division of uMedia)</span></b><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><b><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#002060'>UK: </span></b><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#002060'>2<sup>nd</sup> & 3<sup>rd </sup>Floors – 32 Rathbone Place – London – W1T 1JJ</span><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><b><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#002060'>BE: </span></b><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#002060'>Avenue Louise 113, 1050 Brussels, Belgium</span><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><b><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#002060'>GENERAL           </span></b><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#002060'>+44 20 7268 0068</span><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><b><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#002060'>FAX</span></b><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#002060'>                    +44 20 7268 0068<br></span><span style='font-size:10.0pt;font-family:"Arial","sans-serif";color:#0065CC'><a href="mailto:dave@u-fx.co.uk" target="_blank"><span style='color:#0065CC'>dave@u-fx.co.uk</span></a></span><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><a href="http://www.u-fx.be" target="_blank"><span style='color:#0065CC'>www.u-fx.be</span></a><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p> </o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><img border=0 id="_x0000_i1028" src="http://images.u-fx.co.uk/ufx_strap"><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:9.0pt;font-family:"Arial","sans-serif";color:#0065CC'><a href="http://www.umedia.eu/medias/CONFIDENTIALITY20NOTICE.pdf" target="_blank"><span style='color:#0065CC'>Confidentiality notice</span></a></span><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt'><span style='font-size:10.0pt;font-family:"Arial","sans-serif"'><a href="http://www.umedia.eu/medias/Company_legal_information.pdf" target="_blank"><span style='font-size:9.0pt;color:#0065CC'>Company legal information</span></a><o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></div></body></html>