Start-Process -FilePath "D:\360Downloads\software\WPS-Office_11.1.0.13703.exe" -Verb runAs -ArgumentList '/s','/v"/qn"'
Start-Process -FilePath "D:\360Downloads\software\WPS-Office_11.1.0.13703.exe" -ArgumentList "/s /v/qn"
Start-Process -Wait -FilePath "D:\360Downloads\software\WPS-Office_11.1.0.13703.exe" -ArgumentList "/S" -PassThru
# 下面这个也是一直报错,win下的工具咋这么难用
cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319
.\InstallUtil.exe "D:\360Downloads\software\Xshell_5.0.0.37_setup.1459931786.exe" /InstallStateDir="D:\360Downloads\software_install\xshell5-1" /LogToConsole="true"
标签:exe,11.1,WPS,Start,哪个,360Downloads,powershell,software
From: https://www.cnblogs.com/smlile-you-me/p/17321566.html