Run-Time Files
Posted: 2003-06-01
By: ArchiveBot
Viewed: 75
Filed Under:
No attachments for this post
I wanted to inform all VB programmers about run-time files in order not to "explode" distributable file with 1.3 MB instead of ±650Kb.
Original Author: Aki
Code
The small article: Run-time files are files your application must have in order The following are the run-time files for Visual Basic Msvbvm60.dll Stdole2.tlb Oleaut32.dll Olepro32.dll Comcat.dll Asyncfilt.dll Ctl3d32.dll The installation program assumes that any computer capable One more tip... If you also want to have professional installation package I
to work correctly after installation. These files are needed by all Visual Basic
applications.
projects:
of performing an Internet download already has all of these files except for
Msvbvm60.dll. Therefore this is the only run-time file!
Copied from MSDN Library.
recommend to use NSIS http://nsis.sourceforge.net/ and it's free. You will also
need an editor and this you can get if you click on download page. I use HM NIS
Edit http://hmne.sourceforge.net/ and it's also free. I hope this will help
someone.
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.