INF: Manual Decompression of SQL Server Files

Last reviewed: April 3, 1997
Article ID: Q105020
The information in this article applies to:

  - Microsoft SQL Server version 4.2 for OS/2
  - Microsoft SQL Server version 4.2

SUMMARY

The files included on the SQL Server distribution diskettes with names that end with a @ or _ character are compressed. These files can be manually decompressed by using either SQL Server SETUP.EXE or UNPACK.EXE.

MORE INFORMATION

For a given SQL Server diskette set, if setup is a graphical, Windows-based application, then SETUP.EXE can be used to decompress a file from that disk set.

Please ensure that you use the SETUP.EXE from the SQL Server diskette, and not from another software package. The SETUP /? command will display complete usage information. Running the following command will decompress a compressed file:

   setup /Z <compressed-file> <decompressed-file>

For a given SQL Server disk set, if setup is a character mode application, then the UNPACK.EXE utility can be used to decompress a file from that set.

Please ensure that you use the UNPACK.EXE from the SQL Server diskette, and not from another software package. The UNPACK /? command will display complete usage information. Running the following command will decompress a compressed file:

  unpack <compressed-file> <decompressed-file>

In both cases, <compressed-file> is the complete path and file name of the compressed source file (including the @ or _ character), and <decompressed-file> is the complete path and file name of the decompressed destination file (not including the @ or _ character).

NOTE: This often means replacing the @ or _ character with another character to create the correct destination file name. For example, a compressed source file named SQLSERVR.EX@ should be decompressed to a destination file named SQLSERVR.EXE.


Additional query words: 4.20 Windows NT
Keywords : kbother SSrvGen
Platform : OS/2 Windows


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