Subscribe For Free Updates!

We'll not spam mate! We promise.

May 24, 2006

Tes Internet Explorer 7 Beta tanpa perlu di install

Original Source code

Untuk menjalankan Internet Explorer Beta 7 , anda wajib mempunyai Windows XP SP2


Step 1

Download Internet Explorer 7 Beta 2.

Step 2

Gunakan WinRar (bisa di download versi free trial nya disini) untuk menguraikan isi files dari setup.exe ke lokasi folder - C:\Program Files\Internet Explorer 7.

jika anda tidak menginginkan untuk menggunakan WinRar, buka saja DOS prompt, masuk ke lokasi dimana letak exe setup berada dan ketik "IE7BETA2-WindowsXP-x86-enu.exe -e" (atau nama yg sesuai dari setup ini). Anda akan melihat proses penguraian files. Anda harus mengingat lokasi dimana files tersebut di uraikan , masuk ke lokasi tersebut dan copykan ke C:\Program Files\Internet Explorer 7. Jangan menekan tombol OK yang muncul dikotak setup sebelum anda selesai mengcopy isi folder tersebut , karena setelah setup semua folder akan terhapus otomatis.

Step 3

Buatlah sebuah file baru dengan nama ie7.bat di lokasi folder tadi, dan copykan code berikut ini :


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
/ ECHO.
/ ECHO [-HKEY_CLASSES_ROOT\CLSID\{C90250F3-4D7D-4991-9B69-A5C5BC1C2AE6}]
/ ECHO [-HKEY_CLASSES_ROOT\Interface\{000214E5-0000-0000-C000-000000000046}]
/ ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Version Vector]
/ ECHO "IE"="7.0000"
/ 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
/ ECHO.
/ ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Version Vector]
/ ECHO "IE"="6.0000"
/ ECHO.
REGEDIT /S %TEMP%.\IE7Fix.reg
DEL %TEMP%.\IE7Fix.reg

POPD
ECHO Complete, closing...
Step 4

Di folder yang sama , buatlah sebuah file baru dengan nama ie7.vbs dengan code sebagai berikut :
Set oShell = CreateObject("WScript.Shell")
oShell.Run "ie7.bat", 0, True


Step 5

Buatlah shortcut di tampilan desktop anda dengan file ie7.vbs tersebut.

Step 6

Masuklah ke subfolder update dan jalankan xmllitesetup.exe (dengan metode ini, IE7 akan mempunyai fasilitas Tabs).

Selamat , anda sudah mempunyai Internet Explorer 7 versi standalone yang dapat dijalankan bareng dengan Internet Explorer 6. Anda bisa menjalankan IE7 dari shortcut yang tadi di created di tampilan desktop.

Socializer Widget
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 Comment: