View Single Post
Old 29th June 2004, 10:35   #6  |  Link
sh03z
the encodenator
 
Join Date: Aug 2003
Posts: 239
Quote:
Hi How do I install "Huffyuv v2.1.1 CEESP-Patch v0.2.5" ?. Is "Huffyuv v2.1.1" include in the DLL ? Frisco
An easy way to install the direct library link is to copy "huffyuv_ccesp-patch_0.2.5.dll" to "c:\windows\system32\" and then rename it to:

huffyuv.dll

You will need to delete the old "huffyuv.dll" before you rename it.
You will also need a previous version of huffyuv to do this.


If you can't figure that out, you can copy and paste this to notepad:




;
; Huffyuv AVI lossless video codec
;
; Copyright (c) 2000 Ben Rudiak-Gould
;
; This Windows 9x Installation INF File by Rainbow Software
;
[version]
signature="$CHICAGO$"

[DefaultInstall]
CopyFiles=HUF.Files.Inf,HUF.Files.Dll
AddReg=HUF.Reg
UpdateInis=HUF.INIs

[DefaultUnInstall]
DelFiles=HUF.Files.Dll,HUF.Files.Inf,HUF.Files.Ini
DelReg=HUF.Reg
UpdateInis=HUF.INIs.Del

[SourceDisksNames]
1="Huffyuv AVI lossless video codec","",1

[SourceDisksFiles]
huffyuv_ccesp-patch_0.2.5.dll.inf=1

[DestinationDirs]
HUF.Files.Inf=17
HUF.Files.Dll=11
HUF.Files.Ini=25

[HUF.Files.Inf]
huffyuv_ccesp-patch_0.2.5.dll.inf

[HUF.Files.Dll]
huffyuv_ccesp-patch_0.2.5.dll

[HUF.Files.Ini]
HUFFYUV.INI

[HUF.Reg]
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.HFYU,Description,,"Huffyuv lossless codec [HFYU]"
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.HFYU,Driver,,"huffyuv_ccesp-patch_0.2.5.dll"
HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.HFYU,FriendlyName,,"Huffyuv lossless codec [HFYU]"

HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\HUFFYUV
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\HUFFYUV,DisplayName,,"Huffyuv AVI lossless video codec (Remove Only)"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\HUFFYUV,UninstallString,,"rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\huffyuv_ccesp-patch_0.2.5.dll.inf"

[HUF.INIs]
system.ini, drivers32,, "VIDC.HFYU=huffyuv_ccesp-patch_0.2.5.dll"

[HUF.INIs.Del]
system.ini, drivers32, "VIDC.HFYU=huffyuv_ccesp-patch_0.2.5.dll"




Then save it as "huffyuv_ccesp-patch_0.2.5.dll.inf" in the same directory where you put the new version of Huffyuv.

and then right click and install.


-Mike

Last edited by sh03z; 29th June 2004 at 10:53.
sh03z is offline   Reply With Quote