VB5 .EXE files/shortcuts & RAM....

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Mar 2005
Posts: 32
Reputation: MrConfused is an unknown quantity at this point 
Solved Threads: 0
MrConfused MrConfused is offline Offline
Light Poster

VB5 .EXE files/shortcuts & RAM....

 
0
  #1
May 17th, 2005
1. With VB5 you can either create an EXE file while you are running VB, or use the separate setupwiz utility to create a .EXE file. The setupwiz way results in a smaller EXE file. Is this the only advantage? Also the setupwiz way results in the program doing something with the registry when your client installs the program. What is this all about?

2. When a program is put on the servers hard disk and then run from a shortcut from another terminal I'm a bit unsure of exactly what happens. Is the program loaded into the terminals RAM, or the Server's RAM? It seems the default place the program put's the files is on the server's hard disk (which is fine). Does this mean the program is in the servers RAM?

Cheers.
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: VB5 .EXE files/shortcuts & RAM....

 
0
  #2
May 17th, 2005
Originally Posted by MrConfused
1. With VB5 you can either create an EXE file while you are running VB, or use the separate setupwiz utility to create a .EXE file. The setupwiz way results in a smaller EXE file. Is this the only advantage? Also the setupwiz way results in the program doing something with the registry when your client installs the program. What is this all about?

2. When a program is put on the servers hard disk and then run from a shortcut from another terminal I'm a bit unsure of exactly what happens. Is the program loaded into the terminals RAM, or the Server's RAM? It seems the default place the program put's the files is on the server's hard disk (which is fine). Does this mean the program is in the servers RAM?

Cheers.
Well, creating an EXE with the setupwiz actually goes through to make an entire setup program. With the cute blue screen and the next next next finish buttons. Creating an EXE from within the VB IDE, just makes the EXE, with no dependency files or anything else. Why the EXE is smaller the other way is something I have absolutely no idea how to answer, but I know one is made for installation purposes and one is made for just compiling an EXE.

As for running programs from the server, I'm fairly confident in my resolve to say that the exe gets loaded into the clients (terminal's) ram, and NOT the server. I mean, sure, the server probably has to use a little bit of ram to transfer the EXE to the terminal or something, but I'm pretty sure that the ram occupied is on the terminal.
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 Visual Basic 4 / 5 / 6 Forum


Views: 2453 | Replies: 1
Thread Tools Search this Thread



Tag cloud for Visual Basic 4 / 5 / 6
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC