C# Installation - Install software on multiple computers simultaneously

546 Views Asked by At

I have a c# application that will be installed on several different network computers. 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

2

There are 2 best solutions below

0
On BEST ANSWER

ClickOnce supports "broadcasting" updates...

0
On

Howzabout a software installation AD Group Policy? This would do exactly what you need, assuming you have an AD domain.