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]
# 1
am i on my own here or what?
sortadan at 2007-9-9 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...
# 2
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

SameerMurudkar at 2007-9-9 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...