home *** CD-ROM | disk | FTP | other *** search
- ;;//SKIP DOWN TO THE "EDIT THIS" PART
-
- [Version]
- Signature="$CHICAGO$"
- AdvancedINF=2.0
-
- [DefaultInstall]
- CopyFiles = CodecCopyFilesSection
- UpdateInis = RegCodec95
- AddReg = RegCodecGUID, RegNetShowCodecTable
- EndPrompt = CodecEndPrompt
-
- [DefaultInstall.NT]
- CopyFiles = CodecCopyFilesSection
- AddReg = RegCodecNT, RegCodecGUID, RegNetShowCodecTable
- EndPrompt = CodecEndPrompt
-
- [CodecEndPrompt]
- Prompt="%PROMPT_DONE%"
-
- [DestinationDirs]
- CodecCopyFilesSection=11
-
- [RegCodec95]
- system.ini,drivers32,,"%CODEC_FOURCC%=%CODEC_KEYBINARY%"
-
- [RegCodecNT]
- HKLM, "Software\Microsoft\Windows NT\CurrentVersion\Drivers32","%CODEC_FOURCC%", ,"%CODEC_KEYBINARY%"
- HKLM, "Software\Microsoft\Windows NT\CurrentVersion\Drivers.desc", "%CODEC_KEYBINARY%",, "%CODEC_DESCRIPTION%"
-
- [RegCodecGUID]
- HKCR,"CLSID\%CODEC_GUID%\InProcServer32",,,"%11%\%CODEC_VERSIONBINARY%"
-
- [RegNetShowCodecTable]
- HKLM,"Software\Microsoft\NetShow\Player\Codecs\%CODEC_DISPLAYNAME%","URL",,"%CODEC_URL%"
-
- [SourceDisksNames]
- 1="FHG Codec Install",L3CODEC,
-
- ;//-----------------------------------------------------
- ;//EDIT HERE ON DOWN
-
- [CodecCopyFilesSection]
- l3codecp.acm,,,0
-
- [SourceDisksFiles]
- l3codecp.acm=1
-
- [Strings]
- PROMPT_DONE = "FHG MPEG II Layer 3 audio codec installation is complete."
-
- ;FOURCC is the unique codec identifier
- CODEC_FOURCC = "msacm.l3codec"
-
- ;KEYBINARY indicates the binary serving as the ACM/VCM handler for your codec
- CODEC_KEYBINARY ="l3codecp.acm"
-
- ;VERSIONBINARY indicates the binary you ship that you want version checking to be based on
- CODEC_VERSIONBINARY ="l3codecp.acm"
-
- CODEC_DESCRIPTION ="Fraunhofer IIS MPEG Layer-3 Codec"
- CODEC_DISPLAYNAME ="MPEG Layer-3"
-
- ;CODEC_GUID is the GUID you have selected or been assigned to identify your codec uniquely
- ; so that it can be autodownloaded to those wishing to listen to content using your codec
- CODEC_GUID ="{7D8EA000-731E-11d0-AC50-00AA00BF35C4}"
-
- ;CODEC_URL is the URL that you want people to go to determine more information about your codec
- CODEC_URL = "http://www.microsoft.com/netshow/codecs.htm"
-