home *** CD-ROM | disk | FTP | other *** search
/ Wet Het Sexy Imperium / cd_1.iso / amovie / setup.txt < prev    next >
Text File  |  1996-10-03  |  2KB  |  55 lines

  1.  ******************************************************************************
  2.  *                                                                            *
  3.  *   THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY    *
  4.  *   KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE      *
  5.  *   IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR    *
  6.  *   PURPOSE. IT IS CONFIDENTIAL MATERIAL AND IS NOT TO BE REDISTRIBUTED.     *
  7.  *                                                                            *
  8.  *   Copyright (c) 1992 - 1996 Microsoft Corporation. All Rights Reserved.    *
  9.  *                                                                            *
  10.  ******************************************************************************
  11.  
  12.  
  13.                   ActiveMovie Redistributable
  14.                  =============================
  15.  
  16. Introduction
  17.  
  18. Please read the EULA.DOC for details of the
  19. End User Licence Agreement.
  20.  
  21. --------------------------------------------------------------------------------
  22.  
  23. Files
  24.  
  25. AMovie.exe    Intel x86 and compatibles - English
  26. AMovieA.exe    DEC Alpha - English
  27. AMovieM.exe    MIPS R4x00 - English
  28. AMovieP.exe    IBM PowerPC - English
  29. CNAMovie.exe    Intel x86 and compatibles - Chinese (PRC)
  30. TWAMovie.exe    Intel x86 and compatibles - Chinese (Taiwan)
  31. KOAMovie.exe    Intel x86 and compatibles - Korean
  32. JAAMovie.exe    Intel x86 and compatibles - Japanese
  33. DEAMovie.exe    Intel x86 and compatibles - German
  34.  
  35. ------------------------------------------------------------------------------
  36.  
  37. Performing an ActiveMovie setup from within your product
  38.  
  39. For x86 Windows NT and Windows 95 use the following command line:
  40.  
  41. AMovie.exe /Q:1 /R:N /C:"amremove /setup_q"
  42.  
  43. For Alpha, MIPS and PowerPC Windows NT use the following command line:
  44.  
  45. AMovieA.exe /Q:1 /R:N /C"rundll32 amsetup.dll,Install QUIET"
  46. AMovieM.exe /Q:1 /R:N /C"rundll32 amsetup.dll,Install QUIET"
  47. AMovieP.exe /Q:1 /R:N /C"rundll32 amsetup.dll,Install QUIET"
  48.  
  49. Please note that the parameters ARE case sensitive.
  50.  
  51. /Q:1 disables the startup message
  52. /R:N disables automatic rebooting
  53. /C:  passes the quoted command to the embedded setup to disable its interactive
  54.      dialogs
  55.