.oOo.
zu 1.
ich glaube du hast recht
zu 2.
die anderen installer benutzen regsvr32 nur für *.ax, aber nicht für .acm und nicht für .dll
zu 3.
das ist das know how, siehe unten
zu 4.
vielleicht nur ein tippfehler, siehe unten (.inf ist besser als batch)
zu 5.
siehe unten (.inf Beispiel)
Ich werde dir mal ein paar Infos geben, damit du etwas weiter kommst, falls du weitere Fragen hast, dann nur zu.
Mir ist aufgefallen, das deine Codec-Auswahl recht eigenwillig ist.
Was genau möchtest du letztendlich alles abspielen ?
Avis mit MP3 und AC3 ?
MPEG-1 ?
MPEG-2 ?
SVCD ?
DVD ?
benötigst du SPDIF-Ausgabe des AC3-Tons oder reicht es, wenn man den Ton über die Lautsprecher des PCs hört ?
Brauchst du Ogg-Vorbis Audio ?
Wieso hast du keinen MPEG-Splitter (Ligos) eingebaut ?
Brauchst du wirklich den Indeo Codec ? Der ist bei XP eigentlich dabei.
Brauchst du DivX 3.11, MS MPEG-4, DivX 5 ?
Falls DivX 5, reicht dann die normale Version oder muss es die Pro-Version sein ?
Wieso willst du dich unbedingt auf 1 MB beschränken ?
hier weitere Infos :
Registry-Datei (name.reg) :
dabei ist 'DIV3' der FourCC-Code des Video-Codecs (vidc) DivX 3.11 alpha, der in der Datei 'divxc32.dll' steckt.
Der String 'REGEDIT4' ist das Kennzeichen für eine Registry-Datei, eigentlich nur für Win9x, aber es funktioniert auch für Win2000 etc.
--- cut ---
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc]
"divxc32.dll"="DivX Low"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"vidc.DIV3"="divxc32.dll"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV3]
"Description"="DivX Low"
"Driver"="divxc32.dll"
"FriendlyName"="DivX Low"
--- cut ---
Audio-Codecs haben statt 'vidc' die Bezeichnung 'msacm', siehe :
--- cut ---
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.l3acm]
"Description"="Radium MPEG Layer-3 Codec 1.2.0.63"
"Driver"="l3codecp.acm"
"FriendlyName"="Radium MPEG Layer-3 Codec 1.2.0.63"
--- cut ---
Für WinNT (2000, XP etc) reicht es aus, wenn man die Dateien in das System32-Veruzeichnis kopiert und die entsprechenden Registry-Einträge vornimmt, für Win9x brauchst du einen Eintrag in der Sytem.ini, und zwar in der Sektion [drivers32] :
[drivers32]
VIDC.DIV3=divxc32.dll
MSACM.DIVXA32=divxa32.acm
etc.
Die eigentlichen Probleme sind :
a) wie heisst (oder heissen) die Datei(en), die der gewünschte Codec braucht ?
b) wie ist der FourCC-Code dieses Codecs ?
Das kann man sich entweder mit VirtualDub anzeigen lassen (Video, Compression, Codec anklicken und auf der rechten Seite ablesen) oder mit einem Hex-Editor nachschauen oder mit Tools wie Video Codec Swapper anzeigen lassen oder in Tabellen nachschauen wie man sie im netz findet bei webarz order so ähnlich (google) oder im Tsunami-Filter-Pack ab 3.9.3.
Bei Win9x ist dann normalerweise ein Neustart nötig, bei WinNT und Co nicht.
Bei Win9x muss man auch beachten, das in der .inf die Dateinamen maximal 8+3 Buchstaben lang sein dürfen, bei WinNT und Co ist das egal.
Hier mal das Install-Script für WinNT (und 2000 und XP) (name.inf) des alten Filter-Pack 3f (nur mal so als Beispiel) :
--- cut ---
; DivX ;-) MPEG-4 Video Codec install
; MS MPEG-4
; Filter
; Version 3f Win2k Tsunami
[Version]
Signature = "$CHICAGO$"
Class = MEDIA
[SourceDisksNames]
1="DivX MPEG-4",, 0001
[SourceDisksFiles]
divxc32.dll=1
divxc32f.dll=1
divx_c32.ax=1
divxa32.acm=1
divx_NT.inf=1
mpg4c32.dll=1
mpg4ds32.ax=1
avi_renderer.ax=1
claud.ax=1
dump.ax=1
fsfwrap.dll=1
iviaudio.ax=1
l3codeca.acm=1
l3codecx.acm=1
l3codecx.ax=1
lame_dshow.ax=1
mpeg2decoder.ax=1
mpeg2parser.ax=1
lmpgspl.ax=1
mpg2splt.ax=1
mpgaudio.ax=1
multiple_mpeg2_source.ax=1
wavdest.ax=1
mpeg4_patcher.exe=1
[Installable.Drivers]
div3 = 1:divxc32.dll, "vidc.div3", "DivX Low" , , ,
div4 = 1:divxc32f.dll, "vidc.div4", "DivX 3917 Fast" , , ,
divxa32 = 1:divxa32.acm, "msacm.divxa32" , "DivX ;-) Audio Codec" , , ,
;MPG4 = 1:mpg4c32.dll, "VIDC.MPG4", "MS Mpeg-4 V1 3688 Low" , , ,
MP42 = 1:mpg4c32.dll, "VIDC.MP42", "MS Mpeg-4 V2 3688 Low" , , ,
MP43 = 1:mpg4c32.dll, "VIDC.MP43", "MS Mpeg-4 V3 3688 Low" , , ,
l3acm = 1:l3codeca.acm, "msacm.l3acm", "Radium MPEG Layer-3 Codec 1.2.0.63" , , ,
[DefaultInstall]
CopyFiles=MPEG4.Copy,MPEG4.Copy.Inf
Updateinis = MPEG4.Updateini
addreg = MPEG4.AddReg,MPEG4.AddReg9x,MPEG4.DoReg
MediaType = SOFTWARE
[DefaultInstall.ntx86]
CopyFiles=MPEG4.Copy,MPEG4.Copy.Inf
addreg = MPEG4.AddReg,MPEG4.AddRegNT,MPEG4.DoReg
MediaType = SOFTWARE
[Remove_DivX]
AddReg = MPEG4.Unregister
DelReg = MPEG4.DelReg
DelFiles = MPEG4.Copy,MPEG4.Copy.Inf
UpdateInis = MPEG4.DelIni
[MPEG4.Copy]
divx_c32.ax
divxc32.dll
divxc32f.dll
divxa32.acm
mpg4ds32.ax
mpg4c32.dll
avi_renderer.ax
claud.ax
dump.ax
fsfwrap.dll
iviaudio.ax
l3codeca.acm
l3codecx.acm
l3codecx.ax
lame_dshow.ax
mpeg2decoder.ax
mpeg2parser.ax
lmpgspl.ax
mpg2splt.ax
mpgaudio.ax
multiple_mpeg2_source.ax
wavdest.ax
mpeg4_patcher.exe
[MPEG4.Copy.Inf]
DivX_NT.inf
[MPEG4.UpdateIni]
system.ini, drivers32,,"vidc.DIV3=divxc32.dll"
system.ini, drivers32,,"vidc.DIV4=divxc32f.dll"
system.ini, drivers32,,"msacm.divxa32=divxa32.acm"
system.ini, drivers32,,"msacm.l3acm=l3codeca.acm"
;system.ini, drivers32,,"VIDC.MPG4=mpg4c32.dll"
system.ini, drivers32,,"VIDC.MP42=mpg4c32.dll"
system.ini, drivers32,,"VIDC.MP43=mpg4c32.dll"
[MPEG4.DelIni]
system.ini, drivers32,"vidc.DIV3=divxc32.dll",
system.ini, drivers32,"vidc.DIV4=divxc32f.dll",
system.ini, drivers32,"msacm.divxa32=divxa32.acm",
system.ini, drivers32,"msacm.l3acm=l3codeca.acm",
;system.ini, drivers32,"VIDC.MPG4=mpg4c32.dll",
system.ini, drivers32,"VIDC.MP42=mpg4c32.dll",
system.ini, drivers32,"VIDC.MP43=mpg4c32.dll",
[MPEG4.AddReg]
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV3,Description,,%DivXLow%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV3,Driver,,divxc32.dll
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV3,FriendlyName,,%DivXLow%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV4,Description,,%DivXFast%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV4,Driver,,divxc32f.dll
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV4,FriendlyName,,%DivXFast%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.divxa32,Description,,%DivXAudio%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.divxa32,Driver,,divxa32.acm
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.divxa32,FriendlyName,,%DivXAudio%
;HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MPG4,Description,,%MSMPEGV1%
;HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MPG4,Driver,,mpg4c32.dll
;HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MPG4,FriendlyName,,%MSMPEGV1%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP42,Description,,%MSMPEGV2%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP42,Driver,,mpg4c32.dll
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP42,FriendlyName,,%MSMPEGV2%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP43,Description,,%MSMPEGV3%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP43,Driver,,mpg4c32.dll
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP43,FriendlyName,,%MSMPEGV3%
HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
HKLM,%UnInstallPath%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection Remove_DivX 132 %17%\%InfFile%"
[MPEG4.DelReg]
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV1
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV2
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV3
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV4
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MPG4
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP42
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP43
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.divxa32
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,divxc32.dll,,""
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,mpg4c32.dll,,""
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,divxc32f.dll,,""
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,divxa32.acm,,""
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.DIV3,,""
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.DIV4,,""
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.MPG4,,""
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.MP42,,""
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.MP43,,""
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,msacm.divxa32,,""
HKLM,%UnInstallPath%
[MPEG4.AddReg9x]
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV3,Description,,%DivXLow%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV3,Driver,,divxc32.dll
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV3,FriendlyName,,%DivXLow%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV4,Description,,%DivXFast%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV4,Driver,,divxc32f.dll
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.DIV4,FriendlyName,,%DivXFast%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.divxa32,Description,,%DivXAudio%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.divxa32,Driver,,divxa32.acm
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\acm\msacm.divxa32,FriendlyName,,%DivXAudio%
;HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MPG4,Description,,%MSMPEGV1%
;HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MPG4,Driver,,mpg4c32.dll
;HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MPG4,FriendlyName,,%MSMPEGV1%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP42,Description,,%MSMPEGV2%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP42,Driver,,mpg4c32.dll
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP42,FriendlyName,,%MSMPEGV2%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP43,Description,,%MSMPEGV3%
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP43,Driver,,mpg4c32.dll
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\vidc.MP43,FriendlyName,,%MSMPEGV3%
HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
HKLM,%UnInstallPath%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection Remove_DivX 132 %17%\%InfFile%"
[MPEG4.AddRegNT]
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,divxc32.dll,,%DivXLow%
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,divxc32f.dll,,%DivXFast%
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,divxa32.acm,,%DivXAudio%
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,l3codeca.acm,,"Fraunhofer IIS MPEG Layer-3 Codec (Pro)"
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.DIV3,,divxc32.dll
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.DIV4,,divxc32f.dll
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,msacm.divxa32,,divxa32.acm
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,msacm.l3acm,,l3codeca.acm
;HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,mpg4c32.dll,,%MSMPEGV1%
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,mpg4c32.dll,,%MSMPEGV2%
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,mpg4c32.dll,,%MSMPEGV3%
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.MPG4,,mpg4c32.dll
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.MP42,,mpg4c32.dll
HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,vidc.MP43,,mpg4c32.dll
HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
HKLM,%UnInstallPath%,UninstallString,,"%11%\rundll32.exe setupapi,InstallHinfSection Remove_DivX 132 %17%\%InfFile%"
[MPEG4.DoReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering MS MPEG4 ActiveX filter...",,"%11%\regsvr32.exe /s %11%\mpg4ds32.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering DivX Direct Show Decoder...",,"%11%\regsvr32.exe /s %11%\divx_c32.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering I-Media Multi-MPEG2-Source",,"%11%\regsvr32.exe /s %11%\multiple_mpeg2_source.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering MPEG-2 Splitter AC3 XForm",,"%11%\regsvr32.exe /s %11%\mpg2splt.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering Ligos MPEG-2 Decoder",,"%11%\regsvr32.exe /s %11%\mpeg2decoder.ax"
;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering Ligos MPEG-2 Splitter 1.3.0.81",,"%11%\regsvr32.exe /s %11%\mpeg2parser.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering Ligos MPEG-2 Splitter 3.0.0.17",,"%11%\regsvr32.exe /s %11%\lmpgspl.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering PowerDVD 3.0 Audio Decoder",,"%11%\regsvr32.exe /s %11%\claud.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering Intervideo Audio Decoder 2.0",,"%11%\regsvr32.exe /s %11%\iviaudio.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering MPEG Layer-2 Audio Decoder",,"%11%\regsvr32.exe /s %11%\mpgaudio.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering WAV-Dest",,"%11%\regsvr32.exe /s %11%\wavdest.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering Dump",,"%11%\regsvr32.exe /s %11%\dump.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering Avi-Renderer",,"%11%\regsvr32.exe /s %11%\avi_renderer.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering FSFWRAP",,"%11%\regsvr32.exe /s %11%\fsfwrap.dll"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering Lame",,"%11%\regsvr32.exe /s %11%\lame_dshow.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering MPEG Layer 3 Decoder",,"%11%\regsvr32.exe /s %11%\l3codecx.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering Radium MPEG Layer 3 Codec",,"%11%\regsvr32.exe /s %11%\l3codeca.acm"
[MPEG4.Unregister]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Unregistering MS MPEG4 ActiveX filter...",,"%11%\regsvr32.exe /s /u %11%\mpg4ds32.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Unregistering DivX Direct Show Decoder...",,"%11%\regsvr32.exe /s /u %11%\divx_c32.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"UnRegistering I-Media Multi-MPEG2-Source",,"%11%\regsvr32.exe /s /u %11%\multiple_mpeg2_source.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"UnRegistering MPEG-2 Splitter AC3 XForm",,"%11%\regsvr32.exe /s %11%\mpg2splt.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"UnRegistering Ligos MPEG-2 Decoder",,"%11%\regsvr32.exe /s /u %11%\mpeg2decoder.ax"
;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering Ligos MPEG-2 Splitter 1.3.0.81",,"%11%\regsvr32.exe /s /u %11%\mpeg2parser.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"Registering Ligos MPEG-2 Splitter 3.0.0.17",,"%11%\regsvr32.exe /s /u %11%\lmpgspl.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"UnRegistering PowerDVD 3.0 Audio Decoder",,"%11%\regsvr32.exe /s /u %11%\claud.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"UnRegistering Intervideo Audio Decoder 2.0",,"%11%\regsvr32.exe /s /u %11%\iviaudio.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"UnRegistering MPEG Layer-2 Audio Decoder",,"%11%\regsvr32.exe /s /u %11%\mpgaudio.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"UnRegistering WAV-Dest",,"%11%\regsvr32.exe /s /u %11%\wavdest.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"UnRegistering Dump",,"%11%\regsvr32.exe /s /u %11%\dump.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"UnRegistering Avi-Renderer",,"%11%\regsvr32.exe /s /u %11%\avi_renderer.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"UnRegistering FSFWRAP",,"%11%\regsvr32.exe /s /u %11%\fsfwrap.dll"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"UnRegistering Lame",,"%11%\regsvr32.exe /s /u %11%\lame_dshow.ax"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,"UnRegistering Radium MPEG Layer 3 Codec",,"%11%\regsvr32.exe /s /u %11%\l3codeca.acm"
[DestinationDirs]
DefaultDestDir = 11 ; LDID_SYS
MPEG4.Copy = 11
MPEG4.Copy.Inf = 17
[Strings]
DivXLow="DivX Low"
DivXFast="DivX 3917 Fast"
DivXAudio="DivX Audio 3920"
MSMPEGV1="MS MPEG-4 V1 Low"
MSMPEGV2="MS MPEG-4 V2 Low"
MSMPEGV3="MS MPEG-4 V3 Low"
InfFile="DivX.inf"
UninstallDispName="DivX-Tsunami-Pack-3"
UnInstallPath="Software\Microsoft\Windows\CurrentVersion\Uninstall\DivXCodec"
MediaClassName="Media Devices"
mfgname="No more money !"
--- cut ---
wer fragt sieht bald das Licht der Erkenntnis
Gru0
eSau
(eigentlich Tsunami)