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

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

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