Can't download Windows 7 Home ISO file on a USB?

Page 2 - Seeking answers? Join the Tom's Hardware community: where nearly two million members share solutions and discuss the latest tech.
Status
Not open for further replies.
Slysoft creates the virtual Cd rom device it lets you mount the ISO like you have it in a CD-rom to copy the bootsect over to the USB drive. So I used Slysoft's program to mount the w7.iso I used in my K drive which is the drive letter assigned to the virtual CD-rom
 
The issue is you're trying to run a 64b app from a 32b system.

Download this: http://www.sevenforums.com/attachments/installation-setup/47060d1263222191-32-bit-bootsect-bootsect7600x86.zip

Extract it, put the folder in your C:\, rename it to bootsect

Do as screen shot shows. This should correct issue I did it on my system and it worked, however my system is not 32b.


49lpP.jpg




Answer found here: http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/bootbootsectexe-is-not-a-valid-win32-application/5d8c84fd-0e2c-40c8-af2c-14e0b2c160d3
 


Truly can't understand why the Windows 7 download tool didn't work for you, I found it simplicity itself! Anyway, as long as the end result is a bootable USB... and thanks to netwalker, the Windows tool only seems to work for Windows ISOs, anything else generates a 'not a valid ISO' error...
 
The windows tool will only work with Microsoft released ISO's (in most cases) if you make a copy of a CD even to an image you can get a Anchor Volume Descriptor Pointers (AVDPs) error that makes it not pass the ISO check within the Windows tool. This can be corrected by using a program called isoavdpcopy.exe to correct the pointers in the ISO file. I have used this to fix some images for use with the windows tool but at this point I honestly find it faster to just do it all via CMD to make the installer vs trying to get the windows tool to work. isoavdpcopy is not a 100% solution I remember having an Enterprise Win7 ISO that it didn't like.


isoavdpcopy.exe DL link : http://www.withinwindows.com/files/uploads/2009/11/isoavdpcopy_0.1.zip
 
dodger, apparently the problem is I am trying to do this on a 32 bit system. I recently found out that I have no access to any 64 bit systems so I have to find a way around it, hopefully 😛.
 



Did your cmd prompt say C:\ before you entered cd bootsect? If you weren't at the base of the C drive it isn't going to see the folder to change directory (cd) to.

When you first open Cmd prompt it's going to be somewhere like

C:\Users\Administrators>

You do a

cd \

To get it to C:\

Then do the

cd bootsect

To tell it you want to open the bootsect directory in the directory you are already in ( C: )

Alternatively if you did that then you named the folder wrong or misspelled something.
 
the file in C: is called bootsect, should it be named cd bootsect?
And it is at C: and it's still telling me the specified path in invalid =\.

I can add pictures if you want, would those help >.<?



 
Ok, thanks for that, I didn't run it as an admin, I thought you just had to be logged into an admin account, my bad.

But now when I try it it says that "the process cannot access this file because it is being used by another process". I'm not sure why as I closed everything else, but I'll restart my computer or something >.<

Here's the picture you asked for (I'm not sure exactly what dir is but I assumed this is what it meant)

dir.png
 
Ah yea you moved the bootsect.exe into the C:\ instead of the whole folder so no need for the cd bootsect, you can just bootsect.exe /nt60 L: as you found out.

Let me know what happens after the reboot.

And Dir lists everything in the current directory.

You can do dir /p to browse through a large directory with it pausing every time the page fills.
 
Status
Not open for further replies.