Installing from an .inf file? (fwd)

Kevin Atkinson kevina at gnu.org
Sun Dec 28 11:38:42 CST 2003


I was redirected to wine-devel.  Attached is the .inf file if it would 
help.

-- 
http://kevin.atkinson.dhs.org

---------- Forwarded message ----------
Date: Sat, 27 Dec 2003 14:50:48 -0500 (EST)
From: Kevin Atkinson <kevina at gnu.org>
To: wine-users at winehq.com
Subject: Installing from an .inf file?

Is there a way to install from a .inf file in wine.  In particular I am
trying to install the huffyuv codec.  I tried this:
  wine rundll setupapi.dll,InstallHinfSection DefaultInstall 132 huffyuv.inf

(After copying rundll into the fake windows directory) but it didn't seam 
to do anything.

I got the command line from the install association a .inf file had in 
Win98SE.

Is there a way to do this?

You can get huffyuv from http://www.divx-digest.com/software/huffyuv.html

-- 
http://kevin.atkinson.dhs.org





_______________________________________________
wine-users mailing list
wine-users at winehq.com
http://www.winehq.com/mailman/listinfo/wine-users
-------------- next part --------------
;

; 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.INF=1

HUFFYUV.DLL=1



[DestinationDirs]

HUF.Files.Inf=17

HUF.Files.Dll=11

HUF.Files.Ini=25



[HUF.Files.Inf]

HUFFYUV.INF



[HUF.Files.Dll]

HUFFYUV.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.dll"

HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.HFYU,FriendlyName,,"Huffyuv lossless codec [HFYU]"



HKLM,"Software\Microsoft\Windows NT\CurrentVersion\drivers.desc",huffyuv.dll,,"Huffyuv lossless codec [HFYU]"

HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Drivers32",VIDC.HFYU,,"huffyuv.dll"



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.INF"



[HUF.INIs]

system.ini, drivers32,, "VIDC.HFYU=huffyuv.dll"



[HUF.INIs.Del]

system.ini, drivers32, "VIDC.HFYU=huffyuv.dll"


More information about the wine-devel mailing list