Powershell抛出" Cannot Validate The Argument on Parameter



在我的Powershell脚本中运行安装是相当简单的一行。这条线工作了——安装程序启动并成功完成。但是这个错误仍然存在。

Start-Process -Wait (msiexec.exe /I “C:TempMBAM 2.5Installersx64MBAMClient.msi”)

错误:

Start-Process : A positional parameter cannot be found that accepts argument ‘C:TempMBAM 2.5Installersx64MBAMClient.msi’
At line:1 char:1

尽管它可以工作,但重要的是不要在我的控制台中出现错误,这不仅是出于明显的原因,也是为了获得批准。

我将命令简化为:

' Start-Process -Wait ' C:TempMBAM 2.5 installer x64MBAMClient.msi "

就这么简单。安装,等待,没有错误。

相关内容

  • 没有找到相关文章

最新更新