Adam Williams schrieb: > thanks. in config.xml if I set: > > <param name='forceInstall' value='true' /> > > does that mean the package will be installed every time the client > connects to WPKG even if execute="once" is in packages.xml? I didn't > see anything in the README about that, and the /forceinstall flag at > http://wpkg.org/WPKG_flags isn't exactly clear on that to me either.
Here's some more clarification I added: /forceinstall - Forces installation over existing packages. The "install" command will be run, even if "check" conditions are met. This can be useful to "repair" packages etc. Don't use it, unless you really know what you're doing - it will start all your install commands for all packages. A better way is to increase a package revision for a single package (the one you know is broken), and make an "upgrade" of that single package. Is it better / more understandable now? -- Tomasz Chmielewski http://wpkg.org ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ ------------------------------------------------------- Easy Software Deployment >> http://wpkg.org _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
