An INF file (stands for information) or Setup Information file, is a plain text file used by Microsoft Windows for installation of software and drivers.
0
votes
1answer
16 views
Driver INF File: Identifying supported OS Architecture from driver inf file
I am trying to parse INF file of drivers in my code to identify the OS architecture supported by them. For this I'm referring to the "INF MANUFACTURER SECTION" link:
...
1
vote
1answer
57 views
batch script to find the directory where a file is located, copy all files located in that directory and sub-directories to another directory
So if I have C:\drivers\* with * indicating many sub-folders, I want to find out where my inf files are located, and then copy ALL files that are located in the same directory where my inf files are ...
0
votes
0answers
6 views
AUTORUN.inf not working [migrated]
Could sombody please tell me why my Autorun.inf is not working when i burn it to CD rom..?
I have checked the fille names and they all exist?
[autorun]
open="VTS\TREADSTONE LT\TREADSTONE LT.bat"
...
0
votes
0answers
14 views
Remove incorrect binding of composite device to custom driver
Our latest WHQL'ed custom driver has an incorrect entry for one of our upcoming product. The upcoming product is composite device and our WHQL'ed driver has an entry which matches the device ID for ...
0
votes
0answers
18 views
change zero value to another value
I am working with long code and I want to let any distance value, d = 0, to be change to d = -2, otherwise I need it to stay the same.
For example, if I have below vector of d and its index unknown ...
1
vote
0answers
40 views
could not open service xx,when i install a wdf driver to win7 x64
I think there's a problem in my inf file. But my driver and inf work fine in windows xp and win7 x86.
I also searched this problem, see somebody said service's name not the same. But in my inf, it's ...
0
votes
1answer
32 views
Windows Virtual (fake) Device INF installation
I have been trying to install the MSVAD virtual audio sample drivers from the Windows DDK on Windows 7 64bits, without success.
I modified the sample INF to only support the "simple" driver. The ...
1
vote
1answer
160 views
Install device driver inf via command line
I am working to deploy smart cards to our environment and the driver provided from the manufacturer is 3 files, a CAT,DLL,and INF. If I right click the INF and select install it works. I need to ...
2
votes
0answers
43 views
Driver installation fails
I have a device supports USB Audio Class. I don't want it to have a generic friendly name "USB Audio Device" and so I want to write an inf file to give it a different friendly name while still ...
0
votes
1answer
157 views
Can't install simple .inf file
Im trying to install a device driver using the "Add Hardware" wizard and I keep getting the following error after selecting the .inf file I am trying to install:
The folder you specified doesn't ...
11
votes
5answers
295 views
Omit inf from row sum in R
So I am trying to sum the rows of a matrix, and there are inf's within it. How do I sum the row, omitting the inf's?
2
votes
1answer
34 views
Cell is greater than zero or infinity
So I have a double loop through a matrix, which reads the contents of each cell and if the cell's content is greater than zero it does something. The problem is there are also not real numbers in the ...
0
votes
0answers
118 views
Unidrv print driver with render plug-in not supported on Win7 64-bit?
I have a "print to PDF" printer driver that I created and it works well in Windows XP, Vista, and 7, 32-bit, but not in Win7 64-bit (haven't tested other 64-bit versions). When I attempt to install I ...
0
votes
3answers
65 views
How to shorten my output? Currently getting 'inf'
I'm writing a program to calculate the 'Taylor Series' and I'm getting 'inf' as my output. I'm not done with the program and everything isn't working properly yet, but I want to be able to see my ...
3
votes
2answers
372 views
Inno Setup - How to read an INF file during the Setup
i need to know how to read a value from INF file [.inf], during the setup. I want the installer to check the version of the program that i am going to update, This program version is not stored in the ...
0
votes
1answer
161 views
How to install pscript/unidrv rendering plugins? DDK/WDK print/oemdll samples are acting strange
I'm trying to get something of pscript/unidrv rendering plugins, but the provided DDK samples just can't be installed on any possible combination of DDK/build/target system I ever have.
The message ...
0
votes
1answer
160 views
Equivalent of “Scan For Hardware Changes” in device manager doesn't work after failed installation
According to the docs the C++ functions CM_Locate_DevNodeA and CM_Reenumerate_DevNode of CfgMgr32.dll should be the programatical equivalant to the menu item scan for changed hardware in the device ...
0
votes
0answers
50 views
how to change %EXTRACT_DIR% value?
I have developed an ActiveX and a cab file for that the ActiveX was install in client machine. The cab has .inf file and the msi file. The .inf file does "run=msiexec /i %EXTRACT_DIR%\file.msi"
In my ...
0
votes
0answers
36 views
How to identify supported Windows Operating Systems and the architecture from Driver INF File?
I'm currently working on a project that requires installation of Drivers in machines with Windows OS installed. The point where I'm currently stuck is to properly identify which Windows Operating ...
0
votes
0answers
199 views
Install Video Driver with Rundll32 in a command line
I am trying to install a video driver using Rundll32.exe in a command line, but every time I have executed my code and restarted and then went back into the Display Settings in Control Panel, I ...
3
votes
2answers
153 views
How to read a inf file?
I used TiniFile to read a inf file . but in some section the ident is same , TiniFile can't read it.
for example :
this section :
[AMD.Mfg]
%AMD.DeviceDesc0% = AMDSMBus, ...
0
votes
0answers
194 views
Installation failed while using rundll32 and InstallHinfSection with SetupApi.dll
I am diving into this stuff for the very first time. All I need to do is that I have an INF file which contains some instructions to copy a file from one directory to another. Here is the INF content
...
0
votes
1answer
214 views
How to install inf file from base directory from Batch File (.bat)?
I want to make a Batch File (.bat) to install an .inf file that is located in the base directory of the bat file. I managed to install the inf, but only if I specify the full directory. How can I ...
0
votes
1answer
290 views
ActiveX not working on client machine
I'm trying to run activex control for a simple hello world message box.
First i created the class library and i have now the dll , then i created the HTML page and called the activeX control :
...
0
votes
0answers
84 views
Uninstall/Clear IE ActiveX Addon programatically (win32)
I'm trying to clean up the traces left by an ActiveX IE Addon. The Addon (COM DLL) was installed using a cab file.
Manually, IE -> Manage Add-ons -> open the addon and REMOVE is also not helping. It ...
0
votes
0answers
162 views
How to create autorun.inf for autoplay .avi video from cd?
How to create autorun.inf for autoplay .avi video from cd ? needed immediate solution ....!
0
votes
1answer
341 views
Matlab NaN and Inf issue
So, I'm implementing the EM algorithm in Matlab, but my matrices quickly end up contaminated by NaN and Inf values. I think it might be caused by matrix inversions, but I'm not sure that's the only ...
1
vote
0answers
142 views
Device Driver access permissions for domain users in Windows 7
I'm writing a Windows device driver for a custom USB device, but am having trouble opening the device from my user program (using CreateFile) when the user program is run as a domain user. If I run ...
1
vote
1answer
247 views
Windows INF files for multiple platforms and OS's
I am trying to create a Windows INF file to install a driver that can work with 32- or 64-bit Windows 7 or Windows 8. I have 4 different .SYS files, all with the same name, one for each situation. ...
2
votes
0answers
257 views
inf2cat 22.9.10 error
I'm trying to sign old Hitachi driver that makes USB flash drive appear as fixed disk
(Quite useful when you have fast, large thumb drives)
Driver itself works fine but I constantly get same error ...
1
vote
0answers
421 views
Install inf file but 'Found New Hardware" wizard still wants driver
I wonder if someone could point to me the right direction as this inf problem has been troubling me for a while.
I am using ClickOnce installer to install a prerequisite component.
I'd written a ...
1
vote
1answer
194 views
Windows driver hardware id
I'm doing some displaying staff using C# and WMI.
I found the HardwareID in Device manager are different from those i found in inf file.
e.g.
Here i found in Inf file:
[Manufacturer]
%KMDName% = ...
5
votes
3answers
3k views
Signed INF driver works on the computer where it was signed, not others
My company purchased a Driver Signing Certificate from Go Daddy. I used it to sign a simple INF file that is a driver for some of our USB devices that use Microsoft's usbser.sys. Everything seems to ...
0
votes
2answers
1k views
how to install and run a driver
I've wrote a simple driver that only prints "Hello World" to the debug.
I used Visual Studio 2012 RC with WDK 8 in order to create an empty driver project and wrote the follwing code:
#include ...
1
vote
0answers
460 views
Custom Windows USB / RNDIS .inf file to change Network Connections Name
I have have my embedded Linux device communicating with Windows 7 via Ethernet over USB using the g_ether driver in Linux. I am attempting to modify the example linux.inf file in the kernel source ...
2
votes
1answer
207 views
Can DevCon notify when a driver is finished installing after a rescan?
I am trying to install a driver during a windows-setup project.
The first step I do is to copy the INF file and preinstall the driver.
SetupCopyOEMInf(infFile, null, 1, 0, null, 0, 0, null);
This ...
2
votes
1answer
182 views
Floating point trap with C program using valgrind
I'm trying to figure out how I can find the exact position where my simulation code written in C generates NaNs.
I'm using plain C89 (but I can move to C99/C11) and gcc 4.4.5 on Debian squeeze.
...
0
votes
0answers
61 views
UpdateNow not set? (Language monitor problems)
I'm trying to figure out how to set up a printer language monitor without using WIN32 API's AddMonitor() (i.e. by editing the Registry or using an INF file), but I keep running into problems, and I'm ...
1
vote
1answer
459 views
Install libusb driver using INF file with c#
I want to install a 3rd party libusb driver during a Windows Setup installation. I created this installation with VS2010.
I have tried installing this driver through the command line using SetupAPI ...
0
votes
1answer
1k views
Deleting .inf and .pnf Files
I manually install my driver using an .inf file. Until now, I deleted the oem.inf and .pnf files from the inf folder to uninstall. Whenever I install a new driver I delete/uninstall the old inf and ...
0
votes
0answers
408 views
how to register .dll and .ocx files using .inf file?
I wrote an INF file to use a cab file in a web application. but using INF file I can't register my DLL and OCX files.
[version]
Signature="$chicago$"
ClassGUID = {my CLSID}
[DefaultInstall]
...
0
votes
1answer
70 views
How to define Windows driver name?
I am trying to define the name of my driver as it appears when it is being installed as flagged by UAC.
Here is an image of the issue:
I cannot figure out how to change the name of this parameter, ...
2
votes
1answer
151 views
Sample inf file to create standard modem
I started involving in creating a PPP connection between my embedded device(GSM modem) and my pc via USB. My duty is to install a driver for my USB(Laptop End) to serial(RS232-Embedded Device end) ...
0
votes
1answer
464 views
How to install an INF file with InstallShield LE?
We have an application for which we're using InstallShield LE (the one that comes with Visual Studio 2010) to manage the installation of the application.
As part of the installation, I need to ...
0
votes
1answer
278 views
resources in META-INF/resources not found and return 404
I have a jar file in my WEB-INF/lib directory. Inside that jar is a META-INF/resources directory with one file (image.jpg). As I understand the servlet 3.0 API, when I deploy this as part of my web ...
0
votes
0answers
52 views
Autorun settings for browser
I have an autorun file that opens an html file in a browser, are there settings I can use to remove the browser menu and set the window size/postion? Thanks.
2
votes
3answers
10k views
windows 8 driver install and catalog/signature validation
I can't get windows 8 (release preview) to accept either the inf2cat or makecat approach described as solutions to the question at http://stackoverflow.com/q/9640400/1442715 unless I disable ...
1
vote
1answer
460 views
How to verify inf file installation
I have .inf file with a brother .sys file in the same folder.
they are drivers for plug and play device via usb .
When i try double click / right click the .inf file and pressing "Install"
It does ...
2
votes
0answers
868 views
Windows driver.sys file location other than system32\drivers
Is it legal to keep windows driver sys file outside of system32\drivers directory? It appears that it is possible if a driver is "manually" configured via CreateService with absolute path to the ...
0
votes
3answers
1k views
c++ test whether double is #INF
I would like to isolate the behavior when some double value is a NaN or an #INF. To detect a NaN, I test
doubleVal != doubleVal
What about an #INF? Will this test be true when the doubleVal is an ...
