There is a download tag supported in wpkg, so you could give that a try.<br><br>According to the XSD documentation for the download tag:<br>"Specifies a global download (downloaded                                             regardless of the command to be executed). NOTE:                                                The download is even executed if your command is                                                not using it. For example if the remove command                                         is executed usually you don't need to download                                              the full installer. Therefore it is recommended                                         to add such downloads as a sub-node of the respective command."<br>
<br>Example download tag:<br><download url="<a href="http://server/foo.exe">http://server/foo.exe</a>" target="C:\tmp\foo.exe" timeout="10" /><br><br>where timeout is an optional attribute measured in seconds.<br>
<br><br> - Brian<br><br><div><span class="gmail_quote">On 2/17/10, <b class="gmail_sendername">Steve Romanow</b> <<a href="mailto:slestak989@gmail.com">slestak989@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I apologize if this is covered in other discussions.  I had an idea that I wanted to discuss.  We are just getting started with wpkg, but it appears to be the perfect tool for deploying our companies ssh client (and config) to remote team members.  The way I am thinking, I would like to have a web service exposing these applications so that is say userA has putty installed on his workstation automatically, but he is using a laptop at home on the vpn, he could explicitly run the job to install putty.<br>

<br>
Thoughts?<br>
-------------------------------------------------------------------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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" onclick="return top.js.OpenExtLink(window,event,this)">wpkg-users@lists.wpkg.org</a><br>
<a href="http://lists.wpkg.org/mailman/listinfo/wpkg-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
</blockquote></div><br>