Thankyou for the mild update

, would of missed it if I didn't read your Post #668 in this thread (since there's no version change or MD5 to crosscheck what's for dl and what I have already dl'd ) Please add MD5 to first post or something to know the differance of updated same number versions.
I'm aware that the uninstall of the codec pack is a side effect or beta or whatever...but,
Are you going to register the l3codecx.ax filter on uninstall of the code pack as well?
Atm your renaming the file back on uninstall , but your not registering it. (does it make a diff?, not sure)
Add to the bottom of [DefaultUninstall] section and add new section [l3x.Regold] something like:
[DefaultUninstall]
RegisterDlls = l3x.Regold
[l3x.Regold]
11,,l3codecx.ax, 1
------------------
Your still removing an entry instead of adding an entry on uninstall!
This is what you have.
[DefaultUninstall]
DelReg = Reg.Settings, Downgrade.It, Reg.Uninstall
[Downgrade.It]
; Fixes broken mp3 playback in WMP due to msacm.l3acm downgrade
HKLM,%SCC%\{7D8EA000-731E-11d0-AC50-00AA00BF35C4}\InProcServer32,,,"%11%\l3codeca.acm"
Just to be CLEAR , This entry is to be ADDED on uninstall of codec pack. It is there before I install this pack.
as well as the HKCR\CLSID entry (which is nowhere to be seen on removal of codec pack).
(If I'm reading this wrong inform me please)
-----------------------
(providing I'm reading the above correctly)
Once again this above entry should be more like:
[DefaultUninstall]
AddReg = Downgrade.It
[Downgrade.It]
; Fixes broken mp3 playback in WMP due to msacm.l3acm downgrade
HKCR,CLSID\{7D8EA000-731E-11d0-AC50-00AA00BF35C4}\InProcServer32,,,"%11%\l3codeca.acm"
HKLM,%SCC%\{7D8EA000-731E-11d0-AC50-00AA00BF35C4}\InProcServer32,,,"%11%\l3codeca.acm"
These entries are there before install of codec pack, I'd like em the same way at uninstall please.
-------------------------
Maybe you might add DivX 3.11 vid support? maybe not..lol.
Mainly only need the divxC32.dll and divxc32f.dll and then DivX6 filter (divxdec.ax) can playback divx3.11 formats.
The divx3.11 filter (divx_C32.ax) seems to take second preference to the divx6 (divxdec.ax) filter.
All this means is there's no access to divx 3.11 filter ajustments. But at least 3.11 will play!
Here's the entries and whatnot. (corrected my bad the info in this , reuploaded)
If you go with it , it's upto you to decide if you want the divx3.11 filter (divx_C32.ax) or not.
--------------
Watching this codec pack progress is like watching a game of chess from the sideline.
I can always see checkmate in 2 or 3.... But when I play the game I barely see checkmate in 20.
My post aren't meant to be nitpicking, but when I read back what I write it looks this way..sorry
If my constant nitpicking is annoying you then say and I'll stop posting..lol
Thank You once again for this b***h'n codec pack...All Good
Cheers.
Edit:
Just noticed your entires for:
[DefaultInstall]
AddReg = Reg.Settings, Upgrade.It, Reg.Uninstall, Remove.reg
[Remove.reg]
;Removes the old l3codeca entries upon install
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc","%11%\l3codeca.acm"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","msacm.l3acm"
I really must be reading this wrong , some1 please tell me so :/
That above entry , to me reads that it's adding those entries upon install , it should be removing them.
If I'm reading it correctly it should be:
[DefaultInstall]
DelReg = Remove.reg
[Remove.reg]
;Removes the old l3codeca entries upon install
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc","%11%\l3codeca.acm"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","msacm.l3acm"
Edit2:
Also noticed your not retuning the value on unistall.
Your entry:
[Add.reg]
;Adds the old l3codeca entries back on uninstall
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc","%11%\l3codeca.acm"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","msacm.l3acm"
Should be something like this. (not sure if this is the correct way, but the value is this):
[Add.reg]
;Adds the old l3codeca entries back on uninstall
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc","%11%\l3codeca.acm",,"Fraunhofer IIS MPEG Layer-3 Codec"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32","msacm.l3acm",,"%11%\l3codeca.acm"
There's a test inf with just the mp3 entries for add and remove attched to this post. Does what it should.
(I just used codecs.inf to put it together as a tester) Use it's entries if you like.
almost forgot...
Quote
(Yzöwl @ May 30 2006, 09:54 AM)
Either way, I have been considering one or two changes to the existing inf
Yes please work your magic
This post has been edited by smashly: 04 June 2006 - 01:14 AM