【问题标题】:install adobe reader with windows powershell使用 windows powershell 安装 adobe reader
【发布时间】:2012-08-17 22:11:24
【问题描述】:

我使用很多服务器,想配置一个 powershell 脚本来安装 adobe reader。似乎一旦我为此设置了脚本格式,我就可以安装我需要的其他程序,例如 (netmon) 和 (sqlxml 4.0)。

这些 .exe 文件将存储在 D:\

感谢您的帮助

【问题讨论】:

    标签: powershell scripting windows-server-2008-r2


    【解决方案1】:

    首先,您需要下载完整版的 Adob​​e Reader 安装程序(不是 Web 安装程序),但离线安装程序大约 40 mb。然后运行这个脚本:

    &"C:\AdbeRdr1000_en_US.exe" /msi EULA_ACCEPT=YES /qn
    

    唯一的困难是它是异步的,所以它不会等待安装完成才退出

    对于任何应用程序,只需 google 命令行选项并从 PowerShell 运行它

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-07-21
      • 2021-02-21
      • 1970-01-01
      • 2017-09-26
      • 1970-01-01
      • 1970-01-01
      • 2013-05-12
      • 1970-01-01
      相关资源
      最近更新 更多