为什么这不起作用
为什么这不起作用?我想将文件复制到远程计算机并运行它。
psexec \\epo-test -c C:\temp\Avmr64.msi /Silent
错误
这是我在 epo-test 上收到 PsExec 无法启动 Avmr64.msi 的 : 系统找不到指定的文件。
我正在尝试将 Avmr64.msi 复制到 epo-test 并运行静默安装,但我得到了这个 PsExec 无法在 epo-test 上启动 Avmr64.msi: 系统找不到指定的文件。
任何帮助都会很棒。
Why doesn't this work? I want to copy the file to the remote machine and run it.
psexec \\epo-test -c C:\temp\Avmr64.msi /Silent
Heres the error I get
PsExec could not start Avmr64.msi on epo-test:
The system cannot find the file specified.
I am trying to copy Avmr64.msi over to epo-test and run a silent install but I get this
PsExec could not start Avmr64.msi on epo-test:
The system cannot find the file specified.
Any help would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于那些有兴趣的人来说,这是答案
For those that are interested heres the answer
我认为你在这里尝试运行的是“/Silent”。尝试一下:
或者类似的东西。
I think what you're trying to run here is "/Silent". Try instead:
or something in that fashion.
尝试以下(未经测试):
http://forum.sysinternals.com/topic2542.html
Try the below ( untested ):
http://forum.sysinternals.com/topic2542.html