what's clickonce's story with managed windows services?
what's clickonce's story with managed windows services? can it install them? if i install it myself, can it update them (stop the service, cycle the new bits in, and start the service again)? what's the dillio?
[221 byte] By [
sortadan] at [2007-12-16]
ClickOnce is for installing low impact per user managed application. It does not have any support for starting, stopping services. The ClickOnce engine is not suited for installing high impact apps that need to modify GAC, registry etc.
Thanks,
Sameer