Install INF file
-
Hi All, I am trying to install the .inf file through cmd line rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 .\mfile.inf It runs fine with wondows xp and windows 7 but in windows vista I am getting error message "Installation failed". Even UAC also disabled. What might be the problem?
-
Hi All, I am trying to install the .inf file through cmd line rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 .\mfile.inf It runs fine with wondows xp and windows 7 but in windows vista I am getting error message "Installation failed". Even UAC also disabled. What might be the problem?
-
-
Hi All, I am trying to install the .inf file through cmd line rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 .\mfile.inf It runs fine with wondows xp and windows 7 but in windows vista I am getting error message "Installation failed". Even UAC also disabled. What might be the problem?
Perhaps you can start your console window as an administrator - it may help. Browse to your \Windows\system32 folder, then right-click on cmd.exe and choose "Run As Administrator". Hope it helps.
Karl - WK5M PP-ASEL-IA (N43CS) PGP Key: 0xDB02E193 PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193
-
Perhaps you can start your console window as an administrator - it may help. Browse to your \Windows\system32 folder, then right-click on cmd.exe and choose "Run As Administrator". Hope it helps.
Karl - WK5M PP-ASEL-IA (N43CS) PGP Key: 0xDB02E193 PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193
-
Provide some more information, your message gives us nothing to work with.
txtspeak is the realm of 9 year old children, not developers. Christian Graus
-
What are you trying to install? Perhaps if you post the contents of your inf file that might be a starting point.
txtspeak is the realm of 9 year old children, not developers. Christian Graus
ok, trying to install kQemu driver through .inf file Code:--
; Copyright (C) 2005 Filip Navara, Damien Mascord
[Version]
Signature = "$Windows NT$"
Class = System
ClassGuid = {4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider = %Author%
DriverVer = 04/28/2005,1.0[DestinationDirs]
DefaultDestDir = 12
KQemu.DriverFiles = 12
KQemu.InfFiles = 10,inf[SourceDisksNames]
1 = %InstDisk%[SourceDisksFiles]
kqemu.sys = 1[Manufacturer]
%Author% = KQemu.Manufacturer[KQemu.Manufacturer]
%Description% = DefaultInstall,kqemu[DefaultInstall.NT]
CopyFiles = KQemu.DriverFiles, KQemu.InfFiles
AddReg = KQemu.UninstallRegistry[DefaultInstall.NT.Services]
AddService = kqemu,,KQemuService_Inst[Uninstall.NT]
DelFiles = KQemu.DriverFiles, KQemu.InfFiles
DelReg = KQemu.UninstallRegistry[Uninstall.NT.Services]
DelService = kqemu,0x00000200[KQemu.DriverFiles]
kqemu.sys[KQemu.InfFiles]
kqemu.inf[KQemu.UninstallRegistry]
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KQEMU,"DisplayName",,%Description%
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KQEMU,"UninstallString",0x20000,"RunDll32 setupapi.dll,InstallHinfSection Uninstall 132 %SystemRoot%\inf\kqemu.inf"[KQemuService_Inst]
DisplayName = %Description%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\kqemu.sys[Strings]
Author = "Fabrice Bellard"
Description = "KQEMU virtualisation module for QEMU"
InstDisk = "KQEMU Install Disk"
SERVICE_KERNEL_DRIVER = 1
SERVICE_DEMAND_START = 3
SERVICE_ERROR_NORMAL = 1 -
ok, trying to install kQemu driver through .inf file Code:--
; Copyright (C) 2005 Filip Navara, Damien Mascord
[Version]
Signature = "$Windows NT$"
Class = System
ClassGuid = {4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider = %Author%
DriverVer = 04/28/2005,1.0[DestinationDirs]
DefaultDestDir = 12
KQemu.DriverFiles = 12
KQemu.InfFiles = 10,inf[SourceDisksNames]
1 = %InstDisk%[SourceDisksFiles]
kqemu.sys = 1[Manufacturer]
%Author% = KQemu.Manufacturer[KQemu.Manufacturer]
%Description% = DefaultInstall,kqemu[DefaultInstall.NT]
CopyFiles = KQemu.DriverFiles, KQemu.InfFiles
AddReg = KQemu.UninstallRegistry[DefaultInstall.NT.Services]
AddService = kqemu,,KQemuService_Inst[Uninstall.NT]
DelFiles = KQemu.DriverFiles, KQemu.InfFiles
DelReg = KQemu.UninstallRegistry[Uninstall.NT.Services]
DelService = kqemu,0x00000200[KQemu.DriverFiles]
kqemu.sys[KQemu.InfFiles]
kqemu.inf[KQemu.UninstallRegistry]
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KQEMU,"DisplayName",,%Description%
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KQEMU,"UninstallString",0x20000,"RunDll32 setupapi.dll,InstallHinfSection Uninstall 132 %SystemRoot%\inf\kqemu.inf"[KQemuService_Inst]
DisplayName = %Description%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\kqemu.sys[Strings]
Author = "Fabrice Bellard"
Description = "KQEMU virtualisation module for QEMU"
InstDisk = "KQEMU Install Disk"
SERVICE_KERNEL_DRIVER = 1
SERVICE_DEMAND_START = 3
SERVICE_ERROR_NORMAL = 1 -
I see that this file contains the name of the author and the company that manufactured this product. Obviously they are the people to contact to ask what this message means.
txtspeak is the realm of 9 year old children, not developers. Christian Graus
-
As I said in answer to your earlier post, the message "Installation failed" gives no clue as to what might be wrong, so there is no way we could begin to guess what the error is. If you cannot get help from the people who wrote this package then I fear you are stuck.
txtspeak is the realm of 9 year old children, not developers. Christian Graus
-
What's keeping you from contacting fabrice@bellard.org?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
Hi All, I am trying to install the .inf file through cmd line rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 .\mfile.inf It runs fine with wondows xp and windows 7 but in windows vista I am getting error message "Installation failed". Even UAC also disabled. What might be the problem?
Hi, When you install a device driver and the installation fails you can check the SetupAPI Log File[^] located at
**%windir%\inf\setupapi.dev.log**
on Windows Vista and above. My guess is that you are attempting to install a 32 bit device driver on a 64 bit Vista OS. Best Wishes, -David Delaune