Zahir Farooq schrieb: > I need some help with wpkg > > <packages> > <package > id="firefox" name="Mozilla Firefox 2.0" revision="2004" > reboot="false" priority="10"> > <check type="uninstall" condition="exists" path="Mozilla Firefox > (2.0.0.4)" /> > <install cmd='"\\smebuild\deploy\software\firefox\firefox.exe" -ms' /> > <upgrade cmd='"\\smebuild\deploy\software\firefox\firefox.exe" -ms' /> > </package> > > > I want firefox to upgrade any version that is less than 2004 > automatically. At the moment i have to manually change the revision to > force ugrades. Is their anyway of doing this without changing revision. Increasing the revision is a normal way for upgrading the packages to a newer version. What's your problem? -- Tomasz Chmielewski http://wpkg.org wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |