home *** CD-ROM | disk | FTP | other *** search
/ Chip: MS Office Professional / Chip-Special-Microsoft.bin / dckit / readme.txt < prev    next >
Text File  |  1996-04-15  |  3KB  |  63 lines

  1. ========================================================================
  2. Release notes for the Microsoft Office (tm) Document Compressor Kit
  3.  
  4. Copyright (C) Microsoft Corporation, 1996
  5. ========================================================================
  6.  
  7. NOTE
  8. ----
  9. Please read the license agreement for this product. It is in the license.txt
  10. file.
  11.  
  12. DESCRIPTION
  13. ------------
  14. The Microsoft Office Document Compressor Kit is a freely distributable
  15. utility package that allows you to build self-extracting program files
  16. (self-exe's) containing one or more compressed Office (tm) documents.
  17. The self-exe's will be much smaller than the uncompressed documents,
  18. especially if they contain a number of graphics. When a self-exe is run on a
  19. user's machine from a local or network drive, it will extract the document(s)
  20. to the temp directory in the sequence that they were compressed. It will then
  21. load the first document into the appropriate application. For example, if the
  22. first document extracted is an Access (tm) database, it will be loaded  into
  23. Access. If there is only one document, it will be deleted from the temp
  24. directory when user exits the application. If there are other documents,
  25. the user will have to open and delete them manually.
  26.  
  27. SUPPORTED PLATFORMS
  28. -------------------
  29. The self-exe's created with the Document Compressor Kit will run on
  30. Windows (tm) 3.x, Windows for Workgroups 3.x, Windows 95 and Windows NT
  31. 3.1 and above. However, the Compressor Kit does NOT support documents with long 
  32. file names. 
  33.  
  34. INSTALLATION INSTRUCTIONS
  35. -------------------------
  36. (1)  Create a directory for the Compressor Kit files on your hard drive
  37.  
  38. (2)  Move the files listed below to the directory
  39.     makeexe.bat
  40.         cabinet.ddf
  41.         diamond.exe      
  42.         unpack.exe
  43.  
  44. (3) Delete dcompkit.exe
  45.  
  46. BUILDING A SELF-EXE
  47. -------------------
  48. (1)  Open cabinet.ddf in Notepad or another text editor.
  49.   
  50. (2)  Add the full paths and filenames for the documents to compress on
  51. individual lines below the comment ";Add your files here". If any of the
  52. documents have long file names, you will need to copy/rename them to 8.3
  53. short filenames before adding them to cabinet.ddf.
  54.  
  55. (3)  makeexe.bat will create a self-exe called selfext.exe in the Compressor
  56. Kit directory by default. To change the path and filename of the self-exe,
  57. open the .bat file in a text editor and substitute the desired path and
  58. filename in the line below the comment "Rem change selfext.exe...".
  59.     
  60. (4)  Create the self-exe by running makeexe.bat from File Manager, the
  61. Windows Explorer or the Command Prompt.
  62.  
  63.