VB3 Distribute COMPRESS.EXE from VB Setup Kit with VB App

Last reviewed: January 9, 1997
Article ID: Q119740
The information in this article applies to:

- Standard and Professional Editions of Microsoft Visual Basic for

  Windows, version 3.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.


KBCategory: kbtool kbsetup
KBSubCategory: TlsSetWiz
Additional reference words: 3.00


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: January 9, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.