For questions relating to the INF Windows file format.
Questions tagged [inf]
190 questions
0
votes
2 answers
Deploy system DLL inside CAB file
I’m looking for a way to deploy a system DLL within my ActiveX CAB file. CAB cannot update system file and whole installation fails. Perfectly, I would like to copy the DLL into ActiveX installation folder.
My best suggestion (I didn’t try it yet)…

Eugene
- 3,335
- 3
- 36
- 44
0
votes
1 answer
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 not seeing any good examples of INF files for…

Mac Sigler
- 189
- 1
- 15
0
votes
1 answer
How to load an OCX using an .INF configuration file
It's my first post, so if I’m posting wrong or something, please let me know!
I'm developing an application in C# where I have to stream picture and sound from an IP Camera.
I have found a SDK from the manufacturer of the IP camera which should make…

Daniel Knudsen
- 11
- 1
-1
votes
1 answer
getting highest smallest floats values from mixed list with inf in list
list float values & inf repeat many times inside list
the mission is extract the highest float value & smallest float value
Noting that : there are inf appears in the list
**my code :**
list = (inf , inf , inf , inf , 0.9 , 0.5 , 2.5 , 3.5 , 4.9…

NasserCzar
- 3
- 4
-1
votes
1 answer
inx file sample and vs doesnt genrate inf file
I am writing my first kmdf driver and i couldn't understand how do i build my inx/inf file. i saw in microsoft doc that there is supposed to be an inx file sample in the wdf but i couldn't find it. can someone help me find any sample of inx or inf…

flikhamud45
- 77
- 6
-1
votes
1 answer
replace inf values of a column with the max value of the column group by
I have a data frame like below
ID sales
0 c1 100.0
1 c1 25.0
2 c1 60.0
3 c1 inf
4 c2 40.0
5 c2 inf
6 c3 50.0
7 c3 inf
8 c3 80.0
I want to replace the 'inf' in sales column to the max value of the…

suma
- 49
- 2
-1
votes
2 answers
how to round down inf values
I have a dataframe with multiple columns and I want to calculate some averages, however the result is often an inf value, which is messing up my dataframe. Is it possible to round down the inf value in Python?
Some example of code:
df['Htgs/2'] =…

Budescu Eftimie
- 1
- 1
- 3
-1
votes
2 answers
Extracting HID from Windows INF File
I am trying to parse a large number of INF files for Windows driver installations.
I have a large collection of drivers for various devices (Biometrics, Bluetooth, Video, etc) -- all with varying creation dates and contents.
I am trying to parse…

kpjVideo
- 413
- 2
- 6
- 21
-1
votes
1 answer
What is equivalent to inf files on Mac?
So as I said in the title, what is equivalent to inf files on Mac(if something like that exist)?
Thanks

userDS
- 15
- 5
-1
votes
1 answer
change name of network adaptor in .inf file
I want to install network driver and I don't have any problem with that but when i install driver in
Control Panel\Network and Internet\Network Connections
I see my network with this name :
Local Area Connection 2(2-3-4-5....)
I want to change…

Sam
- 175
- 3
- 17