No, everything is fixed in v2.5.4 (MS NAS issue, Adobe Reader addon issue, etc.)
[Release] Onepiece IE7-8 XP/2003 Addon Maker
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
Skydrive is temporarily out. This will give us the opportunity to make some cosmetic changes...
EDIT: new DL link
EDIT: new DL link
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
we've never tried but I don't think it's compatible: XP x64 has a different CD structure
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- laddanator
- Posts: 131
- Joined: Thu Jan 17, 2008 9:26 pm
- Location: virginia
USER EDIT
How do you edit this addon to turn off phish filtering, and the phish notification, sorry if Imissed this somewhere
"I'LL BE BACK"
I don't know where OnePiece places his tweaks (if any), but MrNxDmX has posted the tweaks you'll need.
MrNxDmX wrote:When you add a tweak to disable the IE7 phishing filter and open IE7 for the first time, it asks for checking phishing filter settings. Then it dont ask again. In order to remove that prompt, use this:
;Disables phishing filter:
HKCU,"Software\Microsoft\Internet Explorer\PhishingFilter","Enabled",0x10001,0
;Disables first promt for phishing filter:
HKCU,"Software\Microsoft\Internet Explorer\PhishingFilter","ShownVerifyBalloon",0x10001,3
-
- Posts: 130
- Joined: Sat Jan 10, 2009 4:30 am
- Location: Estonia
sorry but i have a suspicion that this addon breaks visual styles customization. It also brings some weird runonce entries like IE7-00 and IE7-01. I can get the exact command lines for you if you have no idea about what might cause it.
Most important question is why and everything begins of your choice
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
The only runonce entries present inside the addon are the MS default one in IE6:
Code: Select all
HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","IE - 00",,"rundll32.exe msnsspc.dll,SspcCreateSspiReg"
HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","IE - 01",,"rundll32.exe msapsspc.dll,SspcCreateSspiReg"
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
-
- Posts: 130
- Joined: Sat Jan 10, 2009 4:30 am
- Location: Estonia
exactly these are the lines that make the trouble (i dont know exactly though). Why are these lines still in registry after installation? The visual styles are still intact after first boot, but after next reboot the visual styles have changed. Also this behaviour doesn´t change if i remove the lines after first boot. Very strange...
Most important question is why and everything begins of your choice
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
what exactly happens to your visual style? Do you switch to the classic theme?
Have you tried a clean integration with RVMi 1.5.4b12 without anything else?
Thanks
Have you tried a clean integration with RVMi 1.5.4b12 without anything else?
Thanks
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
-
- Posts: 130
- Joined: Sat Jan 10, 2009 4:30 am
- Location: Estonia
I use default luna theme and only explorer visual effects are affected. I´m not familiar with that integrator, i prefer nlite, cause its more customizable without any extra addons or switchless installers.
well..i use xp pro sp3 2009 ultra edition cd from msfn. There are some customizations already present. I made a zipped entries.ini registry tweak file to reverse some of the visual styles. So...already present (integrated) visual style customizations left active.
I know you order me to use a clean cd, but maybe is it possible to make it work anyway? Your previous 2.5.4 version didn´t have that problem. Why do i think that this addon causes the problem? I changed your addon against NR_IE7en_Addon_2.0.4a_alt.7z and no more problems with these visual effects.
Maybe its MS fault with the last hotfix??
well..i use xp pro sp3 2009 ultra edition cd from msfn. There are some customizations already present. I made a zipped entries.ini registry tweak file to reverse some of the visual styles. So...already present (integrated) visual style customizations left active.
Code: Select all
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
"InnoSetupRegFile.0000000001"="\"C:\\WINDOWS\\is-M6TQE.exe\" /REG"
"IE - 00"="rundll32.exe msnsspc.dll,SspcCreateSspiReg"
"IE - 01"="rundll32.exe msapsspc.dll,SspcCreateSspiReg"
Maybe its MS fault with the last hotfix??
Most important question is why and everything begins of your choice
- laddanator
- Posts: 131
- Joined: Thu Jan 17, 2008 9:26 pm
- Location: virginia
MrNxDmX wrote:
Just not sure where to add this code to this addon
When you add a tweak to disable the IE7 phishing filter and open IE7 for the first time, it asks for checking phishing filter settings. Then it dont ask again. In order to remove that prompt, use this:
Quote:
;Disables phishing filter:
HKCU,"Software\Microsoft\Internet Explorer\PhishingFilter","Enabled",0x10001,0
;Disables first promt for phishing filter:
HKCU,"Software\Microsoft\Internet Explorer\PhishingFilter","ShownVerifyBalloon",0x10001,3
Just not sure where to add this code to this addon
"I'LL BE BACK"
-
- Posts: 130
- Joined: Sat Jan 10, 2009 4:30 am
- Location: Estonia
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
@kaitsevaim: Onepiece will add a fix for your instance in next release. In the meantime you could try to delete the suspected codelines from registry after Windows setup.
@all: if you want to add your own tweaks to Onepiece's IE7 true addon, unpack the addon and put them in a [IE_ADDREG] section of entries.ini:
@all: if you want to add your own tweaks to Onepiece's IE7 true addon, unpack the addon and put them in a [IE_ADDREG] section of entries.ini:
Code: Select all
[EditFile]
I386\IE.INF,IE.Tweaks.AddReg,IE_ADDREG
I386\IE.INF,IE.Tweaks.DelReg,IE_DELREG
[IE_ADDREG]
........
[IE_DELREG]
........
Last edited by nonno fabio on Tue Apr 14, 2009 3:19 am, edited 1 time in total.
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
-
- Posts: 130
- Joined: Sat Jan 10, 2009 4:30 am
- Location: Estonia
- laddanator
- Posts: 131
- Joined: Thu Jan 17, 2008 9:26 pm
- Location: virginia
AVG
Tonight I was intergrating the Onepiece true ie7 addon and my AVG popped up a trojan virus alert for onepiece true IE7 addon do you want to delete or add to the vault this has to be a false positive
"I'LL BE BACK"
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
@kaitsevaim: mmmh, if so maybe is an odd modification of your ie.inf file done by something unknown. The reglines added post-Runonce are the same Microsoft adds during IE setup. If you want to attach ie.inf file, I can tell Onepiece to take a look at it.
Anyway you can try to disable them inside the addon modifying ie.inf file as follows:
@laddanator: some AV (Norton, I guess) recognize .exe file compiled from .cmd with Quick Batch File Compiler as threats but it's only a false positive
Anyway you can try to disable them inside the addon modifying ie.inf file as follows:
Code: Select all
HKLM,"Software\Microsoft\Active Setup\Installed Components\>{X9B49E34-C7CC-11D0-8953-00A0C90347FF}",,,"%MSIE4% Install"
HKLM,"Software\Microsoft\Active Setup\Installed Components\>{X9B49E34-C7CC-11D0-8953-00A0C90347FF}","ComponentID",,"IE"
HKLM,"Software\Microsoft\Active Setup\Installed Components\>{X9B49E34-C7CC-11D0-8953-00A0C90347FF}","IsInstalled",0x00010001,1,0,0,0
HKLM,"Software\Microsoft\Active Setup\Installed Components\>{X9B49E34-C7CC-11D0-8953-00A0C90347FF}","Locale",,
HKLM,"Software\Microsoft\Active Setup\Installed Components\>{X9B49E34-C7CC-11D0-8953-00A0C90347FF}","StubPath",0x00020000,"rundll32.exe advpack.dll,LaunchINFSection IE.inf,IE_Install_Reg_PerUser"
HKLM,"Software\Microsoft\Active Setup\Installed Components\>{X9B49E34-C7CC-11D0-8953-00A0C90347FF}","Version",,"2009"
in
;HKLM,"Software\Microsoft\Active Setup\Installed Components\>{X9B49E34-C7CC-11D0-8953-00A0C90347FF}",,,"%MSIE4% Install"
;HKLM,"Software\Microsoft\Active Setup\Installed Components\>{X9B49E34-C7CC-11D0-8953-00A0C90347FF}","ComponentID",,"IE"
;HKLM,"Software\Microsoft\Active Setup\Installed Components\>{X9B49E34-C7CC-11D0-8953-00A0C90347FF}","IsInstalled",0x00010001,1,0,0,0
;HKLM,"Software\Microsoft\Active Setup\Installed Components\>{X9B49E34-C7CC-11D0-8953-00A0C90347FF}","Locale",,
;HKLM,"Software\Microsoft\Active Setup\Installed Components\>{X9B49E34-C7CC-11D0-8953-00A0C90347FF}","StubPath",0x00020000,"rundll32.exe advpack.dll,LaunchINFSection IE.inf,IE_Install_Reg_PerUser"
;HKLM,"Software\Microsoft\Active Setup\Installed Components\>{X9B49E34-C7CC-11D0-8953-00A0C90347FF}","Version",,"2009"
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
-
- Posts: 130
- Joined: Sat Jan 10, 2009 4:30 am
- Location: Estonia
Yes! Maybe so! I will try that and see if anything changes... Guess you want me to send the ie.inf in windows/inf folder right after installation. I will upload it somewhere and give a link. Just a moment...
here it is! http://www.hot.ee/kaitsevaim/ie.inf
No..this tweak didn´t help. The runonce lines are missing, but after reboot the visual effects still changed.
here it is! http://www.hot.ee/kaitsevaim/ie.inf
No..this tweak didn´t help. The runonce lines are missing, but after reboot the visual effects still changed.
Last edited by kaitsevaim on Sat Feb 28, 2009 12:18 pm, edited 2 times in total.
Most important question is why and everything begins of your choice
- laddanator
- Posts: 131
- Joined: Thu Jan 17, 2008 9:26 pm
- Location: virginia
Error
I am using redxii new update pack along with a clean home sp3 and onepiece ie7 true addon and this is the error I am getting
"cannot copy admparse.mui" anyone else face this
UPDATE:Sorry never mind I solved it
"cannot copy admparse.mui" anyone else face this
UPDATE:Sorry never mind I solved it
"I'LL BE BACK"
-
- Posts: 130
- Joined: Sat Jan 10, 2009 4:30 am
- Location: Estonia
Hello,
When i use the "True addon maker" of this for my Dutch IE7, it doesnt seem to work (the addon maker of WMP11 does work, but this one wont).
When i click and run the addon maker, it extracts the original installer, but after that is just stops, doesnt do anything anymore? How come?
Folder + Original installer + ie7 temporary extracted files:

When i use the "True addon maker" of this for my Dutch IE7, it doesnt seem to work (the addon maker of WMP11 does work, but this one wont).
When i click and run the addon maker, it extracts the original installer, but after that is just stops, doesnt do anything anymore? How come?
Folder + Original installer + ie7 temporary extracted files:

- laddanator
- Posts: 131
- Joined: Thu Jan 17, 2008 9:26 pm
- Location: virginia
would this go in entries.ini or IE.infall: if you want to add your own tweaks to Onepiece's IE7 true addon, unpack the addon and put them in a [IE_ADDREG] section of entries.ini:
;Disables phishing filter:
HKCU,"Software\Microsoft\Internet Explorer\PhishingFilter","Enabled",0x10001,0
;Disables first promt for phishing filter:
HKCU,"Software\Microsoft\Internet Explorer\PhishingFilter","ShownVerifyBalloon",0x10001,3
"I'LL BE BACK"
-
- Posts: 130
- Joined: Sat Jan 10, 2009 4:30 am
- Location: Estonia
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
Yes.
Place your tweaks in entries.ini under [IE_ADDREG] section and it will automatically edit ie.inf file settings.
Place your tweaks in entries.ini under [IE_ADDREG] section and it will automatically edit ie.inf file settings.
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
maintenance update: rewritten True Addon creator
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
-
- Posts: 130
- Joined: Sat Jan 10, 2009 4:30 am
- Location: Estonia
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
link fixed. thanks
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
updated TrueAddon Maker .inf file
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
New Addon Creator: now it's possible to create also Svcpack or RunOnce EX addons.
Also removed RVMi plugins: their structure could cause false positives.
Also removed RVMi plugins: their structure could cause false positives.
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
-
- Posts: 130
- Joined: Sat Jan 10, 2009 4:30 am
- Location: Estonia
i´m not sure has it already been a part of discussion, but could you do such true addon like yumeyao´s windows media player 11.
I mean so, that the existing windows internet explorer component will be replaced, not just added as extra component. Now there are two internet explorer components in windows components list. Windows default and yours. 


Most important question is why and everything begins of your choice
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
all the existing Windows Internet Explorer 6 components are replaced by Onepiece's True Addon.
If a shortcut remains in Add/remove Windows Components is not related to IE
If a shortcut remains in Add/remove Windows Components is not related to IE
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
@kait,
in fact both onepiece's and mine are "replacing existing components in one step", only he adds entries to ARP.
The different point is how we manage the whole installation process.
I like the style with:
most meaningful expressions and structure
least registry entries(thus, entries which can be set by calling dll functions are not written in the INF and dll functions do the job)
no obsolete files or dummy files.
in fact both onepiece's and mine are "replacing existing components in one step", only he adds entries to ARP.
The different point is how we manage the whole installation process.
I like the style with:
most meaningful expressions and structure
least registry entries(thus, entries which can be set by calling dll functions are not written in the INF and dll functions do the job)
no obsolete files or dummy files.
-
- Posts: 130
- Joined: Sat Jan 10, 2009 4:30 am
- Location: Estonia
I c. Well..i just thought maybe the old component can be removed if its not doing anything (replaced with IE7 as you said).
Oops...i have a clue what it is now. Thats the addon that adds ie desktop shortcut option to folder options view tab.
Sorry!
Oops...i have a clue what it is now. Thats the addon that adds ie desktop shortcut option to folder options view tab.
Sorry!

Most important question is why and everything begins of your choice
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
Updated IE Universal Addon Creator. Now it supports IE tweaks and creation issue should be worked around.
If your AV whines when you run the addon maker, don't worry: verify the executable on Virustotal.com and then stop the AV
If your AV whines when you run the addon maker, don't worry: verify the executable on Virustotal.com and then stop the AV

Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
Do it yourself, it's easy.
Download IE7 setup file, the latest cumulative IE7 update and Onepiece's Own Addon Creator from first post; put everything in a folder and run the addon maker (better stop your AV real-time scan first)
Download IE7 setup file, the latest cumulative IE7 update and Onepiece's Own Addon Creator from first post; put everything in a folder and run the addon maker (better stop your AV real-time scan first)
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
Hi OnePiece & nonno fabio,
I intended to re-create the IE7-English-2.6.0-addon using the addon maker, so IE7-EN setup + these fixes :
KB889333 - Print queue fix (request only)
KB935560 - Remote Desktop PNG fix (request only)
KB938127 - VML vulnerability fix (v2)
KB961260 - cumulative security update (February 2009)
I constated some differences between the 2.6.0-addon and my newly crafted one
* ieResetI.tmp - English version in 2.6.0 addon, Italian in the crafted addon (since international is supported, the English one might fit better)
* corpol.dll and ieframe.dll.mui - 7.0.6000.16414 in 2.6.0 addon, 7.0.5730.13 in the crafted addon
* also, the following entries are present in 2.6.0 addon but not in the crafted addon : code - mirror1 - mirror2
hope this helps, see you
I intended to re-create the IE7-English-2.6.0-addon using the addon maker, so IE7-EN setup + these fixes :
KB889333 - Print queue fix (request only)
KB935560 - Remote Desktop PNG fix (request only)
KB938127 - VML vulnerability fix (v2)
KB961260 - cumulative security update (February 2009)
I constated some differences between the 2.6.0-addon and my newly crafted one
* ieResetI.tmp - English version in 2.6.0 addon, Italian in the crafted addon (since international is supported, the English one might fit better)
* corpol.dll and ieframe.dll.mui - 7.0.6000.16414 in 2.6.0 addon, 7.0.5730.13 in the crafted addon
* also, the following entries are present in 2.6.0 addon but not in the crafted addon : code - mirror1 - mirror2
hope this helps, see you
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
Thanks for your analysis 
For "updated" Corpol.dll and ieframe.dll.mui files, you should add KB928090 too. After that old cumulative update, MS reverted to the original IE files without trying to update them anymore.
About IeResetI.tmp you're right.
Have you used the latest build of Addon Creator (see MD5 hash)? It better handles reg entries... however only QFECheck uses that sort of lines so Addon Creator doesn't add them as they are useless

For "updated" Corpol.dll and ieframe.dll.mui files, you should add KB928090 too. After that old cumulative update, MS reverted to the original IE files without trying to update them anymore.
About IeResetI.tmp you're right.
Have you used the latest build of Addon Creator (see MD5 hash)? It better handles reg entries... however only QFECheck uses that sort of lines so Addon Creator doesn't add them as they are useless
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
- nonno fabio
- Posts: 1627
- Joined: Mon Jun 06, 2005 10:36 am
- Location: Northern Italy
- Contact:
I think so; anyway someone could oppose that all IE7 installations, existing at KB928090 release time, have the higher versions of those files inside as of today, because newer cumulative updates didn't contain them anymore but don't change the existing ones; so corpol.dll & ieframe.dll.mui 7.0.6000.16414 files were keeped.
One of the advantages of the Addon Creator is that everyone can decide for himself if adding a hotfix or not.
One of the advantages of the Addon Creator is that everyone can decide for himself if adding a hotfix or not.
Last edited by nonno fabio on Thu Apr 30, 2009 2:27 am, edited 1 time in total.
Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
@OuTman, don't u want 14 april cumulative update KB963027 ?
http://www.microsoft.com/downloads/deta ... 6c0a0c9390
http://www.microsoft.com/downloads/deta ... 6c0a0c9390
Botus, thank you but I was already aware of the newer hotfix, I just wanted to compare contents of latest "pre-made" addon with its counterpart "home-made" with addon creator (c) and the same hotfixes
I simply wanted to test the creator, and it looks quite great, only a few (really really) insignificant "issues", with no impact at all on computer usage
and that "2 files version" case is quite disappointing but now we are accoutumed of this sort of situation with microsoft
simply ignore it, that is not worth the time... but, if *sometimes* microsoft guys could clarify users about these little things...
I simply wanted to test the creator, and it looks quite great, only a few (really really) insignificant "issues", with no impact at all on computer usage
and that "2 files version" case is quite disappointing but now we are accoutumed of this sort of situation with microsoft
