home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osinmmcd.txt < prev    next >
Text File  |  1996-12-24  |  3KB  |  101 lines

  1. OSINMMCD - CID INSTALLATION OF OS/2 WARP MULTIMEDIA
  2. 10/18/96
  3. =======================================================================
  4.           CID Installation of OS/2 Warp Multimedia
  5. =======================================================================
  6.  
  7. Please Read Entire Document for Full Explanation of Procedures
  8. --------------------------------------------------------------
  9. DESCRIPTION
  10.  
  11. This document describes how to use CID (Configuration, Installation, 
  12. and Distribution) to install OS/2 Warp Multimedia.
  13.  
  14. RESOLUTION
  15.  
  16. Installation of Multimedia
  17. --------------------------
  18. MultiMedia support is fully CID enabled with OS/2 Warp versions. Since 
  19. it requires Presentation Manager (PM) to execute, there are two steps 
  20. to installation of MultiMedia:
  21.  
  22. 1. During the initial response file install of base OS/2 it is 
  23.    necessary for the MMOS2 files to be copied to the hard disk so that 
  24.    they can be installed after restarting to PM. If you set the 
  25.    keyword MultiMediaSupport=1 in the base response file, 
  26.    the multimedia files will be copied to the \MMTEMP subdirectory on 
  27.    the target.
  28.  
  29. 2. Once you restart to PM, you will need to complete the multimedia 
  30.    installation using the following command:
  31.  
  32.    C:\MMTEMP\MINSTALL /M
  33.  
  34.    This will install the relevant files to the \MMOS2 subdirectory and 
  35.    clean up the \MMTEMP subdirectory.
  36.  
  37.  
  38. The MINSTALL Switches
  39.  
  40.     /M    Tells MINSTALL to use the MMTEMP subdirectory as the source
  41.     /C:    Creates a response file for the multimedia options installed
  42.     /R:    Points to a response file to be used for the install 
  43.                 (unattended)
  44.     /F:    Points to a control file for installing other products such 
  45.                 as Video IN and MMViewer
  46.  
  47.  
  48. Installing the MultiMedia Viewer and VideoIN using CID
  49.  
  50. To install MMViewer or VideoIN using CID you must first create a 
  51. response file. This is done as follows:
  52.  
  53. Note: This example demonstrates installation of MMViewer; 
  54.       for VideoIN installation, substitute CONTROL.VIN as the control 
  55.       file.
  56.  
  57. 1. Install the product as normal, but also create a response file for 
  58.    future installs. The command to do this is:
  59.  
  60.    C:\MMOS2\MINSTALL /F:X:\IMG\MMVIEWER\CONTROL.MMV 
  61.    /C:X:\RSP\MMVIEWER\MMVIEWER.RSP
  62.  
  63.    This is a sample MMVIEWER.RSP response file:
  64.  
  65.         /* Response file generated by MMPM/2 Install */
  66.     
  67.         MMINSTSOURCE = "X:\\IMG\\MMVIEWER"
  68.         MMINSTTARGET = "C:"
  69.         CHANGECONFIG = "Y"
  70.     
  71.         MMINSTGROUPS =
  72.            (
  73.            GROUP.31 = " "
  74.            GROUP.33 = " "
  75.            GROUP.34 = " "
  76.            GROUP.46 = " "
  77.            )
  78.  
  79.    Note: The path to the source is separated by double back slash.
  80.     
  81. 2. Once you have created the response file, use it to install the 
  82.    product on other workstations with the following command:
  83.  
  84.    C:\MMOS2\MINSTALL /R:X:\RSP\MMVIEWER\MMVIEWER.RSP
  85.  
  86.  
  87.  
  88. warp4
  89. ______________________________________________________________________
  90. IBM disclaims all warranties, whether express or implied, including 
  91. without limitation, warranties of fitness and merchantability with 
  92. respect to the information in this document. By furnishing this 
  93. document, IBM grants no licenses to any related patents or copyrights.  
  94. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  95. or brand names referenced in this document are the property of their 
  96. respective owners. Consult your product manuals for complete trademark 
  97. information. 
  98.  
  99.  
  100.  
  101.