Hasleo Software Forums
Version of Windows Already Installed Error - Printable Version

+- Hasleo Software Forums (https://www.easyuefi.com/forums)
+-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forumdisplay.php?fid=1)
+--- Forum: WinToUSB (Best Windows To Go Creator) (https://www.easyuefi.com/forums/forumdisplay.php?fid=2)
+--- Thread: Version of Windows Already Installed Error (/showthread.php?tid=96)



Version of Windows Already Installed Error - njrich - 01-27-2015

Hello,

Using an external 2.5" USB connected drive. Attempting to use the tool using ISO file method.
I select the Boot and System partitions and then get error:

Already has a version of Windows Installed or the same file name has been existed.
F200AC0000 error. (See attached screen shot)

The drive is empty and I have deleted and created the partitions but same error.
If I choose the Physical to USB option, the target USB drive is not available in the drop down list.

The USB drive works fine and can copy files from my desktop with no problem.

Thanks for the help !


RE: Version of Windows Already Installed Error - admin - 01-27-2015

You need to format the system and boot partition before installing.


RE: Version of Windows Already Installed Error - njrich - 01-28-2015

(01-27-2015, 10:29 PM)admin Wrote: You need to format the system and boot partition before installing.

Hi, I did format a volume several times. Take a look at the attached screen shot showing how drive looks from the Disk Mgmt console and in WinUSB.

Not sure what else I need to do to use the disk ?
Thanks !


RE: Version of Windows Already Installed Error - SomeGuy1 - 01-31-2015

(01-28-2015, 01:36 PM)njrich Wrote:
(01-27-2015, 10:29 PM)admin Wrote: You need to format the system and boot partition before installing.

Hi, I did format a volume several times. Take a look at the attached screen shot showing how drive looks from the Disk Mgmt console and in WinUSB.

Not sure what else I need to do to use the disk ?
Thanks !



I encountered a similar thing when I was attempting to use WinToUSB on an external USB HDD that had a previous Win8.1 installation on it.

I used an application called AOMEI Partition Assistant to format the partitions on the external USB drive. I then attempted to use WinToUSB to copy the existing Win8.1 installation on the internal HDD to the external HDD and got that error message.

I then used DiskPart from the command line to prepare the external HDD, and after that, WinToUSB ran just fine and did not generate that error message.

Try this:

Open an Administrator level Command Prompt.

Start Diskpart.

"List" your drives
"Select" your external USB drive

clean
convert gpt
list partition
select (the MSR partition that was automatically generated)
delete partition override
create partition efi size=260
format quick fs=fat32
create partition primary
format quick fs=ntfs


RE: Version of Windows Already Installed Error - Guto - 04-28-2015

Is there a way to solve this question WITHOUT formatting the device? I'm using Windows 10 build 10041, trying to install "over" a previous version of Windows Technical Preview, on a Samsung M3 Portable.

The error I got: "Already has a version of Windows installed or the same name file has been existed! (0x000200F200AC0000)"

I already deleted all the system folders of my external drive, including the hidden ones. Is there anything else I can do, BESIDES formatting my device and losing almost 1TB of data? Sad


RE: Version of Windows Already Installed Error - admin - 04-28-2015

You need to delete the boot files from the system partition.


RE: Version of Windows Already Installed Error - Guto - 05-13-2015

(04-28-2015, 11:21 PM)admin Wrote: You need to delete the boot files from the system partition.

Found them and everything went ok! What I did forget, first, was to ask Windows to show me not only the hidden files, but also the "system files". Those were the ones that I needed to delete to be able to install the latest version of Windows 10.

Thank you so much!


RE: Version of Windows Already Installed Error - Matt246 - 09-16-2018

(01-31-2015, 09:14 AM)SomeGuy1 Wrote:
(01-28-2015, 01:36 PM)njrich Wrote:
(01-27-2015, 10:29 PM)admin Wrote: You need to format the system and boot partition before installing.

Hi,  I did format a volume several times.  Take a look at the attached screen shot showing how drive looks from the Disk Mgmt console and in WinUSB.

Not sure what else I need to do to use the disk ?
Thanks !



I encountered a similar thing when I was attempting to use WinToUSB on  an external USB HDD that had a previous Win8.1 installation on it.  

I used an application called AOMEI Partition Assistant to format the partitions on the external USB drive.  I then attempted to use WinToUSB to copy the existing Win8.1 installation on the internal HDD to the external HDD and got that error message.

I then used DiskPart from the command line to prepare the external HDD, and after that, WinToUSB ran just fine and did not generate that error message.

Try this:

Open an Administrator level Command Prompt.

Start Diskpart.

"List" your drives
"Select" your external USB drive

clean
convert gpt
list partition
select (the MSR partition that was automatically generated)
delete partition override
create partition efi size=260
format quick fs=fat32
create partition primary
format quick fs=ntfs



RE: Version of Windows Already Installed Error - Matt246 - 09-16-2018

Hi, thanks you so much for this clear explanation. I created an account just to say how happy i am with you helping me.


RE: Version of Windows Already Installed Error - Albert Voss - 11-24-2019

I ran into the same problems with AOMEI Partition Assistant ver. 8.4. I then formatted the partitions on my external USB-SSD with MiniTool Partition Wizard ver. 11.5 and it worked!