Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个应用程序安装程序,将我的应用程序安装在远程服务器上。
基本上我希望我的安装程序将应用程序安装在 Windows 服务器上,我只需给它地址和凭据。
我已经让安装程序在本地机器上工作。但现在我希望它安装在给定的服务器上。
PSExec是您的朋友。
您可以使用它远程运行安装程序,但首先需要访问远程计算机才能安装它。