Powershell Silent Uninstall “Microsoft Report Viewer Runtime 2012”

前端 未结 2 786
长发绾君心
长发绾君心 2020-12-04 03:25

I have tried many of the common approaches(MSI, PowerShell) to silently uninstalling the following application:

MSI

$ReportVie         


        
2条回答
  •  不思量自难忘°
    2020-12-04 04:01

    It appears as thought when you do a silent uninstall error's are suppressed as well, when I attempted to uninstall the package in the UI, I was presented with a dialog asking me to located the MSI file for the application. Not sure how it got this way but I fixed it by re-downloading the package and uninstalling it from there. Would be nice not to have to package a MSI with my powershell script just to uninstall an application, but right now I don't have a better resolution.

提交回复
热议问题