[wpkg-users] forcing thunderbird reinstallation

andrea crotti kerny404 at gmail.com
Thu Mar 5 16:32:53 CET 2009


2009/3/5 Robin Roevens <robin.roevens at cocks.be>:
>
> You will possibly also have to add the uninstall command to the upgrade
> section of your package..:
>
> <upgrade cmd='"%PROGRAMFILES%\Mozilla Thunderbird\uninstall\uninstall.exe"
> -ms' />
> <upgrade cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup 2.0.0.19.exe" -ms'
> />
>
>  Since I'm not sure the installer will  update a thunderbird version equal
> to the one being installed.
>
> Regards
> Robin
>
> wpkg-users-bounces at lists.wpkg.org wrote on 05.03.2009 10:34:21:
>

Great guys I solved!
I had a few mistakes to solve but finally I got it..

 <check type="uninstall" condition="exists" path="Mozilla Thunderbird
(2.0.0.19)" />

 <install cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup 2.0.0.19.exe" -ms' />

 <upgrade cmd='"%PROGRAMFILES%\Mozilla Thunderbird\uninstall\helper.exe" /S' />
 <upgrade cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup 2.0.0.19.exe" -ms' />

 <remove cmd='"%PROGRAMFILES%\Mozilla Thunderbird\uninstall\helper.exe" /S' />

</package>



More information about the wpkg-users mailing list