home *** CD-ROM | disk | FTP | other *** search
/ Smile / Smile.iso / mpeg / in.inf < prev    next >
INI File  |  1998-01-05  |  2KB  |  70 lines

  1. ;;//SKIP DOWN TO THE "EDIT THIS" PART
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. AdvancedINF=2.0
  6.  
  7. [DefaultInstall]
  8. CopyFiles  = CodecCopyFilesSection
  9. UpdateInis = RegCodec95
  10. AddReg     = RegCodecGUID, RegNetShowCodecTable
  11. EndPrompt  = CodecEndPrompt
  12.  
  13. [DefaultInstall.NT]
  14. CopyFiles = CodecCopyFilesSection
  15. AddReg    = RegCodecNT, RegCodecGUID, RegNetShowCodecTable
  16. EndPrompt = CodecEndPrompt
  17.  
  18. [CodecEndPrompt]
  19. Prompt="%PROMPT_DONE%"
  20.  
  21. [DestinationDirs]
  22. CodecCopyFilesSection=11
  23.  
  24. [RegCodec95]
  25. system.ini,drivers32,,"%CODEC_FOURCC%=%CODEC_KEYBINARY%"
  26.  
  27. [RegCodecNT]
  28. HKLM, "Software\Microsoft\Windows NT\CurrentVersion\Drivers32","%CODEC_FOURCC%", ,"%CODEC_KEYBINARY%"
  29. HKLM, "Software\Microsoft\Windows NT\CurrentVersion\Drivers.desc", "%CODEC_KEYBINARY%",, "%CODEC_DESCRIPTION%"
  30.  
  31. [RegCodecGUID]
  32. HKCR,"CLSID\%CODEC_GUID%\InProcServer32",,,"%11%\%CODEC_VERSIONBINARY%"
  33.  
  34. [RegNetShowCodecTable]
  35. HKLM,"Software\Microsoft\NetShow\Player\Codecs\%CODEC_DISPLAYNAME%","URL",,"%CODEC_URL%"
  36.  
  37. [SourceDisksNames]
  38. 1="FHG Codec Install",L3CODEC,
  39.  
  40. ;//-----------------------------------------------------
  41. ;//EDIT HERE ON DOWN
  42.  
  43. [CodecCopyFilesSection]
  44. l3codeca.acm,,,0
  45.  
  46. [SourceDisksFiles]
  47. l3codeca.acm=1
  48.  
  49. [Strings]
  50. PROMPT_DONE = "FHG MPEG II Layer 3 audio codec installation is complete."
  51.  
  52. ;FOURCC is the unique codec identifier
  53. CODEC_FOURCC = "msacm.l3codec"
  54.  
  55. ;KEYBINARY indicates the binary serving as the ACM/VCM handler for your codec
  56. CODEC_KEYBINARY ="l3codeca.acm"
  57.  
  58. ;VERSIONBINARY indicates the binary you ship that you want version checking to be based on
  59. CODEC_VERSIONBINARY ="l3codeca.acm"
  60.  
  61. CODEC_DESCRIPTION ="Fraunhofer IIS MPEG Layer-3 Codec"
  62. CODEC_DISPLAYNAME ="MPEG Layer-3"
  63.  
  64. ;CODEC_GUID is the GUID you have selected or been assigned to identify your codec uniquely
  65. ; so that it can be autodownloaded to those wishing to listen to content using your codec
  66. CODEC_GUID        ="{7D8EA000-731E-11d0-AC50-00AA00BF35C4}"
  67.  
  68. ;CODEC_URL is the URL that you want people to go to determine more information about your codec
  69. CODEC_URL = "http://www.microsoft.com/netshow/codecs.htm"
  70.