How to create setup project for My Windows Service? and How to install the new version of my Windows Service after uninstalling the old version of myWindows Service?
Regards, Jagad
Jagad Wednesday, April 18, 2007 7:41 AM
If you're talking about a service executable and setup & deployment projects, you need custom actions and a service installer class.
Updates are performed by incrementing the setup project's version and setting RemovePreviousVersions to True.
PhilWilson Wednesday, April 18, 2007 8:18 PM
If you're talking about a service executable and setup & deployment projects, you need custom actions and a service installer class.
Updates are performed by incrementing the setup project's version and setting RemovePreviousVersions to True.
PhilWilson Wednesday, April 18, 2007 8:18 PM
Hi All,
Is the any way to deploy and update periodically Windows Service using ClickOnce?