How to Slipstream Internet Explorer 8 (IE8) into Windows Server, XP or Vista Installation DVD Kako Slipstream Internet Explorer 8 (IE8) u sustavu Windows Server, XP ili Vista Installation DVD

Earlier Windows operating system such as Windows XP, Windows Vista, Windows Server 2003 and Windows Server 2008 are shipped with Internet Explorer 6 (IE6) or Ranije Windows operativni sistem kao što je Windows XP, Windows Vista, Windows Server 2003 i Windows Server 2008 se dostavljaju sa Internet Explorer 6 (IE6) ili Internet Explorer 7 (IE7) Internet Explorer 7 (IE7) by default. po defaultu. Microsoft has released a newer version of web browser in Internet Explorer series, namely Microsoft je izdao noviju verziju web preglednika Internet Explorer u nizu, naime Internet Explorer 8 (IE8) Internet Explorer 8 (IE8) . . For users, administrators or IT professionals who wish to preinstall Internet Explorer 8 web browser on earlier version of Windows operating system, it's possible to slipstream IE8 into the OS image. Za korisnike, administratore i IT profesionalce koji žele preinstall Internet Explorer 8 web preglednik na stariju verziju operacijskog sustava Windows, moguće je da slipstream IE8 u OS sliku.

Microsoft provides a Microsoft pruža guide vodič to preinstall the Windows Internet Explorer 8 Internet browser, as well as any additional Internet components on earlier operating systems that are supported. preinstall za Windows Internet Explorer 8 Internet preglednika, kao i sve dodatne komponente Internet dana ranije operativni sustavi koji su podržani. Also, the document also provides a list of unattended settings that can be used to automate configuration and deployment of Internet Explorer 8. Također, dokument također pruža popis nepraćen postavke koje se mogu koristiti za automatiziranje konfiguracije i implementacije programa Internet Explorer 8.

How To Slipstream IE8 to Windows XP, Windows Vista and Windows Server 2003/2008 Kako Slipstream IE8 na Windows XP, Windows Vista i Windows Server 2003/2008

  1. Install the Instalacija Windows Automated Installation Kit (Windows AIK) Windows Automated Installation Kit (Windows AIK) that matches your local computer configuration. koja odgovara vašem lokalnom računalu konfiguraciji. The Windows AIK version should not match the image into which you will be slipstreaming Internet Explorer 8. Windows AIK verzija ne bi trebala odgovarati sliku u kojoj ćete biti slipstreaming Internet Explorer 8.

    Note: You cannot use a 64-bit version of the Windows AIK with a Windows Vista x86 image. Napomena: Ne možete koristiti 64-bitnu verziju sustava Windows AIK sa Windows Vista x86 sliku.

  2. Copy the Windows Vista installation directory from the DVD ( Kopirajte direktorij instalacije sustava Windows Vista s DVD ( download Windows Vista with SP2 ISO images preuzimanja sustava Windows Vista s SP2 ISO snimke ) to your local computer. ) Na vašem lokalnom računalu.
  3. Create three temporary folders, using naming conventions that will help you to remember the purpose of each folder. Napraviti tri privremene mape, koristeći konvencije imenovanja, koji će vam pomoći da zapamtite svrha svake mape. For example: Na primjer:
    • C:\Slipstreaming\Mount C: \ Slipstreaming \ Mount
    • C:\Slipstreaming\Package C: \ Slipstreaming \ Package
    • C:\Slipstreaming\Test C: \ Slipstreaming \ Test
  4. Download Internet Explorer 8 Preuzmite Internet Explorer 8 , to the C:\Slipstreaming directory. Na C: \ Slipstreaming direktoriju. For example, C:\Slipstreaming\IE9×86en. Na primjer, C: \ Slipstreaming \ IE9 × 86en.
  5. Open a Command Prompt window, and extract the Microsoft Update Standalone Packages (.msu) file from the Internet Explorer directory, by typing: Otvorite prozor naredbenog retka, a ekstrakt Microsoft Update Samostalni Paketi (. MSU) datoteka iz programa Internet Explorer direktorija utipkajući:

    <Path_to_IE80_Setup> /x: <MSU_File_Location> <Path_to_IE80_Setup> / X: <MSU_File_Location>

    Example: Primjer:

    C:\Slipstreaming\IE8×86en\IE8-WindowsVista-x86-enu.exe /x: C:\Slipstreaming\IE8×86en C: \ Slipstreaming \ IE8 × 86en \ IE8-WindowsVista-x86-enu.exe / x: C: \ Slipstreaming \ IE8 × 86en

    Where Path_to_IE80_Setup is the location of your Internet Explorer 8 files and the MSU_File_Location where to store the extracted .msu file. Gdje je Path_to_IE80_Setup lokaciju vašeg Internet Explorer 8 slika i MSU_File_Location gdje se mogu pohraniti izlučene. MSU datoteku.

  6. Expand the .msu file by typing: Povećaj. MSU datoteku utipkajući:

    expand.exe <MSU_File_Location> -F:* <Package_Location> expand.exe <MSU_File_Location>-F: * <Package_Location>

    Example: Primjer:

    expand.exe C:\Slipstreaming\IE8×86en\IE8.MSU -F:* C:\Slipstreaming\Package expand.exe C: \ Slipstreaming \ IE8 × 86en \ IE8.MSU-F: * C: \ Slipstreaming \ Package

    Where MSU_File_Location is the location of your Internet Explorer 8 .msu files, extracted during step 5, and the Package_Location is where to store the expanded package. Gdje je MSU_File_Location lokaciju vašeg Internet Explorer 8. MSU slika, izlučene u koraku 5, a gdje je Package_Location za pohranu prossirenog paket.

  7. Mount your Windows Vista image, by using the following command-line text: Mount vaš Windows Vista sliku, koristeći sljedeće naredbenog retka teksta:

    imagex.exe /mountrw install.wim <Image_Number> <Mount_Location> imagex.exe / mountrw install.wim <Image_Number> <Mount_Location>

    Example: Primjer:

    “C:\Program Files\Windows AIK\Tools\x86\imagex.exe” /mountrw C:\Slipstreaming\VistaSP1×86en\sources\install.wim 4 C:\Slipstreaming\Mount "C: \ Program Files \ Windows AIK \ Tools \ x86 \ imagex.exe" / mountrw C: \ Slipstreaming \ VistaSP1 × 86en \ Sources \ install.wim 4 C: \ Slipstreaming \ Mount

    Where imagex.exe includes the location to the Gdje imagex.exe obuhvaća lokaciju na ImageX tool ImageX alat , install.wim includes the location to your installation image, Image_Number is a numerical value for the operating system image, and Mount_Location is the location where you want to store the mounted image. , Install.wim obuhvaća lokaciju na svoj instalacije image, Image_Number je numerička vrijednost za operacijski sustav slikovne i Mount_Location je mjesto gdje želite pohraniti sliku montira.

    Important: If you are unsure of your operating system image number, you can type the following text into a Command Prompt window, using an arbitrary high-value number: Važno: Ukoliko niste sigurni u svoj operacijski sustav image broj, možete upišite sljedeći tekst u Command Prompt prozor, pomoću proizvoljnog high-value broj:

    imagex.exe /dir C:\VistaRTM\sources\install.wim 20 imagex.exe / dir C: \ VistaRTM \ Sources \ install.wim 20

    From the returned information, select your operating system SKU, and then refer to the IMAGE INDEX value. Od vratio podatke, odaberite vaš operativni sustav SKU, a zatim pogledajte u IMAGE INDEX vrijednost. This value is the <Image_Number>. Ta vrijednost je <Image_Number>.

  8. At the command prompt, type the following text: U naredbeni redak upišite sljedeći tekst:

    pkgmgr.exe /n:<Package_Location>\WindowsVista-KB#-NEUTRAL.xml /o:”<Mount_Location>;<Mount_Location>\windows” /s:<Test_Location> /l:<Log_File_Location> pkgmgr.exe / n: <Package_Location> \ WindowsVista-KB-NEUTRAL.xml # / o: "<Mount_Location>; <Mount_Location> \ windows" / s: <Test_Location> / l: <Log_File_Location>

    Example: Primjer:

    “C:\Program Files\Windows AIK\Tools\x86\Servicing\pkgmgr.exe” /n:”C:\Slipstreaming\Package\Windows6.0-KB944036-x86.xml” /o:”"C:\Slipstreaming\Mount”;”C:\Slipstreaming\Mount\windows”" /s:”C:\Slipstreaming\Test” /l:”C:\Slipstreaming\slp.log” "C: \ Program Files \ Windows AIK \ Tools \ x86 \ Servis \ pkgmgr.exe" / n: "C: \ Slipstreaming \ Package \ Windows6.0-KB944036-x86.xml" / o: "C: \ Slipstreaming \ brda "," C: \ Slipstreaming \ Mount \ windows "" / s: "C: \ Slipstreaming \ Test" / l: "C: \ Slipstreaming \ slp.log"

    Where pkgmgr.exe includes the location to the Package Manager tool. Gdje pkgmgr.exe obuhvaća lokaciju na Package Manager alat. Package_Location is the location to your Package folder, Mount_Location is the location to your Mount folder, and Test_Location is the location to your Test folder, all created in step 3. Package_Location je mjesto za vaše Paket mapa, Mount_Location je mjesto za vaše Mount mape i Test_Location je mjesto za vaše Test mapu, sve stvorili u koraku 3. Finally, the Log_File_Location is the location where you want to store the generated log file. Konačno, Log_File_Location je mjesto gdje želite pohraniti generira log datoteku.

  9. At the completion of the slipstreaming process, verify that the log file states, “exit code 0×00” Na završetku je slipstreaming procesa, potvrdili da je log datoteku drzzava "exit code 0 × 00"
  10. At the command prompt, type the following text to save your changes: U naredbeni redak upišite sljedeći tekst kako biste spremili promjene:

    imagex /commit /unmount <Mount_Location> imagex / počiniti / unmount <Mount_Location>

    Example: Primjer:

    “C:\Program Files\Windows AIK\Tools\x86\imagex.exe” /commit /unmount C:\Slipstreaming\Mount "C: \ Program Files \ Windows AIK \ Tools \ x86 \ imagex.exe" / počiniti / unmount C: \ Slipstreaming \ Mount

    Where Mount_Location is the location of the Mount folder you created in step 3. Gdje Mount_Location je lokacija na mapi gori ste stvorili u koraku 3.

  11. Configure your Internet Explorer 8 installation as part of your installation image by creating and using an answer.xml file and performing an unattended installation. Konfiguracija Vašeg Internet Explorer 8 instalacija kao dio instalacije image stvaranjem i korištenjem answer.xml datoteke i izvedbom jedne nenadzirane instalacije.

After slipstreamed, the Windows operating system image can be re-compiled into ISO and burnt to DVD disc. Nakon slipstreamed, operacijski sustav Windows slike mogu biti ponovno skupljaju u ISO i spaljena na DVD disk. Users who wish to study more about the unattended settings possible to deploy IE8 can download the file directly from Microsoft – Korisnici koji žele studirati više o nepraćen postavke moguće rasporediti IE8 može preuzimanje datoteka izravno from Microsoft -- SlipstreamUnattend_ITPro.pdf SlipstreamUnattend_ITPro.pdf or ili SlipstreamUnattend_ITPro.xps SlipstreamUnattend_ITPro.xps . .

IMPORTANT : The page is machine translated and provided "as is" without warranty. VAŽNO: Na stranici je stroj prevedeno i dostavlja "kakav je" sa garantni. Machine translation may be difficult to understand. Strojno prevođenje svibanj biti teško za razumjeti. Please refer to Molimo pogledajte original English article Engleski originalni članak whenever possible. kad god je to moguće.


Leave a Reply Dopust Odgovor

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Možete koristiti te tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Pretplatite se na komentare značajka je onemogućen. To receive notification of latest comments posted, subscribe to Da biste primali obavijesti o najnovijim comment posted, pretplatite se My Digital Life Comments RSS feed My Digital Life Komentari RSS or ili register to receive prijaviti za primanje new comments in daily email digest. nove komentare na e-poruke dnevno svariti.
Custom Search

New Articles Novi članci

Incoming Search Terms for the Article Dolazni Traži Uvjeti za Članak

slipstream ie8 xp slipstream xp ie8 - -- slipstream ie8 into xp slipstream ie8 na xp - -- IE8 slipstream xp IE8 slipstream xp - -- internet explorer 8 slipstream Internet Explorer 8 slipstream - -- internet explorer 8 unattended install Internet Explorer 8 nepraćen instalirati - -- ie8 Slipstreamer ie8 Slipstreamer - -- ie8 slipstream ie8 slipstream - -- internet explorer 8 unattended Internet Explorer 8 nepraćen - -- slipstreaming ie8 windows xp slipstreaming ie8 Windows XP - -- slipstream ie8 vista sp2 slipstream ie8 vidik sp2 - -- slipstream ie8 into windows xp slipstream ie8 u sustavu Windows XP - -- how integrate win explore 8 in win xp istražiti kako integrirati osvojiti 8 u win xp - -- slipstreaming ie8 vista slipstreaming ie8 vidik - -- ie8 unattended install instalirati ie8 nepraćen - -- How to integrate IE8 SP2 in Vista Ultimate Kako integrirati IE8 SP2 u Vista Ultimate - -- integrate ie8 integrirati ie8 - -- internet explorer 8 Integration Internet Explorer 8 integracija - -- slipstream ie8 slipstream ie8 - -- slipstream internet explorer 8 slipstream Internet Explorer 8 - -- how to integrate windows xp ie8 kako integrirati Windows XP ie8 - -- integrating internet explorer 8 to windows xp integrirajući Internet Explorer 8 na Windows XP - -- explorer 8 update integrate explorer 8 ažurirajte integrirati - -- slipstream xp integrate ie8 slipstream xp integriraju ie8 - -- WindowsVista-KB#-NEUTRAL.xml WindowsVista-KB-NEUTRAL.xml # - -- all sve - -- ie8 unattended ie8 nepraćen - -- integrate ie8 windows xp ie8 integrirati Windows XP - -- internet explorer 8 slipstream vista Internet Explorer 8 slipstream vidik - -- how to integrate ie8 in win xp? kako to integrirati u ie8 win xp? - -- intergrate ie8 in xp dvd intergrate ie8 in xp dvd - -- slipstream ie8 xp download slipstream xp ie8 download - -- how to integrate ie 8 to windows setup files kako se integrirati, odnosno od 8 do prozora za postavljanje slika - -- Slipstream xp IE8 Slipstream XP IE8 - -- slipstream ie8 winxp slipstream ie8 WinXP - -- w w - -- how to integrate ie 8 into xp kako to integrirati u 8 tj. xp - -- ie8 aik ie8 aik - -- slipstream ie8 into winxp slipstream ie8 u WinXP - -- slipstreaming ie8 slipstreaming ie8 - -- download ie8 msu download ie8 MSU - -- how-to-slipstream-internet-explorer-8 into-windows xp how-to-slipstream-Internet-Explorer-8-u Windows XP - -- ie8 unattended xp ie8 nepraćen xp - -- slipstream windows server 2008 slipstream Windows Server 2008 - -- how slip stream ie8 into xp kako omaći stream ie8 u xp - -- IE8 konfiguration unattended IE8 konfiguration nepraćen - -- slipstream ie8 into vista ie8 vidik slipstream u - -- reverse integration slipstream ie8 integracije reverzno slipstream ie8 - -- extracting ie8 setup izdvaja ie8 setup - -- install msu into wim instalirati MSU u WIM - -- integrate ie8 into windows xp ie8 integrirati u Windows XP - --