Advertisement
6_2008-2009 Libraries #210539

Run-Time Files

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.

AI

AI Samenvatting: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Broncode
original-source
<p><font size="3">The small article: </font></p>
<p><font size="3">Run-time files are files your application must have in order 
to work correctly after installation. These files are needed by all Visual Basic 
applications. </font></p>
<p><font size="3">The following are the run-time files for Visual Basic 
projects: </font></p>
<p><font size="3">Msvbvm60.dll </font></p>
<p><font size="3">Stdole2.tlb </font></p>
<p><font size="3">Oleaut32.dll </font></p>
<p><font size="3">Olepro32.dll </font></p>
<p><font size="3">Comcat.dll </font></p>
<p><font size="3">Asyncfilt.dll </font></p>
<p><font size="3">Ctl3d32.dll </font></p>
<p><font size="3"><b>The installation program assumes that any computer capable 
of performing an Internet download already has all of these files except for 
Msvbvm60.dll. <font color="#FF0000">Therefore this is the only run-time file!</font></b> 
Copied from MSDN Library. </font></p>
<p><font size="3">One more tip... </font></p>
<p><font size="3">If you also want to have professional installation package I 
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.</font></p>
Originele reacties (3)
Hersteld van de Wayback Machine