mooms Posted October 5, 2011 Posted October 5, 2011 (edited) HelloI use a entries_.ini file to add custom tweaks with nLite(view http://www.nliteos.c...registry_addreg if you don't know what i'm talking about)The problem lies in this line:HKCU,"Software\Microsoft\Internet Explorer\SearchScopes\{1C5F694D-B965-4AEA-AF33-8906DFBC21E4}","URL",,"http://www.google.fr/search?hl=fr&q={searchTerms}+&meta="Becomes this in hiveset.inf, HIVEDEF.INF and nlite.inf (also, why nLite add the keys to all these files? nlite.inf is enough....)HKCU,"Software\Microsoft\Internet Explorer\SearchScopes\{1C5F694D-B965-4AEA-AF33-8906DFBC21E4}","URL",,"http://www.google.fr/search?hl=fr&q={searchTerms}As you can see, nLite truncate the end,(+&meta=" ), resulting in an error at the text mode stage of the install:If i manually edit nlite.inf to add my tweaks, everything works fine, but that's a hassle to do this at each integration.So, is this a know bug or limitation of nLite?Can i avoid that ?Thanks. Edited October 5, 2011 by mooms Quote
ricktendo Posted October 5, 2011 Posted October 5, 2011 Yea it appears to have a problem with the plus (+), why dont you remove +&meta= its not needed Quote
mooms Posted October 5, 2011 Author Posted October 5, 2011 (edited) Thanks for the answer ricktendo64, that's also my guess.I have finally made an addon with an inf file which does the addreg. Works well.And that don't "pollute" all these inf files like nLite do when using [registry_addreg]I really don't understand why nLite duplicate the entries in all those files when nlite.inf is enough to do the trick.But i have a little cosmetic glitch caused by my inf addon:it sow up in this window: (don't know the name in english, must be add/remove components)here is my addon:http://www.mediafire...zjh6jso957ngqn3Can you tell me why it shows up there ? i can't find the mistake in the addon....Regards. Edited October 5, 2011 by mooms Quote
ricktendo Posted October 5, 2011 Posted October 5, 2011 You have to change this in the INF file to match your entries.ini so the "HIDE" will hide it[Optional Components]dem[dem][sysoc]tweaks=ocgen.dll,OcEntry,tweaks.inf,HIDE,7 Quote
mooms Posted October 5, 2011 Author Posted October 5, 2011 (edited) Allright, so [Optional Components] must match the name in sysoc, got it.I have updated the addon to clean sysoc and delete inf and pnf, files after install.Could you tell me if i'm doing it right ?here is the new addon:http://www.mediafire.com/?7ap4z2j64ccvfseThanks Rick, have a good day ! Edited October 5, 2011 by mooms Quote
mooms Posted October 6, 2011 Author Posted October 6, 2011 Thanks rick, here is the final version with tweaks commented and strings addedhttp://www.mediafire.com/?xd0nqi3dqxgr7r1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.