Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Tired of getting the right files for your driver?

Featured Replies

I wrote a program that parses an inf file somewhat and finds the files referenced under SourceDisksFiles. I'm not sure how accurate that would be, but it copies the referenced files, inf, and cat to another directory.

It's a console program, but seems to require .NET. If anyone knows how to manipulate directories without using .NET or even Windows API please let me know XD.

Let me know about any problems. I only have so many drivers to test with, plus I'm not formatting any time soon. I really need someone to test install these and see if it gets all the needed files.

For those who don't want to install .NET, the 2 dlls below seems to be the ones it needs. I haven't actually tried this.

mscorlib.7z

mscoree.7z

Synatx: inf.exe driver.inf {dest}

dest defaults to Temp in the current directory.

Current features:

1. Maintains necessary directory structure.

Planned features:

1. Parse more than one inf at a time. Maybe something like all infs in given directory.

2. User interaction if no arguments on command line.

Edited by OCedHrt


  • Author

So it does need .NET then? I think at most it only needs 1 dll file, but I can't test it because I do have .NET installed. The only part that may require .NET are calls to functions under SYSTEM::IO. I'm not too sure if that is under .NET since it is all new to me. It may just need mscorlib.dll. About 500kb compressed, I can send it if anyone is interested.

Your tool query mscoree.dll not in path ?

May be can you post a link to download only this dll and dependencies and i will have a second try.

  • Author

#using <mscorlib.dll>

Thats all it is.

mscorlib.7z

mscoree.7z

Give that a try.

Update: Added mscoree.dll.

Would be better if someone could tell me how to create directories w/o using .NET or even the Windows API. I can copy files by creating streams, but directories..no idea.

  • 1 month later...

This app doesn't work. It just hangs. I have .NET installed but I also tried it with the 2 dlls in the inf.exe dir. I checked different inf's with and without target dirs. It just hangs...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.