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

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

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