How to uninstall Microsoft Visio and project any versions

Hi bill,

this actions script that i used, for uninstall Microsoft visio

waithidden msiexec.exe /X { name of keys whose( (exists values "DisplayName" whose(it as string as lowercase starts with "Microsoft Office Visio" as lowercase) of it) AND (exists values whose(it as string as lowercase starts with "msiexec") of it) ) of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of ( x64 registries; x32 registries ) } /qn

any suggestions ?

Thanks,

Eddho Renaldi