forked from jackun/openencodevfw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenencode.inf
63 lines (49 loc) · 2.25 KB
/
openencode.inf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[version]
signature="$CHICAGO$"
[DefaultInstall]
CopyFiles=OPENENC.Files.Inf,OPENENC.Files.Dll
AddReg=OPENENC.Reg
UpdateInis=OPENENC.INIs
[DefaultUnInstall]
DelFiles=OPENENC.Files.Dll,OPENENC.Files.Inf,OPENENC.Files.Ini
DelReg=OPENENC.Reg
UpdateInis=OPENENC.INIs.Del
[SourceDisksNames]
1="AMD OpenEncodeVFW video codec","",1
[SourceDisksFiles]
OPENENCODE.INF=1
OPENENCODEVFW.DLL=1
;[SourceDisksFiles.amd64]
;OPENENCODE.INF=1
;OPENENCODEVFW.DLL=1,OpenEncode64
[DestinationDirs]
OPENENC.Files.Inf=11
OPENENC.Files.Dll=11
OPENENC.Files.Ini=25
;%windir%\inf
[OPENENC.Files.Inf]
OPENENCODE.INF
[OPENENC.Files.Dll]
OPENENCODEVFW.DLL
[OPENENC.Files.Ini]
OPENENCODEVFW.INI
; ********************** WARNING ********************
; Using VIDC.H264 might override preinstalled codecs
; ***************************************************
[OPENENC.Reg]
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.H264,Description,,"OpenEncodeVFW codec"
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.H264,Driver,,"OPENENCODEVFW.DLL"
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.H264,FriendlyName,,"OpenEncodeVFW codec"
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\drivers.desc",OPENENCODEVFW.DLL,,"OpenEncodeVFW codec"
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Drivers32",VIDC.H264,,"OPENENCODEVFW.DLL"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenEncode
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenEncode,DisplayName,,"OpenEncodeVFW codec (Remove Only)"
;http://msdn.microsoft.com/en-us/library/windows/hardware/ff553598%28v=vs.85%29.aspx
;%11% - %windir%\system32 (gets translated to SysWOW64 if installed from syswow64 folder)
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenEncode,UninstallString,,"rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 132 %11%\OPENENCODE.INF"
;%17% - use *.inf from %windir%\inf folder
;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenEncode,UninstallString,,"rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 132 %17%\OPENENCODE.INF"
[OPENENC.INIs]
system.ini, drivers32,, "VIDC.H264=OPENENCODEVFW.DLL"
[OPENENC.INIs.Del]
system.ini, drivers32, "VIDC.H264=OPENENCODEVFW.DLL"