Are you using an intranet or the internet to push the
updates? If the internet, you probably can't get there
without a web server. If you are using an intranet, you
can do it from a shared folder. Paul Kimmel has a new
book
http://www.amazon.com/exec/obidos/AS...24075/internco
m-20/002-4611773-6304806 that discusses this in depth...
I can send you some code to do it. Effectively you need
two assemblies, one that calls the second, and it looks
to somehwere 'else' to check if the somewhere 'else' on
is newer than the one it wants to use. I've done it on
the intranet at work, and on a scale of 1 to 10, it's
about a 4 the first time through, and much easier
afterward, setting the permissions is the main gotcha.
Let me know which scenario you are using and I can be of
more help.
Good Luck,
Bill
W.G. Ryan
dotnetguru@comc ast.nospam.net
www.knowdotnet.com[color=blue]
>-----Original Message-----
>I am building an application that would check for newest[/color]
releases on start[color=blue]
>and if new releases exist, it would update itself. All[/color]
reference I have[color=blue]
>found are using a web server which I don't want to use.
>
>I am doing this in VB.net, and the updates should be[/color]
stored on SQL Server[color=blue]
>2000.
>
>Any ideas how can I do this. I have heard something[/color]
about AutoUpdate class.[color=blue]
>Would it work with an SQL Server as well?
>
>Any help will be appreciated,
>
>
>--
>Dino Buljubasic
>Software Developer
>http://rivusglobal.com
>
>
>.
>[/color]
updates? If the internet, you probably can't get there
without a web server. If you are using an intranet, you
can do it from a shared folder. Paul Kimmel has a new
book
http://www.amazon.com/exec/obidos/AS...24075/internco
m-20/002-4611773-6304806 that discusses this in depth...
I can send you some code to do it. Effectively you need
two assemblies, one that calls the second, and it looks
to somehwere 'else' to check if the somewhere 'else' on
is newer than the one it wants to use. I've done it on
the intranet at work, and on a scale of 1 to 10, it's
about a 4 the first time through, and much easier
afterward, setting the permissions is the main gotcha.
Let me know which scenario you are using and I can be of
more help.
Good Luck,
Bill
W.G. Ryan
dotnetguru@comc ast.nospam.net
www.knowdotnet.com[color=blue]
>-----Original Message-----
>I am building an application that would check for newest[/color]
releases on start[color=blue]
>and if new releases exist, it would update itself. All[/color]
reference I have[color=blue]
>found are using a web server which I don't want to use.
>
>I am doing this in VB.net, and the updates should be[/color]
stored on SQL Server[color=blue]
>2000.
>
>Any ideas how can I do this. I have heard something[/color]
about AutoUpdate class.[color=blue]
>Would it work with an SQL Server as well?
>
>Any help will be appreciated,
>
>
>--
>Dino Buljubasic
>Software Developer
>http://rivusglobal.com
>
>
>.
>[/color]
Comment