문제

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

도움이 되었습니까?

해결책

ClickOnce supports "broadcasting" updates...

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top