我正在尝试msi使用安装 Window 应用程序驱动程序包cmd /PS ,但无法管理它,因为该包似乎需要用户交互
msi
cmd /PS
msiexec /i D:\a\test\ultimate\WindowsApplicationDriver_1.2.1.msi /qn
运行上面的命令并没有安装应用程序,而且我没有看到任何输出。我需要将此应用程序安装在默认位置,并在后台执行。
windows powershell
powershell ×1
windows ×1