Where do my programs reside?

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jan 2005
Posts: 23
Reputation: dreyes67 is an unknown quantity at this point 
Solved Threads: 0
dreyes67 dreyes67 is offline Offline
Newbie Poster

Where do my programs reside?

 
0
  #1
Apr 25th, 2005
Ok, this might sound like a dumb question. I am a beginner and I am not sure how these programs work.

Our programming dept. creates and maintains severl programs they wrote in VB6 and VB6.NET. Every few weeks they make changes to some of them and they go to everybodys computer and load the new programs with the changes. Is this the way these programs are supposed to work?

I thought I could have 1 copy on a server and then everybody could give call up the program via an icon and get their work done.

Am I thought far off?

Thanks
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 65
Reputation: cpopham is an unknown quantity at this point 
Solved Threads: 0
cpopham cpopham is offline Offline
Junior Poster in Training

Re: Where do my programs reside?

 
0
  #2
Apr 26th, 2005
This is pertaining to executables. If you put an executable on the network and then allow the users to execute it from the network drive, then allow your users to execute it, you would have downgrade your network security. This would be serious problem because then malicious code could be ran the same way. That is why your network admin dept will not allow the programmers to install it this way.

Chester
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 23
Reputation: dreyes67 is an unknown quantity at this point 
Solved Threads: 0
dreyes67 dreyes67 is offline Offline
Newbie Poster

Re: Where do my programs reside?

 
0
  #3
Apr 28th, 2005
I can understand that. So I would have to make my changes and then upgrade each persons PC. Is there a better way to do this?

I am looking into creating an applicaiton using SQL for the database and maybe VB.Net or Winforms for the frond end. My Dept. manager does not like this approch because we would have to much housekeeping with exe. on peoples machines.

What is a better approch?
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: Where do my programs reside?

 
0
  #4
Apr 28th, 2005
If you ask me, that sounds like the way to do it. You make an EXE that will copy the updated programs from the network to the PC, removing the old version, and letting them use the new version. It's just 1 EXE that you make, that will auto-update the EXE on their machines. Hell, you could have it even setup to do it everyday (it won't matter if the EXE on the network is the same as the one on the PC anyway), at some late time after work. That way, every day they get the updates.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the VB.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC