I've got a DVD that I've burnt from an MSDN ISO. I'm not entirely sure if its Windows 7 64bit or 32bit.
How can I be sure?
|
I've got a DVD that I've burnt from an MSDN ISO. I'm not entirely sure if its Windows 7 64bit or 32bit. How can I be sure?
| |||||
feedback
|
|
Quickest way is to go to the drive root. If you have a file named Next way is disk size, the x86/32-bit version comes out at ~2.32GB whilst the x64/64-bit version comes out at ~3.0GB. Lastly, you can go to the drive root and open the In notepad, the 64 bit version shows:
The 32 bit version shows:
| ||||
|
feedback
|
|
The way would be to see if the disk contains x64 images. Just looking at an MSDN Windows 7 Ultimate x64 DVD and I see the file To check that it is x64 I used
Microsoft (R) COFF/PE Dumper Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file .\actionqueue.dll
PE signature found
File Type: DLL
FILE HEADER VALUES
8664 machine (x64)
5 number of sections
4A5BE044 time date stamp Tue Jul 14 02:32:52 2009
0 file pointer to symbol table
0 number of symbols
F0 size of optional header
2022 characteristics
Executable
Application can handle large (>2GB) addresses
DLL
[...]
Note highlighted line (a x86 executable would have I can't see any file that lists the bit-ness directly, so this is the quickest way (if you have the SDK tools). Might just be easier to burn a new DVD from the required ISO. | |||
|
feedback
|
|
If you have administrator access to a system already running Windows 7 (this feature is not in Vista):
If your disk is 32-bit, it will look like above where it says If you don't have a computer with Windows 7 already installed, then try installing the operating system in a virtual machine such as VirtualBox. This should work on any computer, even a Mac. If it fails, then you have the 64-bit version and your computer doesn't support/have enabled Hardware-accelerated virtualization. If it installs successfully, then check the System Properties inside the virtual machine. If you don't want to do that, then download and burn the Windows 7 Automated Installation Kit, and install it (it will work on Vista SP1 or newer). Be warned, the download is 1.7GB, so it's not exactly the ideal way to check this if you have a slow or metered internet connection. Once you have the WAIK installed:
| |||
|
feedback
|
|
If you get a listing of the root directory on your installation disk, you can see difference in filesizes:
At least, that's what I have for the downloaded/original ISOs from the Microsoft Store. | ||||
|
feedback
|
|
To know wich edition see the ei.cfg file located in the Sources directory on the installation DVD | |||
|
feedback
|