[cvs] / xvidcore / vfw / bin / xvid.inf Repository:
ViewVC logotype

Diff of /xvidcore/vfw/bin/xvid.inf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1, Sat Feb 22 08:24:01 2003 UTC revision 1.1.2.1, Sat Feb 22 08:24:01 2003 UTC
# Line 0  Line 1 
1    ; XviD MPEG-4 Video Codec install
2    
3    [Version]
4    Signature = "$CHICAGO$"
5    Class = MEDIA
6    
7    [SourceDisksNames]
8    1="XviD MPEG-4 Video Codec Install Disk",, 0001
9    
10    [SourceDisksFiles]
11    xvid.dll=1
12    xvid.inf=1
13    
14    [Installable.Drivers]
15    XVID = 1:xvid.dll, "vidc.XVID", "XviD MPEG-4 Video Codec" , , ,
16    
17    [DefaultInstall]
18    CopyFiles=MPEG4.Copy,MPEG4.Copy.Inf
19    Updateinis = MPEG4.Updateini
20    addreg = MPEG4.AddReg,MPEG4.AddReg9x,MPEG4.DoReg
21    MediaType = SOFTWARE
22    
23    [DefaultInstall.ntx86]
24    CopyFiles=MPEG4.Copy,MPEG4.Copy.Inf
25    addreg = MPEG4.AddReg,MPEG4.AddRegNT,MPEG4.DoReg
26    MediaType = SOFTWARE
27    
28    [Remove_XviD]
29    AddReg = MPEG4.Unregister
30    DelReg = MPEG4.DelReg
31    DelFiles = MPEG4.Copy,MPEG4.Copy.Inf
32    UpdateInis = MPEG4.DelIni
33    
34    [MPEG4.Copy]
35    xvid.dll
36    
37    [MPEG4.Copy.Inf]
38    xvid.inf
39    
40    [MPEG4.UpdateIni]
41    system.ini, drivers32,,"vidc.XVID=xvid.dll"
42    
43    [MPEG4.DelIni]
44    system.ini, drivers32,"vidc.XVID=xvid.dll",
45    
46    [MPEG4.AddReg]
47    
48    [MPEG4.AddReg9x]
49    HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID,Description,,%XviD%
50    HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID,Driver,,xvid.dll
51    HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID,FriendlyName,,"XVID"
52    
53    HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
54    HKLM,%UnInstallPath%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection Remove_XviD 132 %17%\%InfFile%"
55    
56    [MPEG4.AddRegNT]
57    HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,xvid.dll,,%XviD%
58    HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.XVID,,xvid.dll
59    
60    HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
61    HKLM,%UnInstallPath%,UninstallString,,"%11%\rundll32.exe setupapi,InstallHinfSection Remove_XviD 132 %17%\%InfFile%"
62    
63    [MPEG4.DoReg]
64    ;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering XviD Direct Show ;Decoder...",,"%11%\regsvr32.exe /s %11%\xvid.ax"
65    
66    [MPEG4.DelReg]
67    HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.XVID
68    
69    HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,xvid.dll,,""
70    HKLM,%UnInstallPath%
71    
72    [MPEG4.Unregister]
73    ;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Unregistering XviD Direct Show ;Decoder...",,"%11%\regsvr32.exe /s /u %11%\xvid.ax"
74    
75    [DestinationDirs]
76    DefaultDestDir = 11     ; LDID_SYS
77    MPEG4.Copy = 11
78    MPEG4.Copy.Inf = 17
79    
80    [Strings]
81    XviD="XviD MPEG-4 Video Codec"
82    InfFile="xvid.inf"
83    UninstallDispName="XVID MPEG-4 CODEC"
84    UnInstallPath="Software\Microsoft\Windows\CurrentVersion\Uninstall\xvid"
85    MediaClassName="Media Devices"
86    mfgname="www.videocoding.de"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4