IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
> HOWTO: Windows Vista x86 and x64 in the same DVD, Guide here! Includes al Versions of vista
chon_
post Mar 20 2007, 10:36 AM
Post #1


Member
**

Group: Members
Posts: 175
Joined: 4-September 03
Member No.: 6191



Well, seeing how little information is around in the net about this topic and seeing there's some interest in this topic I decided to write this little guide to accomplish this task. Hope it helps. newwink.gif

chon's guide to Windows Vista x86 and x64 Versions in one DVD


NOTE: I'll be using my x64 and x86 MSDN DVDs, you can use the ones you have (retail, etc.), the procedure is the same.

1. Please download and install the Windows Automated Installation Kit (AIK) from here
2. Please create a working folder with a structure similar to this. Obviously you can change folder names according to your needs newwink.gif In this case, i'll be using the following folder: D:\VistaAIO. My folder structure is as follows:


3. Now, copy all the contents of your x86 DVD to the distribuition folder, in this case D:\VistaAIO\Distribucion
4. Move the file named “install.wim” from D:\VistaAIO\Distribucion\Sources to D:\VistaAIO\x86
5. Copy the file named “install.wim” from the Sources folder of your x64 DVD to the folder D:\VistaAIO\x64
6. Delete al .clg files from your distribution folder (D:\VistaAIO\Distribucion)
7. Now, with admin rights, open the Windows PE Tools Command prompt (click in Start/All programs/Microsoft Windows AIK)
8. We change directory to our working folder:

CODE
CD D:\VistaAIO\Distribucion\Sources

9. OK, here's the tricky part. We are now about to export the images of each windows version to a single .WIM image file. The command to do this is IMAGEX.EXE. The syntax is as follows:

CODE
imagex /export SourceImageToExport.wim SourceNumber DestinationImageFile.wim "Name of the Operating System"

For example:
CODE
imagex /export D:\VistaAIO\x86\install.wim 1 .\install.wim "Windows Vista Business x86"
imagex /export D:\VistaAIO\x64\install.wim 1 .\install.wim "Windows Vista Business x64"

This is what the first line of code does: export Version 1 of the source image file named Install.wim located in the folder D:\VistaAIO\x86 to the destination image file named Install.wim located in D:\VistaAIO\Distribucion. The number 1 corresponds to the Business edition of Windows, take a look at the following table, for the SourceNumber and its corresponding Windows Edition:

CODE
Number    Windows Edition
1           Business
2           Home Basic
3           Home Premium
4           Ultimate
5           Home Basic N
6           Business N
7           Starter

Thus, for example if we wanted to add the 64bit Ultimate version of Windows Vista to our newly created image we type the following command:

CODE
imagex /export D:\VistaAIO\x64\install.wim 4 .\install.wim "Windows Vista Ultimate x64"

Please note that we only changed the number 1 for the number 4 (wich corresponds to the Ultimate version) and the name we give to the Windows Edition, for this name you can type whatever you coinsider a descriptive name of the windows version, everything else in the syntax remains the same. You can add as many Windows Editions as you want this way.
If you have any doubts regarding the imagex command, you can type the following line in the command prompt at any time:
CODE
imagex /export /?

10. Now that we've created our .WIM image file, let's create our ISO image file to make it ready to burn it to a DVD. To do this, still in the Windows PE Tools command prompt window, we type:

CODE
oscdimg -n -bD:\VistaAIO\distribucion\boot\etfsboot.com D:\VistaAIO\distribucion D:\VISTA_AIO.iso -m

This will create an ISO file named VISTA_AIO.iso in D:\
11. We're almost done! We can now burn this image with our favorite burning software (Nero, alcohol. Etc).

The final result when installing Vista, should look similar to this:


That's all!!!
Hope you find it useful!

Let me know any comments/doubts newwink.gif

This post has been edited by chon_: Apr 18 2007, 09:18 AM
Go to the top of the page
 
+Quote Post

Posts in this topic
- chon_   HOWTO: Windows Vista x86 and x64 in the same DVD   Mar 20 2007, 10:36 AM
- - batson0974   I noticed the only file you say to export from the...   Mar 20 2007, 08:41 PM
- - chon_   @batson0974 Yes, the procedure is correct. All the...   Mar 21 2007, 04:44 PM
|- - orbit30   Thanks chon_   Apr 16 2007, 05:47 PM
- - chon_   @orbit30 sorry, my mistake There's an ...   Apr 18 2007, 09:21 AM
|- - orbit30   Thanks again orbit..   Apr 19 2007, 12:13 PM
- - prtec   can this support multi-language Vista in one DVD? ...   Apr 30 2007, 12:27 AM
|- - tim427   QUOTE (prtec @ Apr 30 2007, 08:27 AM) can...   May 25 2007, 07:44 AM
- - prtec   Windows could not set the offline locale informati...   Apr 30 2007, 01:31 AM
- - gjs1992   Hello, I'm currently confused on: 1. What...   May 31 2007, 05:18 AM
- - Thauzar   Look here for informations I just googled about th...   May 31 2007, 05:58 AM
- - gjs1992   Hello again, Thanks for your help on the second qu...   Jun 1 2007, 05:52 AM
- - steviewonder   Thanks, i wondered ho Winbeta did it.   Jun 1 2007, 06:18 AM
- - gjs1992   BUMP! Please answer my questions. Thanks. ~...   Jun 1 2007, 12:12 PM
- - gjs1992   For god's sake, would anyone mind answering my...   Jun 2 2007, 07:59 AM
|- - Cycl0pe   QUOTE (gjs1992 @ Jun 2 2007, 03:59 PM) Fo...   Jun 2 2007, 05:25 PM
- - gjs1992   Will hAwie's Permanent Activation method work ...   Jun 5 2007, 01:40 AM
- - chon_   @gjs1992 ENTERPRISE version of vista is NOT includ...   Jun 7 2007, 07:15 PM
- - gjs1992   Thanks for your reply mate. But I've gotten En...   Jun 8 2007, 05:31 AM
- - patronu   can you integrate windows longhorn with this metho...   Jun 9 2007, 03:38 PM
|- - sayyed.ali1981   1> i had made 3 folders, distribution,s x86,v x...   Jun 4 2009, 12:49 AM
- - gjs1992   Windows Longhorn is pretty old! @Chon_ Origina...   Jun 18 2007, 11:43 PM
|- - chon_   QUOTE (gjs1992 @ Jun 18 2007, 11:43 PM) W...   Aug 21 2007, 11:34 AM
- - gjs1992   BUMP. How did Chon_ use a different (Probably Fren...   Jun 24 2007, 03:00 PM
- - sp00f   Nice idea , but doesnt work for me. After : image...   Jul 3 2007, 05:00 AM
- - korndog2003   Hey thanks I did this with my Vista and Windows Lo...   Jul 19 2007, 09:51 PM
- - ic0dk0c00   Could I add a vlited edition of vista the same way...   Aug 26 2007, 11:21 AM
- - OcTroN   The product key listed in a unattended install fil...   Sep 22 2007, 04:54 AM
- - RYU81   everything is work but is there way to unattended ...   Feb 14 2008, 03:03 AM
- - vannuffelhan   I tried this method with images where SP1 was inte...   Mar 13 2008, 06:03 PM
- - hotpants   when you add all vista and server 2008 editions t...   Mar 20 2008, 03:21 PM
- - cdob   QUOTE (hotpants @ Mar 20 2008, 03:21 PM) ...   Mar 21 2008, 02:58 AM
- - hotpants   sorry, I meant that my iso file is more than 4.7 G...   Mar 21 2008, 02:44 PM
- - cdob   QUOTE (hotpants @ Mar 21 2008, 03:44 PM) ...   Mar 22 2008, 02:11 AM
- - ikaro_nos   Perfect Thanks man!   Apr 2 2008, 04:38 AM
- - gotenks98   I got a question on this, when doing your export h...   May 13 2008, 09:24 AM
- - c6comp   Just a a little tip: your install.wim cant be bigg...   Jun 8 2008, 11:31 AM
- - testazzo   QUOTE (chon_ @ Mar 20 2007, 06:36 PM) Wel...   Jul 1 2008, 06:18 AM
- - RYU81   is not there way to burn it in dvd (4.7 GB)?   Aug 12 2008, 11:29 PM
- - uncle joe   Hello Everybody, Did anybody try to do the same t...   Aug 17 2008, 11:04 AM
- - neo   http://itsmywindows.com/how-to-merge-vista...in-a-...   Aug 18 2008, 12:55 PM
- - uncle joe   Thanks for your help Neo !! That's cra...   Aug 18 2008, 08:16 PM
- - radix   QUOTE (chon_ @ Mar 20 2007, 07:36 PM) 6. ...   Aug 21 2008, 01:49 AM
- - uncle joe   Hi Everybody, Still diggin' about these CLG F...   Aug 21 2008, 02:37 PM
- - eva2000   Hi guys I tried this on vlite created vista ultima...   Aug 31 2008, 01:33 AM
- - sk8aelf   has anybody done this with the vista sp1 dvds ? ...   Nov 28 2008, 01:27 PM
|- - killerb255   QUOTE (sk8aelf @ Nov 28 2008, 01:27 PM) h...   Feb 22 2009, 10:08 PM
- - lello   As' can add the file Autounattended.xml for x8...   May 12 2009, 06:49 AM
|- - sanyinet   QUOTE (lello @ May 12 2009, 02:49 PM) As...   May 14 2009, 07:22 AM
|- - sanyinet   thanks to this invaluable guide that I could do th...   May 14 2009, 07:37 AM
- - neuropass   is it possible to have a custon name instead of th...   Jun 3 2009, 07:27 PM
- - sayyed.ali1981   1> i had made 3 folders, distribution,s x86,v x...   Jun 4 2009, 12:39 AM
- - sayyed.ali1981   1> i had made 3 folders, distribution,s x86,v x...   Jun 4 2009, 12:48 AM
- - neuropass   is it possible to have a custon name instead of th...   Jun 4 2009, 01:50 PM
- - Djus   This method works with Windows 7, you need of cour...   Aug 13 2009, 04:09 AM
- - DJ Prem   I've used the guide in Vista and worked flawle...   Aug 27 2009, 03:03 PM
- - Djus   QUOTE (DJ Prem @ Aug 27 2009, 11:03 PM) I...   Aug 28 2009, 11:27 AM
|- - 123321   QUOTE (Djus @ Aug 29 2009, 03:27 AM) QUOT...   Nov 16 2009, 05:31 PM
- - Teancum.of.legend   I have a question is it possible to integrate busi...   Nov 5 2009, 05:08 PM


Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 22nd November 2009 - 10:27 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy