Voici une traduction que je vous offre permettant d’installer IE7 en
«standalone». Je vous fait remarquer que Microsoft nous a informé qu’il n’y
aurais plus de changement concernant le rendu. Vous pouvez donc l’utiliser
pour tester vos sites web et vous assurez que tout fonctionne bien! Étapes : Premièrement,
télécharger Internet Explorer 7 Beta 2. Utilisez WinRar pour extraire les
fichiers et déposer le tout dans un répertoire que vous aurez créer, ex. :
C:\Program Files\Internet Explorer 7. Créer un nouveau fichier et nommer le ie7.bat, déposer le dans le répertoire
que vous aurez créer. Ensuite, copier-coller le code si-dessous dans ce fichier (merci
Jon
Galloway): @ECHO OFF TITLE IE7 Launcher 1.4 ECHO IE7 STANDALONE LAUNCHER 1.4 ECHO Updated for IE7 Beta 2 Preview ECHO. ECHO Do not close this window or it will not clean up after itself properly. ECHO You can pass a URL into this batch file, like this: ECHO ie7.bat www.microsoft.com ECHO. ECHO More info here:
http://weblogs.asp.net/jgalloway/archive/2005/12/28/434132.aspx ECHO. ECHO When you close IE7, this will remove the registry key and shut itself
down. ECHO. ECHO Setting up IE7 for standalone mode... PUSHD %~dp0 ECHO Removing IE7 registry key and set the version vector to "7.0000". > %TEMP%.\IE7Fix.reg ECHO REGEDIT4
>>%TEMP%.\IE7Fix.reg ECHO.
>>%TEMP%.\IE7Fix.reg ECHO
[-HKEY_CLASSES_ROOT\CLSID\{C90250F3-4D7D-4991-9B69-A5C5BC1C2AE6}] >>%TEMP%.\IE7Fix.reg ECHO
[-HKEY_CLASSES_ROOT\Interface\{000214E5-0000-0000-C000-000000000046}] >>%TEMP%.\IE7Fix.reg ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet
Explorer\Version Vector] >>%TEMP%.\IE7Fix.reg ECHO "IE"="7.0000"
>>%TEMP%.\IE7Fix.reg ECHO.
:: Merge the REG file to delete the IE7 standalone entry
REGEDIT /S %TEMP%.\IE7Fix.reg REN SHLWAPI.DLL SHLWAPI.DLL.BAK TYPE NUL > IEXPLORE.exe.local ECHO Running IE7... iexplore.exe "%1" :: Merge the REG file to delete the IE7 standalone entry
REGEDIT /S %TEMP%.\IE7Fix.reg :: Delete the temporary REG file
DEL %TEMP%.\IE7Fix.reg ECHO Removing IE7 standalone files... REN SHLWAPI.DLL.BAK SHLWAPI.DLL DEL IEXPLORE.exe.local :: Set the old version vector "6.0000".
> %TEMP%.\IE7Fix.reg ECHO REGEDIT4
>>%TEMP%.\IE7Fix.reg ECHO.
>>%TEMP%.\IE7Fix.reg ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet
Explorer\Version Vector] >>%TEMP%.\IE7Fix.reg ECHO "IE"="6.0000"
>>%TEMP%.\IE7Fix.reg ECHO.
REGEDIT /S %TEMP%.\IE7Fix.reg DEL %TEMP%.\IE7Fix.reg POPD ECHO Complete, closing... Créer un raccourcis sur votre bureau pointant vers ie7.bat, et voilà!
Attention, ne fermer pas la fenêtre DOS lorsque vous rouler IE7 car cela
pourrais le faire fermer. Vous pouvez donc naviguer sur les deux version de navigateur sans problèmes! Article paru sur :
http://googlesystem.blogspot.com/2006/04/test-internet-explorer-7-without.ht
ml Vous aurez compris, ce «hack» est disponible juste pour les plateformes
Windows! ;) Benoît Meunier, administrateur W3Québec +1.514.962.2773
www.w3qc.org
-------------- section suivante --------------
Une pièce jointe HTML a été nettoyée...
URL: /pipermail/public-w3qc.org/attachments/20060428/c232ae98/attachment.htm