[wpkg-users] Basic Question

Ronnie Carlos Tavares Nunes ronnie.carlos at dprf.gov.br
Thu Sep 4 19:12:52 CEST 2008


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.




More information about the wpkg-users mailing list