Regarding the "dots on revision", AFAIK revision should always be an integer, not a decimal or string. So I'd leave periods out of the revision value. On 9/4/08, Ronnie Carlos Tavares Nunes <ronnie.carlos at dprf.gov.br> wrote: > > Hi all, > > I would like understand how I have to do for wpkg install new updates. > Follow the scenario: > > I have the following thunderbird package: > > <packages> > <package > id="thunderbird" > name="Mozilla Thunderbird" > revision="20014" > reboot="false" > priority="9"> > <check type="uninstall" condition="exists" path="Mozilla Thunderbird > (2.0.0.14)" /> > <install cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup 2.0.0.14.exe" > -ms' /> > <upgrade cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup 2.0.0.14.exe" > -ms' /> > <remove cmd='"%PROGRAMFILES%\Mozilla > Thunderbird\uninstall\uninstall.exe" -ms' /> > </package> > </packages> > > Now I want install the Thunderbird 2.0.0.16. Question: Must I change > revision to 2.0.0.16 and change all lines (check type, install cmd, > upgrade cmd, remove cmd) to Thunderbird Setup 2.0.0.16.exe and put the > archive on the path /software? I can put the dots on revision or leave > like is it? > > Thanks, > > Ronnie. > > ------------------------------------------------------------------------- > wpkg-users mailing list archives >> > http://lists.wpkg.org/pipermail/wpkg-users/ > _______________________________________________ > wpkg-users mailing list > wpkg-users at lists.wpkg.org > http://lists.wpkg.org/mailman/listinfo/wpkg-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20080904/5827743d/attachment.html> |