|
-
Mar 1st, 2006, 10:15 AM
#1
Thread Starter
Addicted Member
WinService: install options?
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.
-
Mar 1st, 2006, 10:18 AM
#2
Re: WinService: install options?
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.
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Mar 1st, 2006, 10:22 AM
#3
Thread Starter
Addicted Member
Re: WinService: install options?
Cheers - what would i do then, I guess distribute the installer app?
-
Mar 1st, 2006, 07:17 PM
#4
Re: WinService: install options?
This is for C# but the principles, and most of the steps, would be exactly the same if you're using VB.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|