> > from documentation: > If wpkg.xml is removed, it will be recreated next time > wpkg.js is started (but installers for packages without any > checks defined will be started again). > --- > so if i delete wpkg.xml and have already installed fifefox, > thunderbird, openoffice. And packages.xml contain checks All > that checks will be skiped and install commands just will be executed? > No it is the other way around: If the local "package database" is missing the checks defined in the server side database are executed for each package, if all checks for a package return true, the package is determined to be installed and the install commands are skipped. --- Stefan |