I386 Folder Install Xp

Posted on  by 

  1. Download Windows Xp
  2. Efs Folder Install In S3
  3. Windows Font Folder Install Font Command

Make sure the CD has the same Service Pack as you have on the install. If you’re using XP SP3 ensure you have an XP SP3 CD. Also remember to use the correct Home or Professional version CD for your install. Copy the i386 folder from the install CD to the root of the C drive so you will end up with a path of C: i386.

How to do Windows XP unattended installation with drivers and User applications as well ?

  • Hi, I have a copy of Windows Media Center on my second hard drive and I'm not sure how to install it properly on drive c. It's in a folder that says i386 and in that folder its in a rar file that says MEDIACTR so I was hoping that you could instruct me on what to do.
  • IIRC the i386 folder is on the install CD and unless you copied it to the hard drive after install it is not there. Related Resources solved Can I use the Windows XP Pro i386 folder for sfc.
  1. The new link for the help file is http://www.4shared.com/office/fISxk4k8ba/Help_file.html

    • How to propel your design career to the next level: pro tips for getting promoted, being selected for bigger projects, boosting your reputation and beating stress. • Expert advice for landing your dream job. The green studio handbook pdf.

  2. We can do automated / unattended XP installation and also install user applications and latest available system drivers as well as a continuation of normal OS Setup. You can try out my idea in which you only need a Windows XP CD with key. You may find this interesting too to use only Microsoft features and options in the form of a package.

    Get a Windows XP installation CD with Key (Pro edition with SP3 preferably).

    Initially XP Installation can be automated using an unattended setup config file named 'Winnt.sif' that will have various setup parameters including the XP Product key, regional settings etc. and a section [GuiRunOnce] to execute user commands. These user commands are executed after completion of XP setup during the first boot. The 'Winnt.sif' file can be created using 'Setupmgr.exe' inside 'Deploy.cab' that is located in XP CD at SupportTools. This file must be put inside 'i386' folder of the Installation DVD. Some points to be edited/given in this file are as follows:
    1) 'AutoPartition=0' under [DATA] section.
    To disable auto partitioning.
    2) Command0='%systemroot%i386XDriveXDrive2.bat' under [GuiRunOnce] section.
    A user command to execute a batch file named 'XDrive2.bat'.
    3) Command1='cmd /c rd %systemroot%i386 /s /q' under [GuiRunOnce] section.
    A user command to delete a Setup copied directory 'i386' from the system root directory.
    The reason to execute the above two user commands 2 & 3 and the content of the batch file 'XDrive2.bat' is explained later. The tested 'Winnt.sif' file can be found at http://www.4shared.com/file/fKy9RzgD/WINNT.html

    Battlezone 2 patch 1.3.6.2. They also find out that Burns has escaped. Following Scion transmissions, they locate the heart of the Scion society, a medium-sized planet called the 'Core' planet, which is presumed to be artificial. Manson's body is found at the outskirts of the base.

    Then create/edit a folder named '$OEM$' (to put in the root of the DVD) and Create/edit a text file named 'cmdlines.txt' inside it. The commands put inside this text file will be executed during Registering components part of GUI portion of XP setup. The commands inside [commands] section of this file are:
    1) 'regedit /s AutoInstall.reg'
    This command adds a registry info 'RunOnce' entry that enables a call to a batch file after XP setup at the end of first boot from desktop. The 'AutoInstall.reg' file can be found in the corresponding folder below.
    2) 'XCopy1.cmd'
    This command executes a batch file that xcopy a directory named 'XDrive' from 'i386' folder of DVD to 'i386' folder of system root directory. The folder XDrive will have a batch file named XDrive2.bat and a related script file named Script2.
    The folder '$OEM$' with its tested files can be found at http://www.4shared.com/rar/yPxnK0Ucce/OEM.html
    A brief of the commands can be found in a help file at http://www.4shared.com/office/9Q9M_XaI/Help_file.html

    Then create a few batch files such that each installing various system applications as per your need. The first batch file must be called after XP installation at the end of first boot from desktop and subsequent batch files shall be called from desktop (after regular restarts) by making 'RunOnce' registry entry. Full range driver single tqwt diy slime. The first batch file is the bridge between the normal XP setup and the installation of your user applications and drivers. Make the system to restart after a set of Application installations with each batch file. These batch files can be put inside a user directory (XTRAS) of the installation DVD.

    For calling the first batch file from DVD automatically after XP install, irrespective of DVD drive letter, change the drive letter favourably. Suppose if there are four hard disk drives that shall be named with drive letters from C through F, then leave a drive letter G and fix H as the DVD drive. I assume one optical drive in the system (if there are 2 optical drives, two times shifting of drive letters must be done). So for the drive letter to change, put commands in [GuiRunOnce] section of Winnt.sif file to call a batch file named XDrive2.bat and execute 'Diskpart' commands. Refer the above Winnt.sif file. The command inside XDrive2.bat file will be
    diskpart /s %SystemRoot%i386XDriveScript2
    The 'Script2' is a script file needed as part of Diskpart command and it is copied with a user folder named XDrive to i386 folder of system root from DVD during GUI portion of XP setup as mentioned above. This diskpart command will change the drive letter of your DVD drive to H as you fixed. So for the batch file XDrive2.bat to be called from a known location (i386 folder of system root), you copy the folder XDrive (with a batch file & a script file) from DVD to system root during XP installation using a command in the file 'cmdlines.txt' as shown above. The copy directory XDrive can be found at http://www.4shared.com/rar/xeMZhyy7ce/XDrive.html

    Next gather the needed user applications/system drivers for your system as follows:

    1) Download & Install Driver Genius Pro v9.0 or later. Update the system drivers to the latest available online. Then make a driver installation file (*.exe) from the updated system. Have it for installing System drivers from a batch file as
    DriversUpdate.exe /s
    Note: If the Driver installation file runs after the invoked batch file quit, try calling shutdown function with restart option and give a timeout in secs > to that of the driver installation time.
    Example: shutdown -r -t 900.

    2) Download WinRAR v3.8 or later and have it for installing WinRAR by calling the setup from a batch file. Use the silent mode Install as
    Setup.exe /s

    3) Download Internet Explorer v8 from Microsoft website. From a batch file, Use the Silent mode install as
    IE8_full.exe /c:'ie-redist /norestart /passive'
    Windows XP must be Genuine for IE to be installed.

    4) Get MS Office 2007 enterprise edition and use a config file (like md5.msp inside 'updates' folder) for silent install from a batch file as
    Setup.exe

    5) Download Microsoft .Net Framework 2.0 and have it to install from a batch file as
    Dotnetfx.exe /q /c:'install /q'

    La vista del mar beach resort & restaurant. Location - Directions The beach is located at the western terminus of Imperial Highway in Playa del Rey. The park is operated by a local agency.

    6) Download Windows updates from Microsoft website and have it to install them using a batch file as
    KB2115168.exe /passive /norestart

    7) Download Adobe Reader v9.20 or later and have it to install silently from a batch file as
    Setup.exe /sPB /rs

    8.) Download Microsoft Silverlight v5.5 or later and have it for installing quite from a batch file as
    Setup.exe /q

    9) Download Adobe Flash Player v11.9 or later and have it for installing manually invoking it from a batch file as
    Setup.exe

    10) Download K-Lite Codec Pack v10.15 or later and have it for installing silent from a batch file as
    Setup.exe /silent /norestart

    Organize the above gathered installation files in folders as we wish for burning to the installation DVD along with XP Setup files.

    Then create a few batch files such that each calling two or more of the gathered installation files as you wish. But take account of installation time & restart requirement for certain installations. First batch file can be called at first boot (after XP Install) with a series of commands initiated with a command in cmdlines.txt. At the end of this batch file, give shutdown command with restart option. At the start of this batch file, make a registry 'RunOnce' entry to call the 2nd batch file after system restart. Similarly run every batch file after restart (fresh).
    Note: The 'RunOnce' registry entry to call batch files automatically at system start up will be deleted automatically. Sometimes if it doesn't happen automatically, you may take care to delete it using a regedit command in every batch file. Just delete the instance of 'RunOnce' entry in every batch file (as a first command) that called the batch file.

    In the last batch file, Remind the user to delete 'System Restore Points' using Disk Cleanup from System tools to free Memory space with a call as
    %SystemRoot%system32cleanmgr.exe /d %Systemdrive%

    Finally install DVD burning s/w UltraISO v8.6 or later and Make an image file (.iso) of the Windows XP CD. Then open the image file in UltraISO and add the created folders in appropriate locations as mentioned above (Such as $OEM$ & Winnt.sif inside root & i386 folders respectively). The XDrive directory should be put inside i386 folder. All the user applications, batch files and OS updates can be put inside an user directory named XTRAS separately in the root of DVD. A sample XTRAS folder with first two batch files is at http://www.4shared.com/rar/rWJsn4_8ba/XTRAS.html. This is all how you may create an automated / unattended Windows XP installation disk or a DVD using a normal XP CD that is user interactive.

    So burn the DVD, use it and enjoy..

    • Thank You for your solution. The idea is good and interesting. One of the links for a help file doesn't open. Just repost it.

Ad Blocker Detected

Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker.

Windows XP is one of the popular OS Microsoft have ever introduced. In the era of Windows 10, the demand of Windows XP is too high. Though, Microsoft does not provide any support to XP users now, yet the usability of this Windows version can’t be compared with other versions. XP supports at very low ended PC and performs well. So, in different sectors and studios, there is still a demand of Windows XP. There are many PCs and notebooks which do not have any CD/DVD ROM support. So, you need to install Windows XP from USB flash drive to those devices. Apart from that, many PCs do not have a working CD ROM and those PCs also need a bootable USB drive to install a Windows XP operating system.

Download Windows Xp

Later versions of Windows e.g. Windows 7, Windows 8, Windows 8.1 and Windows 10 are very easy to handle at the time of creating a bootable pen drive as compared to Windows XP. You can use Microsoft’s “Windows USB/DVD Download Tool” to create a bootable USB stick for Windows 7 and later versions. But, this tool does not have a support for Windows XP. And when you want to create a bootable flash drive for Windows XP, you face a lot of difficulties and you need to follow few advanced steps because Windows XP does not have the feature ‘boot from USB‘ feature. Yet, you can install Windows XP from USB if you make it bootable properly.

Resident Evil 3 - Nemesis (E) ISO [SLES-02529] Sony Playstation / PSX PS1 ISOs Genre. Rick54 rates this game: 5/5. Resident evil 3 a very horrifying and exciting game. It is not a game for soft hearted people, but if you want to feel thrilled and horrified this game is for you. Android RetroArch Linux ePSXe Mednafen Mac OS X OpenEmu. Resident Evil 3: Nemesis PSX ISO PC Download Download Setup File Meskipun game lama tetapi anda bisa bernostalgia untuk memainkanya kembali, game ini bisa kalian mainkan di Laptop atau PC secara gratis dan sudah pasti lancar gan. Resident Evil 3 Nemesis ISO PSX November 2, 2018 PSX Comments: 2 Resident Evil 3 Nemesis apk android for ePSXe free download working on mobile and pc,With the grotesque T-Virus sooner or later dormant, Jill Valentine has resigned from S.T.A.R.S. CoolROM.com's game information and ROM (ISO) download page for Resident Evil 3 - Nemesis (Sony Playstation). File Info System: Playstation Best Emulator: Epsxe File Size: 288 MB How to Play? Download Emulator Extract RAR UNECM file (Drag and Drop ECm file to UNECM.exe) Load ISO /BIN/IMG with EPSXE Complete Guide How to Use Epsxe with Screenshot and Videos Please Read our Tutorial! Download game residen evil 3 nemesis epsxe iso android.

Efs Folder Install In S3

In this article, I am showing you how to install windows XP on a PC using a USB flash drive. This procedure lets you install Windows XP OS on a netbook or on a PC that may not have a working CD/DVD drive. Yet, in order to prepare the bootable USB, you need a computer with a CD/DVD drive support and Windows XP installation disk.

When you insert the WIndows XP bootable installation disk into the CD/DVD ROM and restart your computer, you find a screen along with the following message: “Press any key to boot from CD…”. You get this message as the inserted CD or DVD is a bootable one. When you copy every file of the installer CD and paste it to a USB drive, and then restart your PC, the same thing does not happen to you. You need to make the USB drive bootable and as Microsoft’s USB/DVD tool does not support Windows XP, so, things become a little trickier for you. A free tool “Win to Flash” can be used to transfer bootable Windows XP installation files to a USB flash/pen drive.

There are another few market available apps to create a bootable USB (I also discuss about them in the later part), the latest version of “WinToFlash” is very appropriate for creating Windows XP USB. The free app also supports the creation of Windows 7,8.8.1 and Windows 10 bootable USB.

Now, let me discuss the best way to set up a bootable USB for Windows XP step by step.

Create Bootable USB and Install Windows XP from USB on a PC or Notebook

To install Windows XP operating system on a Windows PC, you have to follow the below steps.

  1. Preparing a USB thumb drive to create a bootable USB flash drive.
  2. Setting up the BIOS configuration of your PC to install Windows XP using the USB disk.
  3. Install and run Windows XP from USB.
  4. Handling with errors during Windows XP installation.

Windows Font Folder Install Font Command

Step #1: Prepare Your USB Thumb Drive to Create Bootable USB Drive

Requirements:

  • USB 2.0 (Minimum 2gb drive space)
  • Windows XP bootable installation CD/DVD or ISO
  • WinToFlash (download link) free app

Now, follow the below guidelines so that you can easily create a USB flash drive for Windows XP installation.

  1. First, download the ‘WinToFlash‘ from the above link. The portable edition of this tool does not require any installation.
  2. Just open the app and select the ‘Advanced Mode‘. Under ‘Task‘ option, just select “Transfer Windows XP setup to USB drive“. See the screenshot below.
  3. Click ‘Create‘ button to go to the next window.
  4. Tick the “Use my ISO, RAR, ARJ, ZIP, 7Z, CAB, DMG image or archive” option.
  5. Select Windows source path then.
  6. Then, under USB drive, select ‘Refresh‘ button to get the list of all USB drives attached to your PC. Select the USB from the drop-down that you prefer to create bootable USB for Windows PC.
  7. Tick the option which says – “Remove the read-only attributes from files“.
  8. Under ‘process steps‘ tick the following options: format drive, collect information of text mode, collect information of GUI mode, create folders structure, copy files, install boot, assign a drive letter for set up, create answers file, add additions files for installation process, check the USB drive for errors, transfer all folders from original image.
  9. Go to ‘boot loader‘ navigation menu and choose ‘GRUB’ boot loader from boot loader option.
  10. Click ‘Run‘ button and wait until the bootable copy of Windows XP operating system is created on the USB flash drive.
  11. After successful completion, safely remove the USB drive from the PC.

Now, you can install Windows XP directly from the newly prepared USB. The process of installing the OS to the new PC is very simple if you have the proper boot device configuration in your PC. If you have the proper boot configuration, then insert the USB to the PC where you want to install Windows XP. Otherwise, go to next step to know how to set up the BIOS configuration of your PC so that you can directly install Windows OS using bootable USB thumb drive.

Step #2: Configure BIOS Setting to Install Windows XP from External USB Pen Drive – Choose Boot Device Priority

After successfully creating a bootable USB drive, insert the USB to the PC in which you want to install the OS. Then restart your PC and keep pressing Del/F2/Esc key to enter Bios mode. The key may vary due to different motherboard configuration.

  1. Enter in the BIOS setting page and navigate to the boot menu. Change the boot preference there. Select ‘Removable disk’ as first boot device.
  2. Press F10 to save the set up and exit.
  3. Restart the PC once again and when you get the option “Press any key to boot from USB/CD…“, just hit any key to install Windows XP to that PC from USB device.

Step #3: How to Install Windows XP from USB Device

Before installing Windows XP on your PC, you need to create new partition on your Windows hard drive or you need to edit the existing partition table. But, create, delete or edit of a hard drive partition using Windows XP is not simple like Windows 7 and later ones. While installing Windows XP from a USB or from a bootable CD, you need to create partition using DOS based set up. Later, the text based setup and GUI setup can be seen. So, you can get a complete guide of installing Windows XP here with an image representation.

Step #4: Bypass Windows Blue Screen of Death while Installing Windows XP Using Bootable USB

At the time of installing Windows XP, you may notice the error message with a blue screen. This may occur due to the following reasons:

I386 Folder Install Xp
  • ACHI is enabled. Change SATA disc controller configuration and disable ACHI and try to re-install XP.
  • Lack of disk controller or bus (miniport) driver.
  • Low space in installation drive.

When an error occurs, try to trace the root cause for the error and know what type of error that is. Then, you can only find the proper solution before you install Windows XP from USB flash drive.

Alternate Method to Create a Bootable USB Disk and Install Windows XP to PC/Computer/Laptop

As I have already mentioned that creating a Windows XP bootable USB is a bit difficult as compared to Windows vista, Windows 7 and the later versions of Windows. ‘Windows to Go’ is a brilliant feature that Microsoft includes in Windows 8 and later OS to create a portable USB version of the operating system. But, in case of Windows XP, you need to use a different technique. You can create a bootable Windows USB by just extracting the setup files to USB device and this method is not compatible with Windows XP. So, lets see how to prepare a USB drive and make it bootable with Windows XP. And this procedure requires a fully functional Windows XP operating system.

  1. Download and install BartPE builder from the following URL: http://www.nu2.nu/pebuilder/ and install the OS to C:pebuilder. Start PE builder and browse the source Windows XP files and point it. Make sure that you set the output for “BartPE”. Set the media output as “Create output image”. You can set the output name as ‘pebuilder.iso’. The full path looks something like that – C:pebuilderpebuilder.iso . Press ‘Build’ to create ‘pebuilder.iso’ file. At first, make sure that the file is properly created.
  2. Create a bootable USB drive for Windows XP: Insert the USB drive to proper port and launch ‘Power ISO’. From the menu, navigate to Tools >> create bootable USB drive. The dialogue with “Create bootable USB Drive” appears as a pop-up. Confirm the UAC to continue. From ‘create bootable USB’ dialogue window, click “…” button and open the “c:pebuilderpebuilder.iso” file. In “Destination USB drive”, choose the correct USB drive. Choose writing method as ‘USB-HDD’. Then, click the ‘Start’ button to start creating bootable flash drive for Windows XP.
  3. After successfully completion of the process, copy setup file (from i386 folder) of Windows XP to USB drive. That’s all. The USB drive is ready now to install Windows XP from USB.
  4. Launch Windows XP setup from a flash drive: Plug-in the USB device to your PC. Run the command: {usb drive letter}:i386winnt32.exe /syspart:C: /tempdrive:C: /makelocalsource. ‘C:’ is the drive where you want to install your Windows XP. You can change it if you want to install the OS on a different partition. At the time of this installation process, if you see the notice which says: “Do you want to convert the installation volume to NTFS?”, just answer ‘No’. After that the setup program closes automatically.
  5. Reboot your PC and unplug the USB this time. Change the BIOS setting and select boot device priority to “boot from hard disk”. Now, you are done and just wait until installation finishes.

Final Words:

If you follow on screen instruction while installing Windows XP to any PC, it will be much easier for you to install and run the OS from USB. So far, I try to cover two best methods along with associated steps, problems and solutions to install Windows XP to your PC. If you find any better way to install Windows XP to a PC or to a notebook, don’t forget to drop comment in below comment section. However, if you wish to install the latest OS i.e. Windows 10 in your PC, read our guide on installing Windows 10 from bootable USB.

Coments are closed