简体   繁体   English

C#安装 - 同时在多台计算机上安装软件

[英]C# Installation - Install software on multiple computers simultaneously

I have ac# application that will be installed on several different network computers. 我有一个ac#应用程序,将安装在几个不同的网络计算机上。 The software changes on occasion. 软件有时会改变。 I was wondering if there was a way to upgrade or install the new version of software on all the network computers at the same time from the server computer. 我想知道是否有办法从服务器计算机同时在所有网络计算机上升级或安装新版本的软件。

I will be triggering the install, so there will not need to be checks for new versions or anything like that. 我将触发安装,因此不需要检查新版本或类似的东西。

So, what I need is some method of a mass install when I trigger it. 所以,我需要的是当我触发它时的一些大规模安装方法。

Thanks 谢谢

Howzabout a software installation AD Group Policy? Howzabout软件安装AD组策略? This would do exactly what you need, assuming you have an AD domain. 假设您有一个AD域,这将完全符合您的需求。

ClickOnce支持“广播”更新......

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM