killerb255 Posted February 23, 2009 Posted February 23, 2009 (edited) has anybody done this with the vista sp1 dvds ? everytime i try it errors out saying file is larger than 4gAre you using single or dual-layer DVDs?On a side note, has anyone tried integrating the Vista Enterprise DVDs (both 32 and 64-bit) into one installer? Same instructions, except you're actually merging four DVDs (retail 32-bit, retail 64-bit, Enterprise 32-bit, and Enterprise 64-bit) instead of two.EDIT: I've done so recently, and it works great! 10 different Vistas (Home Basic, Home Premium, Business, Enterprise, and Ultimate x86 and the same five x64)--all install just fine! Edited April 1, 2009 by killerb255
lello Posted May 12, 2009 Posted May 12, 2009 As' can add the file Autounattended.xml for x86 and x64 versions?Thank !!!
sanyinet Posted May 14, 2009 Posted May 14, 2009 As' can add the file Autounattended.xml for x86 and x64 versions?Thank !!!Congratulations Raffa!
sanyinet Posted May 14, 2009 Posted May 14, 2009 (edited) thanks to this invaluable guide that I could do this job. Which employs only 4.21gb!ah Raffa, this is called mod. Learn to meet with me ... be no need to claim anything! Edited May 14, 2009 by sanyinet
neuropass Posted June 4, 2009 Posted June 4, 2009 is it possible to have a custon name instead of the original windows names??? what happened here anyway?? no one is interested in this?
sayyed.ali1981 Posted June 4, 2009 Posted June 4, 2009 1> i had made 3 folders, distribution,s x86,v x86, and i copied my vista dvd to distribution. then i copied install.wim of server 2k8 to s x86, and moved install.wim of vista from distribution to v x862> i merged vista x32 ultimate install.wim & server 2008 x32 enterprise install.wim using giimagex in a single install.wim,and deleted all clg files and copyed eula of server to vista license all process done fine.3> i made a iso using ocdimage cmd4> when i try to install iso using vmware. i could not get server 2008 in os selection menu and vista setup start automaticallyplz help me out y server 2008 is not showing in the os selection menu
sayyed.ali1981 Posted June 4, 2009 Posted June 4, 2009 1> i had made 3 folders, distribution,s x86,v x86, and i copied my vista dvd to distribution.then i copied install.wim of server 2k8 to s x86, and moved install.wim of vista from distribution to v x862> i merged vista x32 ultimate install.wim & server 2008 x32 enterprise install.wim using giimagex in a single install.wim,and deleted all clg files and copyed eula of server to vista license all process done fine.3> i made a iso using ocdimage cmd4> when i try to install iso using vmware. i could not get server 2008 in os selection menu and vista setup startautomaticallyplz help me out y server 2008 is not showing in the os selection menu
sayyed.ali1981 Posted June 4, 2009 Posted June 4, 2009 1> i had made 3 folders, distribution,s x86,v x86, and i copied my vista dvd to distribution.then i copied install.wim of server 2k8 to s x86, and moved install.wim of vista from distribution to v x862> i merged vista x32 ultimate install.wim & server 2008 x32 enterprise install.wim using giimagex in a single install.wim,and deleted all clg files and copyed eula of server to vista license all process done fine.3> i made a iso using ocdimage cmd4> when i try to install iso using vmware. i could not get server 2008 in os selection menu and vista setup startautomaticallyplz help me out y server 2008 is not showing in the os selection menu
neuropass Posted June 4, 2009 Posted June 4, 2009 is it possible to have a custon name instead of the original windows names??? and what about the autounattended file?? How can you make those version to use it's own xml files once selected??Please help guys, don't abandon this post!!
Djus Posted August 13, 2009 Posted August 13, 2009 This method works with Windows 7, you need of course new Windows7 AIK.Thx for grate guide
DJ Prem Posted August 27, 2009 Posted August 27, 2009 I've used the guide in Vista and worked flawlessly trying it Windows 7 and I'm getting error during install.
Djus Posted August 28, 2009 Posted August 28, 2009 (edited) I've used the guide in Vista and worked flawlessly trying it Windows 7 and I'm getting error during install.I'll be using my x64 and x86 RTM , you can use the ones you have (retail, etc.), the procedure is the same.1. Please download and install the Windows7 Automated Installation Kit (AIK).2. Please create a working folder:c:\Windows7AIO\Distribution\and two more folders in it x86 and x643. Now, copy all the contents of your x86 DVD to the distribuition folder, in c:\Windows7AIO\Distribution\4. Move the file named install.wim from c:\Windows7AIO\Distribution\Sources to c:\Windows7AIO\Distriburion\x86Delite all *.clg files from source folder!! And ei.cfg!!5. Copy the file named install.wim from the Sources folder of your x64 RTM to the folder c:\Windows7AIO\Distribution\x64 (only install.wim)6. Now, with admin rights, open the Deployment Tools Command Prompt (click in Start/All programs/Microsoft Windows AIK)7. We change directory to our working folder:Code:CD c:\Windows7AIO\Distribution\Sources8. 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 c:\Windows7AIO\Distribution\x86\install.wim 1 .\install.wim "Windows7 Home Basic x86"imagex /export c:\Windows7AIO\Distribution\x64\install.wim 1 .\install.wim "Windows7 Home Basic 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 c:\Windows7AIO\Distribution\x86 to the destination image file named Install.wim located in c:\Windows7AIO\Distribution. The number 1 corresponds to the Home Basic edition of Windows, take a look at the following table, for the SourceNumber and its corresponding Windows Edition:Number Windows x86Edition1 Home Basic2 Home Premium3 Professional4 Starter5. UltimateNumber Windows x64Edition1 Home Basic2 Home Premium3 Professional4. Ultimate*there is no starter edition in x64!Thus, for example if we wanted to add the 64bit Ultimate version of Windows7 to our newly created image we type the following command:Code:imagex /export c:\Windows7AIO\Distribution\x64\install.wim 4 .\install.wim "Windows7 Ultimate x64"9. 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 Deployment Tools Command Prompt window, we type:Code:oscdimg -n -bc:\Windows7AIO\distribution\boot\etfsboot.com c:\Windows7AIO\distribution c:\Win7_AIO.iso -mThis will create an ISO file named Win7_AIO.iso in c:\Delete x86 and x64 folder!!Delete al .clg files from your distribution folder!! Delete Ei.cfg!!Burn it with Nero on DVD and thats it!thx go to member chon's guide on on MSFN forum, that I modified to win7Enjoy Edited August 28, 2009 by Djus
Teancum.of.legend Posted November 5, 2009 Posted November 5, 2009 I have a question is it possible to integrate business volume licensing into a DVD. For example I would like to be able to access the standard edition of business and the vl edition as well on one DVD.
123321 Posted November 16, 2009 Posted November 16, 2009 I've used the guide in Vista and worked flawlessly trying it Windows 7 and I'm getting error during install.I'll be using my x64 and x86 RTM , you can use the ones you have (retail, etc.), the procedure is the same.1. Please download and install the Windows7 Automated Installation Kit (AIK).2. Please create a working folder:c:\Windows7AIO\Distribution\and two more folders in it x86 and x643. Now, copy all the contents of your x86 DVD to the distribuition folder, in c:\Windows7AIO\Distribution\4. Move the file named install.wim from c:\Windows7AIO\Distribution\Sources to c:\Windows7AIO\Distriburion\x86Delite all *.clg files from source folder!! And ei.cfg!!5. Copy the file named install.wim from the Sources folder of your x64 RTM to the folder c:\Windows7AIO\Distribution\x64 (only install.wim)6. Now, with admin rights, open the Deployment Tools Command Prompt (click in Start/All programs/Microsoft Windows AIK)7. We change directory to our working folder:Code:CD c:\Windows7AIO\Distribution\Sources8. 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 c:\Windows7AIO\Distribution\x86\install.wim 1 .\install.wim "Windows7 Home Basic x86"imagex /export c:\Windows7AIO\Distribution\x64\install.wim 1 .\install.wim "Windows7 Home Basic 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 c:\Windows7AIO\Distribution\x86 to the destination image file named Install.wim located in c:\Windows7AIO\Distribution. The number 1 corresponds to the Home Basic edition of Windows, take a look at the following table, for the SourceNumber and its corresponding Windows Edition:Number Windows x86Edition1 Home Basic2 Home Premium3 Professional4 Starter5. UltimateNumber Windows x64Edition1 Home Basic2 Home Premium3 Professional4. Ultimate*there is no starter edition in x64!Thus, for example if we wanted to add the 64bit Ultimate version of Windows7 to our newly created image we type the following command:Code:imagex /export c:\Windows7AIO\Distribution\x64\install.wim 4 .\install.wim "Windows7 Ultimate x64"9. 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 Deployment Tools Command Prompt window, we type:Code:oscdimg -n -bc:\Windows7AIO\distribution\boot\etfsboot.com c:\Windows7AIO\distribution c:\Win7_AIO.iso -mThis will create an ISO file named Win7_AIO.iso in c:\Delete x86 and x64 folder!!Delete al .clg files from your distribution folder!! Delete Ei.cfg!!Burn it with Nero on DVD and thats it!thx go to member chon's guide on on MSFN forum, that I modified to win7EnjoyWhoever you quoted that steps from, it's incorrect.1. You don't need to delete the *.clg files, only ei.cfg2. You will need to delete the x86 and x64 folders first before creating the iso with oscdimg.
Yesnovato Posted June 2, 2010 Posted June 2, 2010 As' can add the file Autounattended.xml for x86 and x64 versions?Thank !!!I want to do the same, can you do it? Please let me knowThanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now