EDIT:
You can get a list of the program name and version # running this command in a dosbox:
You can get a list of the program name and version # running this command in a dosbox:
wmic product get name,version
comparing the the command above you can deinstall Adobe Flash 21 like this:wmic product where "name like 'Adobe Flash Player %%' and version < '22'" call uninstall