Question

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

Was it helpful?

Solution

ClickOnce supports "broadcasting" updates...

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top