Hello I 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.