jumper Posted December 15, 2011 Posted December 15, 2011 (edited) minf (minimize INF file)latest beta: minf.04.exeDone:Convert UTF-16 (Unicode) to UTF-8 (ASCII)Abbreviate lengthy section namesRemove comments and white spaceMinimize variable namesTo do:Minimize section namesRemove non-9x sectionsCreate 9x sections from 2k/XP if missingWhy?To fix poorly tested Win9x installer information (INF) files.Enable 2K/XP WDM drivers to possibly work in 98/SE/ME.Addresses issues raised by jds and jaclaz in:← Driver compatibility issues for W9XSuggested usage:Create a shortcut to minf in your Windows SendTo folder and send INF files to it using the right-click context menu. minf.01.exe implements these first two features:Convert UTF-16 (Unicode) to UTF-8 (ASCII)If the first two bytes of the file are FF FE or FE FF, those two bytes plus every other byte thereafter are removed.Abbreviate lengthy section namesAll section names are checked for length. Any over 28 characters are abbreviated to 10..16 and all references patched.minf.02.exe adds support for:Remove comments and white spaceAll comments and (non-quoted) white space are removed and new-lines reduced to a single line-feed.minf.03.exe adds:Minimize variable namesAll variable names are reduced to the range A-Z,A0-ZZ and references patched.A 75KB test file was reduced to 50KB!minf.04.exe adds:+ If any section names are squashed to 28, the original size is now reported.- Files not terminated with a line feed are now handled successfully.To do:Minimize section namesIt should be possible to do something similar to variable names, but decoration parsing will be required.Remove non-9x sectionsOnce I fully understand section naming and decorating conventions, it should be possible to completely remove sections not needed by Win9x.Create 9x sections from 2k/XP if missingIf no Win9x sections exist, an attempt could be made to adapt a 2K or XP section. Edited July 23, 2013 by jumper
PROBLEMCHYLD Posted December 15, 2011 Posted December 15, 2011 This tool will come in handy converting WinXP inf to Win9X. Thanks jumper
TmEE Posted December 16, 2011 Posted December 16, 2011 Whoa, this is some nice stuff I wonder if its worth to try it on some 2K/XP graphics drivers.....?
loblo Posted December 16, 2011 Posted December 16, 2011 I wonder if its worth to try it on some 2K/XP graphics drivers.....?I don't think so as display drivers aren't WDM drivers AFAIK and they require vxd and 16bit drv files for working on a 9x system, both of them being non-existent in 2K/XP only drivers.
TmEE Posted December 20, 2011 Posted December 20, 2011 But 98 does support WDM... ? or it won't work for video cards ?
maximilliangreat Posted December 20, 2011 Posted December 20, 2011 Create 9x sections from 2k/XP if missingjumper, I'm really waiting for this feature. Keep doing a good work!
loblo Posted December 20, 2011 Posted December 20, 2011 But 98 does support WDM... ? or it won't work for video cards ?Display drivers are kernel mode drivers not WDM ones and this applies to 2K/XP as well. AFAIK there is no way to use 2K/XP display drivers on 98/ME.
TmEE Posted December 20, 2011 Posted December 20, 2011 aha ...the more you know ^^but sound stuff is still applicable for the most part I would guess
loblo Posted December 20, 2011 Posted December 20, 2011 but sound stuff is still applicable for the most part I would guessYeah, soundcards drivers and USB devices drivers are candidates I can think of but there is no guarantee all will work just because it has become possible to install them, some may and some other may not.
maximilliangreat Posted December 20, 2011 Posted December 20, 2011 Yeah, soundcards drivers and USB devices drivers are candidates I can think of Network cards probably should work too.
MrTCNC Posted May 20, 2012 Posted May 20, 2012 Absolutely incredible! I can't wait to try this for the UAA HD bus > many thanks and kudos to all those wonderful, brilliant folks who develop software like this so that people like me can use it to perpetuate Windows 98
submix8c Posted May 20, 2012 Posted May 20, 2012 Absolutely incredible! I can't wait to try this for the UAA HD bus > many thanks and kudos to all those wonderful, brilliant folks who develop software like this so that people like me can use it to perpetuate Windows 98 ??? Not gonna happen! No drivers for that will EVER work on 9x! AFAIK, that's the case so you HAVE to disable OnBoard Sound and insert a an add-in card (NOT HD, of course).
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now