Hi,
if I write a winservice app in .net 2 which is to run on all our corporate user XP machines, how can I distribute it to all the user machines easily (as easy as Clickonce)? Or what are my options?
Thanks in advance,
John.
Printable View
Hi,
if I write a winservice app in .net 2 which is to run on all our corporate user XP machines, how can I distribute it to all the user machines easily (as easy as Clickonce)? Or what are my options?
Thanks in advance,
John.
Not sure about .NET 2.0 but in .NET 1.1, you would need to add an Installer to the project and then compile it.
Cheers - what would i do then, I guess distribute the installer app?
This is for C# but the principles, and most of the steps, would be exactly the same if you're using VB.