Ronnie Carlos Tavares Nunes schrieb: > 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? Increase the revision, correct the command paths, and make sure uninstall conditions are still true. > I can put the dots on revision or leave > like is it? I don't understand what you mean here. -- Tomasz Chmielewski http://wpkg.org |