home *** CD-ROM | disk | FTP | other *** search
- ; Installation file for the Video Sever Wrapper codec.
- ;
- ; Copyright (C) 2001 Edwin van Eggelen
- ; www.videotools.net
- ; edwinvaneggelen@softhome.net
- ;
- ; You are only allowed to use this program for personal use
- ; without registration. It is not allowed to distribute, modify
- ; or reverse enginere this program without the permission of
- ; the author.
-
- ;
- ; You must install the audio codec before the video codec in NT4.
- ; if not, the audio codec is not working. Till now I have no
- ; clue why. Because audio and video is in the same dll ?
- ;
-
- [Version]
- Signature="$CHICAGO$"
- Class=MEDIA
-
- [SourceDisksNames]
- 1="Video Server Wrapper Codec Install Disk",,0001
-
- [SourceDisksFiles]
- aviwrap.dll=1
- aviwrap.inf=1
-
- [DefaultInstall]
- CopyFiles=WRPRcodec.Copy,WRPRcodec.Copy.Inf
- UpdateInis=WRPRcodec.UpdateInis.9x
- AddReg=WRPRcodec.AddReg.9x
- MediaType=Software
-
- [DefaultInstall.NT]
- CopyFiles=WRPRcodec.Copy,WRPRcodec.Copy.Inf
- AddReg=WRPRcodec.AddReg.NT
- MediaType=Software
-
- [DefaultUninstall]
- DelReg=WRPRcodec.DelReg.9x
- DelFiles=WRPRcodec.Copy,WRPRcodec.Copy.Inf
- UpdateInis=WRPRcodec.DelIni.9x
-
- [DefaultUninstall.NT]
- DelReg=WRPRcodec.DelReg.NT
- DelFiles=WRPRcodec.Copy,WRPRcodec.Copy.Inf
-
- [WRPRcodec.Copy]
- aviwrap.dll
-
- [WRPRcodec.Copy.Inf]
- aviwrap.inf
-
- [WRPRcodec.UpdateInis.9x]
- system.ini,drivers32,,"msacm.WRPR=aviwrap.dll"
- system.ini,drivers32,,"vidc.WRPR=aviwrap.dll"
-
- [WRPRcodec.AddReg.9x]
- HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.WRPR","Driver",,"aviwrap.dll"
- HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.WRPR","FriendlyName",,"%WRPRcodecDesc%"
- HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.WRPR","Description",,"%WRPRcodecDesc%"
-
- HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.WRPR","Driver",,"aviwrap.dll"
- HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.WRPR","FriendlyName",,"%WRPRcodecDesc%"
- HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.WRPR","Description",,"%WRPRcodecDesc%"
-
- HKLM,"%UninstallPath%","DisplayName",,"%UninstallDispName%"
- HKLM,"%UninstallPath%","UninstallString",,"rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\aviwrap.inf"
-
- [WRPRcodec.AddReg.NT]
- HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc","aviwrap.dll",,"%WRPRcodecDesc%"
- HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32","msacm.WRPR",,"aviwrap.dll"
- HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32","vidc.WRPR",,"aviwrap.dll"
-
-
-
- HKLM,"%UninstallPath%","DisplayName",,"%UninstallDispName%"
- HKLM,"%UninstallPath%","UninstallString",,"rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall.NT 132 %17%\aviwrap.inf"
-
- [WRPRcodec.DelReg.9x]
- HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.WRPR"
- HKLM,"SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.WRPR"
-
- HKLM,"%UninstallPath%"
-
- [WRPRcodec.DelReg.NT]
- HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32","msacm.WRPR",,""
- HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32","vidc.WRPR",,""
- HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc","aviwrap.dll",,""
-
- HKLM,"%UninstallPath%"
-
- [WRPRcodec.DelIni.9x]
- system.ini,drivers32,"msacm.WRPR=aviwrap.dll"
- system.ini,drivers32,"vidc.WRPR=aviwrap.dll"
-
- [DestinationDirs]
- DefaultDestDir=11 ; LDID_SYS
- WRPRcodec.Copy=11
- WRPRcodec.Copy.Inf=17
-
- [Strings]
- WRPRcodecDesc="Video Server Wrapper Codec"
- UninstallDispName="Video Server Wrapper Codec (remove only)"
- UninstallPath="Software\Microsoft\Windows\CurrentVersion\Uninstall\WRPRcodec"
-
-