2006/4/23, sbotsford <[EMAIL PROTECTED]>: > Samba share: > > [wpkglog] > comment = Log location for windows packager > path = /Installers/wpkg/logs > browseable = no > writeable = yes > guest ok = yes
[...] > So now my wpkg start file looks like this: > > set INST=\\conan\Installers > set WPKG=\\conan\Installers\wpkg > set LOG=\\conan\wpkglog > set DLL=C:\winnt\system32 > set HDWRINSP=\\conan\installers\Hardware\Inspiron1300 > > net use L: %LOG% > > cscript %WPKG%\wpkg.js /synchronize /debug /nonotify > > L:\%COMPUTERNAME%.log > You can also make a package with execute=always which copies the wpkg.xml file to server. You will know what packages are installed and you'll be able to parse and compare wpkg.xml files from different machines. There could be many example of logging packages. You can get output of systeminfo or net command, firewall configuration and so on... It's very nice for controlling terminal without visiting it. ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
