I created a Windows Service and I want to deploy using ClickOne. Is this possible?
jfled Monday, February 27, 2006 11:01 PM
ClickOnce is targetted towards deploying isolated per-user applications. It cannot be used to deploy Windows Services. You will need to use Windows Installerfor this.
Sameer Bhangar - MSFT Tuesday, February 28, 2006 7:30 AM
ClickOnce is targetted towards deploying isolated per-user applications. It cannot be used to deploy Windows Services. You will need to use Windows Installerfor this.
Sameer Bhangar - MSFT Tuesday, February 28, 2006 7:30 AM
Well that's to bad. It would be nice to be able to update a Window Service without having to uninstall and re-install it every time I need to makea change.
jfled Tuesday, February 28, 2006 2:03 PM
Hi
I wanted to find the best(easiest) way of distributing a win service on XP machines in a corp environment - if not Clickonce what would may alternatives be aside from physically going round and installing and upgrading every machine?