Peter Hartmann schrieb: > I'm using wpkg to remove 'crapware' that comes bundled with > manufacturers OS installs. To do it the way I want, I think wpkg > might need ' condition="notexist" ' in packages.xml. Right now I'm > using a fictitious condition so that it runs every time. *I think* > for some reason I needed that for the packages to run at all. That's > very not efficient as my list of unwanted software is getting long. > execute="once" isn't really an option because I believe it depends on > condidtion, which since things are removed, can't be met. Is there a > better way to do it? Or has anyone thought about implementing > "notexist"? Or should I be looking at exit codes?
You can use execute="once" without any conditions. -- 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/ _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
