|
-
Nov 18th, 2000, 09:03 AM
#1
Thread Starter
Lively Member
I have an VB application..... the EXE is only 64K but after using the Package Wizard and making a zip file of the Setup.exe, Setup List, and CAB file the zip file is 2.74 Megs!
I see that (alone):
MSVBVM60.DLL is ~1.3M
and
MSCOMCTL.OCX is ~1 M
Is there anything I can do about this? It seems nuts to have someone download almost 3 Megs when the EXE is only 64K!
Thanks for any help...
-
Nov 18th, 2000, 09:12 AM
#2
Lively Member
Well, if you want the app to work...
In a MS 32-bit environment, you must have all needed DLLs, OCXs, etc. resident and registered on the host machine. As a result, you must include them all. Perhaps you could make different levels of installs based on files that your users already have. For example, if they already have a particular DLL, they could download the version without that DLL, etc.
The nice part of this deal is that if you later make changes to the app without changing the "references", yo can then merely send the updated exe without a full re-install.
Jeff
[Edited by Jeff Carlin on 11-18-2000 at 09:15 AM]
-
Nov 18th, 2000, 09:13 AM
#3
_______
<?>
You can't run VB exe(s) without the runtime and ocx for the controls. Sucks big time but that is VB. If the pc your application is heading for has those files already you can just make an exe instead of a setup application but that is about it.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
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
|