[wpkg-users] Check type uninstall

David Pailler david.pailler at ac-paris.fr
Mon Mar 15 07:59:41 CET 2021


Ok, then modify your Check line with a Or and add a Check version file for example on the executable
For example

   <check type="logical" condition="or">
   <check type="file"      condition="versiongreaterorequal" path="%PKG_DESTINATION%\Flash.ocx" value="24.0.0.186"  />    
   <check type="uninstall" condition="versiongreaterorequal" path="Blender" value="%version%" />
   </check>

> Le 15 mars 2021 à 07:41, Ulli Conrad <ulli.conrad at bio.uni-goettingen.de> a écrit :
> 
> Hi, thanks for your reply :-)
> 
>> Am 15.03.2021 um 07:37 schrieb David Pailler:
>> In this particulary case, you should add
>> <upgrade include=''remove''/>
> Yes that would be a workaround.
> But sometimes users want both versions. Guess it's the reason why Blender, R and some other programs allow multiple versions installed parallel.
> 
> - Ulli -
> 
> ---------------------------------
> wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
> _______________________________________________
> wpkg-users mailing list
> wpkg-users at lists.wpkg.org
> https://lists.wpkg.org/mailman/listinfo/wpkg-users



More information about the wpkg-users mailing list