Uninstall ALL MS Visio versions (and MS Project in comments)

We have this version:
IdentifyingNumber : {90150000-003B-0000-0000-0000000FF1CE}
Name : Microsoft Project Professional 2013
Vendor : Microsoft Corporation
Version : 15.0.4569.1506
Caption : Microsoft Project Professional 2013

From registry:
MsiExec.exe /X{90150000-003B-0000-0000-0000000FF1CE}

Changed the script.
$PrjPro2013 = Get-InstalledApplication -Name “Microsoft Project Professional 2013” -Exact | where {$_.UninstallSubkey -eq “Office15.ProjPRO”}

It starts and finds Project, no .xml creation…

Last results:
[12-21-2016 08:25:19.465] [Pre-Uninstallation] [Get-InstalledApplication] :: Found installed application [Microsoft Project Professional 2013] version [15.0.4569.1506] using exact name matching for search term [Microsoft Project Professional 2013].
[12-21-2016 08:25:19.490] [Pre-Uninstallation] [Get-InstalledApplication] :: Found installed application [Microsoft Project Professional 2013] version [15.0.4569.1506] using exact name matching for search term [Microsoft Project Professional 2013].
[12-21-2016 08:25:19.549] [Post-Uninstallation] [Exit-Script] :: Microsoft Project Uninstall Uninstallation completed with exit code [0].
[12-21-2016 08:25:19.553] [Post-Uninstallation] [Exit-Script] :: ------------------------------------------------------------------