Addons are compatible with RVMi 1.5.3 and nlite 1.4.9. (No backwards compatibility)
IE7 Addon:
Totally safe. However, this addon replaces a few IE7 files at OOBE. (imgutil.dll, inetcpl.cpl, inseng.dll, mshtml.dll, msrating.dll, pngfilt.dll, webcheck.dll)
Download: http://www.mediafire.com/file/jryjmwnvn ... _2.0.4a.7z
Rapidshare Mirror: http://rapidshare.com/files/174406940/N ... 4a.7z.html
MD5: 8929DDE401D80A573E952FADCA987CE0 / File size: 9,71 MB
IE7 Alternative Addon:
This addon will integrate all IE7 files directly to your Windows source w/o OOBE.
Download Alternative: http://www.mediafire.com/file/kqo2rmu4y ... .4a_alt.7z (alternative)
Rapidshare Mirror: http://rapidshare.com/files/174408177/N ... lt.7z.html (alternative)
MD5: 2553965B0C04F5E416E69EC740B6CE57 /File size: 9,34 MB
Changelog:
2008-12-18 v2.0.4a: Added KB960714.
2008-12-15 v2.0.4: Added KB958215 (obsoletes KB956390)
2008-11-08 v2.0.3: Added KB956390 (obsoletes KB953838) & Added KB956391 & Updated KB938127 to KB938127-v2.
2008-09-08 v2.0.2: Added KB953838 (obsoletes KB950759). & Added IE Desktop Icon setting in Folder Options menu in Control Panel. & Removed IE Desktop Restore icon fro start menu.
2008-06-19 v2.0.1: Added KB950759 (obsoletes KB947864). & Added "SP3 WBEM Fix AddOn v1.1" (readding the addon will not create a problem) & Removed some files for more sp3 compatibility (browseui.dll, jscript.dll, shdocvw.dll, shlwapi.dll, vbscript.dll)
2008-05-31 v2.0.0: Full XP SP3 compatibility. No more compatible with XP SP2. & Removed xmllite.dll and custsat.dll from the addon. They exist in sp3 release. & Added IE Desktop Icon, also added a shorcut, Internet Explorer Desktop Icon, to "Start/All Programs/Accessories/System Tools" that will add IE icon to desktop again.
2008-03-06 v110: Full RVMi 1.5.1 compatibility. Removed backwards compatibility. Not compatible with older versions of RVMi 1.5 and RVM Update Pack 2.2.1. & Removed modified IE.inf and IEACCESS.INF files from addons. Now using ExtraFileEdits in order to modify them.
Important Notes:
- These addons will integrate IE7 into your windows source. Can NOT be uninstalled.
- Not for use on a running windows installation.
- Contains "SP3 WBEM Fix AddOn v1.1" in order to prevent possible errors. Re-Adding the Fix addon will not create a problem.
- Both addon don't contain these files from original IE7 installer: browseui.dll, jscript.dll, shdocvw.dll, shlwapi.dll, vbscript.dll, xmllite.dll. XP SP3 release contains newer version of these files.
- The alternative addon should be fine, particularly if you prefer to overwrite files and disable SFC with nlite. This addon produces 'setuperr.log' messages about these files (imgutil.dll, inetcpl.cpl, inseng.dll, mshtml.dll, msrating.dll, pngfilt.dll, webcheck.dll). So far, they seem negligible. We're working on it!
- If you're adventurous, go with the Alternative Addon. Otherwise, play it safe and go with the normal Addon.
=====
About IE7 tweaks: No tweaks are included in the inf file. You can see this thread for some.
Copy the codes you want, and paste them under "[UserTweaks.AddReg]" in NR_IE7en.inf file. (Its at the end of the inf file.)
For adding IE7 tweaks for ALL users in your system:
- Add your tweaks normally in NR_IE7en.inf file. (This is for first user.)
- Open xIE7en.inf file. Add your tweaks in that file too. At bottom of the file, under ;Copy & Paste your IE7 tweaks here below.
[UserTweaks.AddReg] - Then search for
and change it to;AddReg=UserTweaks.AddRegAddReg=UserTweaks.AddReg - Save and close xIE7en.inf file.
=====
About IE Desktop Icon:
If you don't want/disable IE Desktop Icon creation, you need to modify these lines in NR_IE7en.inf file only:
toHKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu","{871C5380-42A0-1069-A2EA-08002B30309D}",0x10001,0
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel","{871C5380-42A0-1069-A2EA-08002B30309D}",0x10001,0
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu","{871C5380-42A0-1069-A2EA-08002B30309D}",0x10001,0
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel","{871C5380-42A0-1069-A2EA-08002B30309D}",0x10001,0
If you don't want the icon for later created users after first user, modify same strings in xIE7en.inf file too.HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu","{871C5380-42A0-1069-A2EA-08002B30309D}",0x10001,1
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel","{871C5380-42A0-1069-A2EA-08002B30309D}",0x10001,1
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu","{871C5380-42A0-1069-A2EA-08002B30309D}",0x10001,1
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel","{871C5380-42A0-1069-A2EA-08002B30309D}",0x10001,1
=====
PS: Do not modify the entries in NR_IE7en.inf file without knowledge of what they do.