You May Distribute Compress.exe from VB Setup Kit with VB App

Last reviewed: December 8, 1995
Article ID: Q140874
The information in this article applies to:
  • Professional and Enterprise Editions of Microsoft Visual Basic, 16-bit only, for Windows, version 4.0

SUMMARY

Compress.exe is a utility program used by the Visual Basic SetupWizard to compress your files before you place them on distribution disks. Once the SetupWizard has built your distribution disks, Compress.Exe is not used anymore. Compress.exe is not necessary for installing your application by means of the distribution disks.

However, if you want to have your application use the Compress.exe utility for its own purposes, you can distribute Compress.exe with your application. This may be useful if, for example, you want to have your application program archive (compress) data files that are not in use.

MORE INFORMATION

You can expand files compressed with Compress.exe by using several methods, including the following:

  • The Expand.exe utility, also provided with the Visual Basic Setup Kit. (This utility is also redistributable.)
  • Lzexpand.dll API calls, which are documented in the Windows SDK Help file. Lzexpand.dll is provided with Windows version 3.1.


Additional reference words: 3.00 4.00 vb4win vb416
KBCategory: kbtool kbsetup
KBSubcategory: TlsSetWiz


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 8, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.