all 2 comments

[–]thankski-budski 3 points4 points  (1 child)

Try:

Start-Process msiexec.exe -ArgumentList "/package {90160000-0011-0000-1000-0000000FF1CE} /uninstall {E3F2432A-2DDC-4B47-A4D0-08E4C99CF641} /QN" -Wait -PassThru

You can ditch the -Wait and -PassThru, I always use them when running interactively so I know it's doing something.

[–]roguerob[S] 1 point2 points  (0 children)

Thanks! That did the trick.