Home  |  Index  |  Dotnet4all Snippets  |  Submit resources
About  |  Mail us  
Dotnet4all Logo
Program upgrades (Monday, January 02, 2006)
 

Found the following interesting discussion in the Newsgroups:

Program upgrades
by:Craig Brunton

Dear all,

I am new to visual basic.NET and have recently finished my first program
that works with our design package to create drawings. The problem I now
have is that I have installed the program on the PC's that need it but I
have just update the program to accommodate a new standard for the drawings.

What I want to do is basically perform an upgrade on the current program.

Can someone out there give me some guidance on how to do this or where I can
find some info about it?

Thanks

Craig Brunton


 Reply:
by:Les Smith

 Craig
If the client pcs are on a network, load the program from a network drive.
I.e., put the exe on the network and a shortcut on the client pcs to point
to the exe on the network drive. Then, when you need to change the program,
simply rename the old exe, because you can't overlay it if it is being used,
and then copy the new exe to the folder on the network drive. The next time
any user reloads the program, they will get the latest exe.

HTH
Les Smith
Check out articles, add-ins, free code, NET Refactor, NETCommander at
http://www.knowdotnet.com



 Reply:
by:Craig Brunton

 Les,

Thanks for the quick reply.

Unfortunately the IT department have said in no uncertain terms that they do
not want this. They don't mind it being on each individual computer but
they have worries about it being on the server.

So do you happen to have any other ideas?

Thanks

Craig Brunton


 Reply:
by:The Grim Reaper

 Personally, I'd install it on the server anyway - forget what IT say.
No wait.... that's the wrong answer.... hehe..
How about writing an update program that keeps track of which PC's all the
copies of the exe are on, and then when you update the "master" exe, you run
the program to update all of the other PC's??
Just a thought...
______________________________
The Grim Reaper



Posted by Xander Zelders



 
Previous Posts
    - RE: SQLCE Problem on Create Table
    - Q:Importing an Excel file into a VB application
    - Vb.net 2003 Get Text File
    - Changing design/apperance in excel from VB.NET
    - Visual Basic.net
    - How to remove NTFS Folder Permissions Using .NET
    - HELP - How to dump an XML string into IE???
    - How to implement skins
    - How to hide data addition
    - How to get macros

Archives
    - 10/03/2004 - 10/10/2004
    - 10/10/2004 - 10/17/2004
    - 10/17/2004 - 10/24/2004
    - 10/24/2004 - 10/31/2004
    - 10/31/2004 - 11/07/2004
    - 11/21/2004 - 11/28/2004
    - 11/28/2004 - 12/05/2004
    - 12/05/2004 - 12/12/2004
    - 12/12/2004 - 12/19/2004
    - 12/19/2004 - 12/26/2004
    - 12/26/2004 - 01/02/2005
    - 01/23/2005 - 01/30/2005
    - 01/01/2006 - 01/08/2006
    - 09/24/2006 - 10/01/2006


Disclaimer & Terms of Use  | DotNet4All.Com concept & © 2004 - 2007 by  Zelders²  - Holland