I'm missing something about the use of settings folders. Wpkg doesn't seem to find them. I'm using wpkg 0.9.10 stable. I have created a hosts, profiles, and packages folders, and for now, have just moved the appropriate xml files into those folders. I run wpkg from the following script: set PROGARAMFILES="C:\Program Files" set INST=\\conan\Installers set WPKGROOT=\\conan\Installers\wpkg set PACKAGES=%WPKGROOT%\packages set PROFILES=%WPKGROOT%\profiles set HOSTS=%WPKGROOT%\hosts set LOG=\\conan\wpkglog set DLL=C:\winnt\system32 set HDWRINSP=\\conan\installers\Hardware\Inspiron1300 net use L: %LOG% #Line below is actually a single line -- folded by mailer. cscript %WPKGROOT%\wpkg.js /synchronize /debug /nonotify > L:\%COMPUTERNAME%.log net use L: /delete When I run this script, I get the following message logged: Microsoft (R) Windows Script Host Version 5.6 Copyright (C) Microsoft Corporation 1996-2001. All rights reserved. Reboot-Cmd is standard. base directory \\conan\Installers\wpkg. Error parsing xml: System error: -2146697210. File \\conan\Installers\wpkg\hosts.xml Line 0 Linepos 0 Filepos 0 srcText So it's still looking for hosts.xml in the base directory. Is there a flag I need to include to tell it to use folders? -------------- next part -------------- A non-text attachment was scrubbed... Name: sbotsford.vcf Type: text/x-vcard Size: 431 bytes Desc: not available URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20060913/e88719ad/attachment.vcf> -------------- next part -------------- -------------- next part -------------- _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |