Posts posted by mooms
-
-
Posted ·
Edited by mooms
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.
-
Edited by mooms
Do you have QT Address Bar only?.. I'm having problems with the QT standard buttons when using other windows themes the standard buttons where missing.. and i don't like QT Tab Bar..
Because i don't need QT Tab Bar me neither, i have made an addon with QT Address Bar only (based on doug's addon v1.1). Here it is
No uninstall but not really needed.
Notice how small it is without QT Tab Bar.
-
-
-
-
-
-
-
Edited by mooms
This addon is great, but it cause my unattended to semi-fail (no themes, no custom tweaks applied, etc....)!
i have found the reason in the file Entries_QT_Bar.ini:
builddate=2009/05/23description=QTBar & QT Address Bar Add-On
language=English (United States)
title=QT_Tab Add-On
version=1.1
website=
[sysoc]
QT_Tab=ocgen.dll,OcEntry,QT_Tab.inf,HIDE,7
[dosnet_files]
d1,QT_Tab.inf
d1,QT_Tab.cab
[txtsetup_files]
QT_Tab.cab = 100,,,,,,_x,,3,3
QT_Tab.inf = 100,,,,,,,20,0,0
[i386_compress]
rvmtemp\extracted\QT_Tab.inf
it should be:
[general]builddate=2009/05/23
description=QTBar & QT Address Bar Add-On
language=English (United States)
title=QT_Tab Add-On
version=1.1
website=
[sysoc]
QT_Tab=ocgen.dll,OcEntry,QT_Bar.inf,HIDE,7
[dosnet_files]
d1,QT_Bar.inf
d1,QT_Bar.CAB
[txtsetup_files]
QT_Bar.cab = 100,,,,,,_x,,3,3
QT_Bar.inf = 100,,,,,,,20,0,0
[i386_compress]
rvmtemp\extracted\QT_Bar.inf
I'm surprised that nobody have reported that!
i have uploaded a corriged version:
MD5: 321b7f0a3b1a1eefcfd5637e21b55580
size: 935 kb
-
Posted ·
Edited by mooms
This is a switchless installer made with Winrar SFX
no ask toolbar, no eBay shortcuts, Just a Foxit reader shortcut to your start menu
Jpeg2000 decoder plugin is included.
To uninstall simply delete the "Foxit Reader" folder in Program Files
Version: 3.0 Build 1817
Language: Multi, just choose your language and Foxit will download it.
Switchless installer:
Size: 2,61 MB
MD5: ffbd497235022721d74867c621bf17b5
Addon: (compatible with nLite and RVMi)
Size: 2,58 MB
MD5: a1d688c3528decab4503576c462ecce6
-
-
-
-
Hi to all of you folks, i have finally take the time to register to this great forum ! :thumbsup_anim:
Bug with nLite [registry_addreg] ?
in Addon Discussion
·
Edited by mooms
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...zjh6jso957ngqn3
Can you tell me why it shows up there ? i can't find the mistake in the addon....
Regards.