我正在远程访问 Windows 服务器,并且只有一个 powershell CLI。下载 vim for windows 后,使用以下命令:
Invoke-WebRequest https://ftp.nluug.nl/pub/vim/pc/gvim81.exe -OutFile "gvim81.exe"
我需要哪些 CLI 参数来安装 vim?
Start-Process -Wait -FilePath gvim81.exe -PassThru -ArgumentList "/Arg1=Arg1 /Arg2=Arg2"
可用的 CLI 安装参数和选项的列表在哪里?
答案1
https://support.microsoft.com/en-gb/help/912203/
Vim 安装程序/extract:<location>
也应该使用该选项。