How to uninstall Microsoft Visio and project any versions

Hi Guys,

I Have some task to run, i will do uninstall Microsoft Visio and project any versions on my endpoints, did you have a guide to create task to uninstall above ?

i try to create a task but did not running and still failed

Thanks

Regards,

Eddho Renaldi

Hi,

In your message to me you mentioned that you tried using the uninstall string.

Can you share how you tried using the uninstall string and we can go from there?

Bill

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

Hi Bill,

after take action task i got this error " Action failed. This action has been applied 1 time and will not be applied again"

i will try to another computers to take action, with new action script
waithidden MsiExec.exe /X {{GUID} /qn

on this page : Uninstall office 2007

with replace the GUID Ms. Visio and Project

i will update soon

Thanks

Eddho Renaldi

Did the failure happen on a particular line? Were there any error messages in the client logs?