Jump to content

Ie11 Online,offline Install-unistall For Windows 7


köylü
 Share

Recommended Posts

  • Editor

IE11 Online,Offline Install-Unistall For Windows 7
 İlk önce internet explorer 11 exe lerin cab dosyalarını cıkaracağız

https://download.microsoft.com/download/3/D/B/3DB6B05F-4871-493C-8344-393691245F91/EIE11_TR-TR_MCM_WIN7.EXE

https://download.microsoft.com/download/D/6/B/D6BCB9D8-481E-4D20-97F5-593E046471FA/EIE11_TR-TR_MCM_WIN764.EXE

 micrososftun sitesinden indirdiğimiz EIE11_TR-TR_MCM_WIN7.EXE EIE11_TR-TR_MCM_WIN764.EXE dosyasını sistemimizin
kurulu olduğu sürücüye ana dizinine (genelde C sürücüsü ama farklı bir harf atadıysanız o sürücüye ana dizine)
atıyoruz indirdiğimiz exe dosyalarını 7zip le sağ tıklayıp  C:\ dizinine klasöre çıkartıyoruz ve asgıdaki komutları
cmd olarak kaydedip yönetici olarak calıstırıyoruz ana dizinde bir klasör içerisinde
cab dosyaları kısa sürede hazır olacaktır
 x86 için komut
 
 mkdir %systemdrive%\x86IE11
 %systemdrive%\EIE11_TR-TR_MCM_WIN7\IE-REDIST.EXE /x:%systemdrive%\x86IE11
 del %systemdrive%\x86IE11\HARDWAREBLOCKINGLIST.xml
 del %systemdrive%\x86IE11\IE_SUPPORT_x86_tr-TR.cab
 del %systemdrive%\x86IE11\SETUPDOWNLOADLIST.txt
 del %systemdrive%\x86IE11\SQMAPI.DLL

 x64 için komut
 
 mkdir %systemdrive%\x64IE11
 %systemdrive%\EIE11_TR-TR_MCM_WIN764\IE-REDIST.EXE /x:%systemdrive%\x64IE11
 del %systemdrive%\x64IE11\HARDWAREBLOCKINGLIST.xml
 del %systemdrive%\x64IE11\IE_SUPPORT_amd64_tr-TR.cab
 del %systemdrive%\x64IE11\SETUPDOWNLOADLIST.txt
 del %systemdrive%\x64IE11\SQMAPI.DLL

 online install x86
 
 dism.exe /online /add-package /packagepath:%systemdrive%\x86IE11\IE-Win7.cab /quiet /norestart
 dism.exe /online /add-package /packagepath:%systemdrive%\x86IE11\ielangpack-TRK.cab /quiet /norestart
 dism.exe /online /add-package /packagepath:%systemdrive%\x86IE11\IE-Hyphenation-NEU.msu /quiet /norestart
 dism.exe /online /add-package /packagepath:%systemdrive%\x86IE11\IE-Hyphenation-TRK.msu /quiet /norestart
 dism.exe /online /add-package /packagepath:%systemdrive%\x86IE11\IE-Spelling-NEU.msu /quiet /norestart
 dism.exe /online /add-package /packagepath:%systemdrive%\x86IE11\IE-Spelling-TRK.msu /quiet /norestart

 online install x64
 
 dism.exe /online /add-package /packagepath:%systemdrive%\x64IE11\IE-Win7.cab /quiet /norestart
 dism.exe /online /add-package /packagepath:%systemdrive%\x64IE11\ielangpack-TRK.cab /quiet /norestart
 dism.exe /online /add-package /packagepath:%systemdrive%\x64IE11\IE-Hyphenation-NEU.msu /quiet /norestart
 dism.exe /online /add-package /packagepath:%systemdrive%\x64IE11\IE-Hyphenation-TRK.msu /quiet /norestart
 dism.exe /online /add-package /packagepath:%systemdrive%\x64IE11\IE-Spelling-NEU.msu /quiet /norestart
 dism.exe /online /add-package /packagepath:%systemdrive%\x64IE11\IE-Spelling-TRK.msu /quiet /norestart

 offline install x86
 
 mkdir %systemdrive%\WIM
 mkdir %systemdrive%\DVD
 mkdir %systemdrive%\x86IE11\msu
 echo Windows7 kurulumdosyalarini %systemdrive% surucunuzde olusan bos DVD klasorune kopyala
 echo ilk olarak cab dosyalarının kurulmasi gereklidir x86ie11 klasoru icindeki msu dosyalarini
 echo x86IE11\msu klasorune tasiyiniz
 echo.
 pause
 dism /Mount-Wim /WimFile:%systemdrive%\DVD\sources\install.wim /index:5 /MountDir:%systemdrive%\WIM
 dism /Image:%systemdrive%\WIM /Add-Package /PackagePath:%systemdrive%\x86IE11
 dism /Image:%systemdrive%\WIM /Add-Package /PackagePath:%systemdrive%\x86IE11\msu
 dism /Unmount-Wim /MountDir:%systemdrive%\WIM /commit

 ofline install x64
 
 mkdir %systemdrive%\WIM
 mkdir %systemdrive%\DVD
 mkdir %systemdrive%\x64IE11\msu
 echo Windows7 kurulumdosyalarini %systemdrive% surucunuzde olusan bos DVD klasorune kopyala
 echo ilk olarak cab dosyalarının kurulmasi gereklidir x64ie11 klasoru icindeki msu dosyalarini
 echo x64IE11\msu klasorune tasiyiniz
 echo.
 pause
 dism /Mount-Wim /WimFile:%systemdrive%\DVD\sources\install.wim /index:4 /MountDir:%systemdrive%\WIM
 dism /Image:%systemdrive%\WIM /Add-Package /PackagePath:%systemdrive%\x64IE11
 dism /Image:%systemdrive%\WIM /Add-Package /PackagePath:%systemdrive%\x64IE11\msu
 dism /Unmount-Wim /MountDir:%systemdrive%\WIM /commit

 online unistall x86
 
 DISM.exe /Online /Remove-Package /PackageName:Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~x86~~11.2.9600.16428

 online unistall x64
 
 DISM.exe /Online /Remove-Package /PackageName:Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428

 NOT
 Bu işlemleri yapamadan önce online entegreden önce asagıdaki güncellemeler sisteminizde kurulu olması gerekir offline entegre işleminde ise bu güncellestirmeler önce entegre edilmesi gerekir aksi taktirde hata alırsınız işlemleriniz gercekleşmez
 KB2834140 KB2670838 KB2639308 KB2533623 KB2731771 KB2729094 KB2786081 KB2888049 KB2882822

Edited by köylü
  • Like 6
Link to comment
Share on other sites

[color=#FF0000][b]NOT[/b][/color]
[color=#000080][b]Bu işlemleri yapamadan önce online entegreden önce asagıdaki güncellemeler sisteminizde kurulu olması gerekir offline entegre işleminde ise bu güncellestirmeler önce entegre edilmesi gerekir aksi taktirde hata alırsınız işlemleriniz gercekleşmez[/b][/color]
[color=#FF0000][b]KB2670838 KB2639308 KB2533623 KB2731771 KB2729094[/b][color="#222222"] offline entegre işleminde ilk önce .msu uzantl güncellemeleri entegre etmek daha sonra IE10 u entegre etmek kaç defa denediysem olmadı şimdi bu şekilde denemekten başka çözüm yok gibi Teşekkür Ederim çok faydalı bir çalışma kolay gelsin[/color][/color]

Link to comment
Share on other sites

  • 3 ay sonra...
  • Editor
Üstad AIO ya eklersek 

 

eski prewiev sürümününün yerine cab dosyasınımı atıcaz türkçe dil falan nasıl olacak..

mkdir %systemdrive%\ie1086
mkdir %systemdrive%\ie1064
%systemdrive%\IE10-Windows6.1-x64-tr-tr.exe /x:%systemdrive%\IE1064
%systemdrive%\IE10-Windows6.1-x86-tr-tr.exe /x:%systemdrive%\IE1086

 

exeleri c sürücüsü ana dizinine atıp komutu calıstır yeni cab dosyalarını al IE-Hyphenation-NEU ve benzeri msu lar x86 ve x64 için aynıdır onların içindeki cab dosyalarınıda alıp pakettekilerle değiştireceksin

Edited by köylü
  • Like 2
Link to comment
Share on other sites

x86

http://download.microsoft.com/download/D/E/3/DE3CACC7-1246-426F-9A2F-2E584D8AA19D/IE10-Windows6.1-x86-tr-tr.exe

 

x64

http://download.microsoft.com/download/9/9/C/99C0EC31-8E08-4415-A08A-173192FF94D2/IE10-Windows6.1-x64-tr-tr.exe

 

yalnız   C@NgO  ie 10 yükledikden sonra oldukça yavaşladı tarayıcı tavsiye etmiyorum belkide bende öle oldu bilemiyorum artık...

Link to comment
Share on other sites

  • Editor
@koylu;

 

Paylaştığın w7 ocak 2013 9 in 1'e eklememiz için kod verir misin?

İlk mesajda tüm entegre ve unistall kodlarını verdim final sürümü içinde gecerlidir sadece uninstall komutlarında sürüm numarası değişecek diğer kodları istediğiniz sisteme uygulayabilirsiniz yalnız entegreden önce platform güncellemesini entegre etmeniz gerekir aksi taktirde hata alırsınız

platform güncellemesi KB2670838

Link to comment
Share on other sites

  • 9 ay sonra...

Ücretsiz Tarama Programları
Dr.Web
ComboFix
Avast Virus Cleaner
McAfee Labs Stinger

Ücretsiz Antivirüsler
Comodo Antivirus
avast! Free Antivirus
Avira Free Antivirus
AVG Anti-Virus Free Edition
Microsoft Security Essentials

Edited by asis
Link to comment
Share on other sites

nasıl bir hata alıyorsun ?

 

KB2834140 KB2670838 KB2639308 KB2533623 KB2731771 KB2729094 KB2786081 KB2888049 KB2882822 adlı guncellemeler daha onceden entegre edılmıs olmalıdır explorer'i entegre etmeden once ılk bunları entegre yapmalısın..

 

ve onları entegre ettikten sonra cab ve msuların ısımlerı şu sekılde olsun,

 

lzOuwxc.png

  • Like 2
Link to comment
Share on other sites

  • 1 yıl yıl...
  • Editor

Windows 7 sadece internet explorer 11 eklemek istiyorum.

internet explorer 11 ile zorunlu olan güncellemeler hangileridir ve ya paylaşmanız mümkünmüdür.

mesajınızın yukarısında cevabı mevcut

  • Like 1
Link to comment
Share on other sites

  • 3 hafta sonra ...

bahsi geçen güncellemeler sysprep ile hazırlayacağımız win7 internet explorer 8 kurulu olan sistem için hala geçerlimidir.
Edit:
[spoiler]pre_1422669496__ie11.jpg[/spoiler]

 

Bu sorum hala geçerli :)
birde HARDWAREBLOCKINGLIST.xml dosyasının ne işe yaradığını bilen varmı?

Edited by Mehmet
Link to comment
Share on other sites

  • 10 ay sonra...
  • 4 hafta sonra ...

Internet Explorer 11 de son güncelleme toplamaları (örneğin bu ay IE11-Windows6.1-KB3185319-x64) dism ile W7 ye entegre edilse dahi update taramasında tekrar çıkıyor. Bu neden olabilir @köylü ve diğer arkadaşlar? Aynı sorun KB3046269 güncellemesinde de var. Şimdiden teşekkürler

Edited by dstk
Ekleme
Link to comment
Share on other sites

  • 1 yıl yıl...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...