mraeryceos Posted April 15, 2004 Posted April 15, 2004 Hope this isn't too lame...Inf File Generator:http://www.poromenos.org/download.htmlInf-Tool:http://www.inner-smile.com/dl_inf.htmUltraEdit32 can do custom highlighting, and you can download inf file highlighting template below (though pretty old):http://www.ultraedit.com/downloads/additional.html<quote gosh>Software to create inf filesBack in NT4 we had sysdiff, that would create a registry snapshot and save it as an .inf file. This was very handy. However sysdiff won't work in windows XP or higher. As far as I know there is no other Microsoft tool to create inf files. There might be 3rd party apps</quote>
gosh Posted April 15, 2004 Posted April 15, 2004 Great info, although i perfer to make my own inf's by hand of course.-gosh
mraeryceos Posted May 14, 2004 Author Posted May 14, 2004 Some reg to inf conversion software in this list:http://www.bootcd.uni.cc/BartPE_Plugins_Utility.php
utln Posted May 14, 2004 Posted May 14, 2004 Some reg to inf conversion software in this list:http://www.bootcd.uni.cc/BartPE_Plugins_Utility.phpThis utility is for generating a BartPE compatible inf file. It is not compatible with Microsoft's format.
mraeryceos Posted May 18, 2004 Author Posted May 18, 2004 @utlnYou are right. There is more than "one reg to inf for PE" types in the list, and I think they work for WinPE as well. Complete list here:http://www.bootcd.uni.cc/BartPE_Plugins_Complete.php@enuffsaidI should have said that I haven't tried this stuff, just noting its existence. Once I iron out a winxp cd with all changes I will see about converting my reg files to inf. Gosh has said this makes for a more integrated solution, rather than bolt-on stuff (at least that's what I remember... not sure about details).
<SparTacuS> Posted May 24, 2004 Posted May 24, 2004 utln is right. The inf for a BartPE (praised be his name) plugin is totally different than is needed for a reg on an unattended. Compare:Tweak=Disable Error Reporting, but notify when errors occur;For reg;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]"DoReport"=dword:00000000For a BartPE Plugin;[Software.AddReg]0x4, "Microsoft\PCHealth\ErrorReporting", "DoReport", 0x00000000Nice try though . . .<SparTacuS>
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