<tt><font size=2>wpkg-users-bounces@lists.wpkg.org wrote on 14.06.2011
23:32:37:<br>
<br>
> I'm currently thinking about a new deployment tool software for <br>
</font></tt>
<br><tt><font size=2>You might want to take a look at ocsinventory (</font></tt><a href="http://www.ocsinventory-ng.org/"><tt><font size=2>http://www.ocsinventory-ng.org/</font></tt></a><tt><font size=2>).
It might scratch your itch :)</font></tt>
<br>
<br><tt><font size=2>> Microsoft systems (XP/Vista/7) like WPKG but
with the following functions:<br>
> - Installed directly as a Windows service (no cscript)</font></tt>
<br>
<br><tt><font size=2>I understand this. wpkg.js is a good concept but it
suffers from lots of bugs and limitations in WSH. If cscript would not
be the steaming pile of * that it is, I'd love it.</font></tt>
<br>
<br><tt><font size=2>Updates are no concern. wpkg.js hasn't seen a release
since 2009. Even the bugfixes in SVN are still unreleased.</font></tt>
<br><tt><font size=2><br>
> - Retrieve the list of the packages to be installed on the computer
from <br>
> an HTTP server (a PHP script that queries an LDAP directory to choose
a <br>
> database or xml file like Profiles.xml). The description of the packages
<br>
> could be an XML file whose format is identical to WPKG.<br>
</font></tt>
<br><tt><font size=2>you can already do that with wpkg. (with wpkgexpress)</font></tt>
<br>
<br><tt><font size=2>> - Retrieving of files (installation programs)
from an HTTP server<br>
</font></tt>
<br><tt><font size=2>Dito - but be aware - wpkg uses cscript to retrieve
HTML - and will load everything in RAM before dumping to disk. If you try
to the a notes-install this way off to the swapfile you go :)</font></tt>
<br>
<br><tt><font size=2>Workaround is getting a wget.exe and calling that
to retrieve your files. </font></tt>
<br>
<br><tt><font size=2>> - Signing packages and files to ensure they have
not been altered and <br>
> nobody use this tool to install other software.<br>
</font></tt>
<br><tt><font size=2>This is definitely a weak point in wpkg that's not
easily fixed. As the main program is not run locally, there's not even
a point in signing the data files.</font></tt>
<br>
<br><tt><font size=2>> - Sends the installation state through the HTTP
server (a PHP script <br>
> that stores information in a DB)</font></tt>
<br>
<br><tt><font size=2>you can already do that with wpkg. Just upload the
wpkg.xml as a post-script.</font></tt>
<br><tt><font size=2><br>
</font></tt>
<br><tt><font size=2>Best Regards</font></tt>
<br><tt><font size=2>        Heiko</font></tt>