[wpkg-users] Microsoft .NET Desktop Runtime 6.0 ...

Marco Gaiarin gaio at lilliput.linux.it
Wed Mar 8 19:07:35 CET 2023


Mandi! Nicolas BRICHE
  In chel di` si favelave...

> Try to escape the parenthesis as well?
>  path="Microsoft Windows Desktop Runtime - 6\.0\.\d+ \(x86\)"

Ah, stupid me, it works! Thanks!

> 
> Also, try 'condition="versiongreaterorequal"' instead of just "exists". 
> If you keep "exists", it would match obsolete versions as well.
> https://wpkg.org/Packages.xml#Uninstall

Ah, oh, sure... but 'versiongreaterorequal' i think is related to value="",
not path="", so i have to take also this into account.


Just i'm here... seems that there's no silent uninstallation for VB6; a
simple:

	<remove cmd='wmic product where "Name like 'Microsoft Windows Desktop Runtime - 6.0.%'" call uninstall /nointeractive' >
 		<exit code="3010" reboot="postponed" />
 	</remove>

correctly match the product but does nothing.


Someone have some clue? Thanks.

-- 
  ...buffoni che campate di versi senza forza
  avrete soldi e gloria, ma non avete scorza;		(F. Guccini)




More information about the wpkg-users mailing list