cai_sebas Posted December 6, 2006 Posted December 6, 2006 (edited) A time ago I was searching for an easy way to make an image of my Vista files. You need Windows AIK to do this. A huge set of tools somewhere about 700mb. It seems making your image is quite simple if you know where to begin. So here is your start.The files attached are batched which automatically creates an image for you, so you won't have to work with the real command.We recommend you create an UDF Image. The original Vista DVD is UDF format.UDF Save it as 'younameit.cmd'. Replace 'YOURVISTADIR' by the location of you own Vista files.CLS@echo offTITLE Creating UDF Image of Miscrosoft Windows VistaECHO.ECHO You image is now being created. Make sure oscdimg.exe is present.ECHO.ECHO Creating your UDF...oscdimg -bc:\YOURVISTADIR\boot\etfsboot.com -h -u2 -m -lVISTA_EN_DVD C:\YOURVISTADIR\ C:\WVISTAUL_EN_VOL01.isoECHO.PAUSEEXITISO Making an ISO is also possible. However we recommend UDF.Save it as 'younameit.cmd'. Replace 'YOURVISTADIR' by the location of you own Vista files.CODECLS@echo offTITLE Creating ISO Image of Miscrosoft Windows VistaECHO.ECHO You image is now being created. Make sure oscdimg.exe is present.ECHO.ECHO Creating your ISO...oscdimg -bc:\YOURVISTADIR\boot\etfsboot.com -h -j1 -j2 -m -o -x-lVISTA_EN_DVD C:\YOURVISTADIR\ C:\WVISTAUL_EN_VOL01.isoECHO.PAUSEEXITThere are many other options which can compile an ISO/UDF. If there are better complication I hope to see them! These little batches are just for starters. I am sure pro's can do it without hassle in command.oscdimg.exe Edited December 8, 2006 by cai_sebas
FireGeier Posted December 7, 2006 Posted December 7, 2006 Once you have all your Vista-DVD-Files in one directory of your HD, copy your AutoUnattend.xml to this directory - directly into this directory, not in any subfolders. Open a command prompt (Start\Run\cmd) and use oscdimg to create an ISO file:oscdimg -n –m -bD:\MyVistaDVD\boot\etfsboot.com D:\MyVistaDVD\ D:\Vistax86.isoNote:If you're handeling a 64bit Vista-DVD than use efisys.bin instead of etfsboot.com!You have to replace D:\MyVistaDVD\ with your Path to your Vista-DVD files.The last part - D:\Vistax86.iso - just attaches a name to the ISO file.Burn this ISO to a DVD using third party software.Let it rock...Martin
cai_sebas Posted December 7, 2006 Author Posted December 7, 2006 Thanks FireGeier,Working on it now, I get an errorERROR: Could not delete existing file "D:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\" Error 5Still working on it!
FireGeier Posted December 7, 2006 Posted December 7, 2006 Are you doing all this under Vista? If so, have you shared your Vista-DVD folder?Martin
cai_sebas Posted December 7, 2006 Author Posted December 7, 2006 No just under XP. I am gonna try a few things atm. I let you guys know!
neo Posted December 7, 2006 Posted December 7, 2006 (edited) oscdimg -n –m -bD:\MyVistaDVD\boot\etfsboot.com D:\MyVistaDVD\ D:\Vistax86.isoadd -u -u1 -u2 option to make UDF filesystemoscdimg -n –m -u -u1 -u2 -bD:\boot.img D:\MyVistaDVD\ D:\Vistax86.isoextract boot.img using ISO buster Edited December 7, 2006 by neo_matrix.rs
cai_sebas Posted December 7, 2006 Author Posted December 7, 2006 (edited) After some struggeling I finally got the right code. Down here there is a simpel command/batch code whick makes your Vista ISO.Make sure you use the right paths. And have the file oscdimg.exe present in the same folder as the batch. Oscdimg.exe can be found in Windows AIK, PE Tools.Save it as createiso.cmd (name doesn't matter just the extension .cmd)CLS@echo offTITLE Creating ISO Image of Miscrosoft Windows VistaECHO.ECHO You image is now being created. Make sure oscdimg.exe is present.ECHO.ECHO Creating your ISO...oscdimg -bd:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\boot\etfsboot.com -h -j1 -j2 -m -o -x-lVISTA_EN_DVD D:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\ C:\WVISTAUL_EN_VOL01.isoECHO.PAUSEEXITWorks like a charmEdit: Added oscdimg.exe and fixed the code, which now works properlyoscdimg.exe Edited December 8, 2006 by cai_sebas
sangwooksohn Posted December 8, 2006 Posted December 8, 2006 (edited) cdimage.exe -lLRMCXFRE_EN_DVD -t11/02/2006,20:00:00 -g -h -u2 -ur"C:\ISO\README.TXT" -b"C:\ISO\VISTA_BOOT.bin" -o -m "C:\ISO\VISTA" "C:\ISO\LRMCxFRE_EN_DVD.iso" Edited December 8, 2006 by sangwooksohn
cai_sebas Posted December 8, 2006 Author Posted December 8, 2006 The -u -u1 -u2 options didn't worked for me. I am gonna retry those now. The original Vista image is also UDF so I guess that is the best option.
cai_sebas Posted December 8, 2006 Author Posted December 8, 2006 (edited) To create you UDF Image. Save it as createudf.cmd (name doesn't matter just the extension .cmd)CLS@echo offTITLE Creating UDF Image of Miscrosoft Windows VistaECHO.ECHO You image is now being created. Make sure oscdimg.exe is present.ECHO.ECHO Creating your UDF...oscdimg -bd:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\boot\etfsboot.com -h -u2 -m -lVISTA_EN_DVD D:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\ C:\WVISTAUL_EN_VOL01.isoECHO.PAUSEEXIT Edited December 8, 2006 by cai_sebas
MAVERICKS CHOICE Posted December 29, 2006 Posted December 29, 2006 After some struggeling I finally got the right code. Down here there is a simpel command/batch code whick makes your Vista ISO.Make sure you use the right paths. And have the file oscdimg.exe present in the same folder as the batch. Oscdimg.exe can be found in Windows AIK, PE Tools.Save it as createiso.cmd (name doesn't matter just the extension .cmd)CLS@echo offTITLE Creating ISO Image of Miscrosoft Windows VistaECHO.ECHO You image is now being created. Make sure oscdimg.exe is present.ECHO.ECHO Creating your ISO...oscdimg -bd:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\boot\etfsboot.com -h -j1 -j2 -m -o -x-lVISTA_EN_DVD D:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\ C:\WVISTAUL_EN_VOL01.isoECHO.PAUSEEXITWorks like a charmEdit: Added oscdimg.exe and fixed the code, which now works properlyYes thats working great just popped the oscdimg.exe into sytsem32 in xpMade image 100% Boots straight up from the dvd. Just having trouble Vista recognising the the ans file, retracing all steps now.
MAVERICKS CHOICE Posted December 30, 2006 Posted December 30, 2006 Once you have all your Vista-DVD-Files in one directory of your HD, copy your AutoUnattend.xml to this directory - directly into this directory, not in any subfolders. Open a command prompt (Start\Run\cmd) and use oscdimg to create an ISO file:oscdimg -n –m -bD:\MyVistaDVD\boot\etfsboot.com D:\MyVistaDVD\ D:\Vistax86.isoNote:If you're handeling a 64bit Vista-DVD than use efisys.bin instead of etfsboot.com!You have to replace D:\MyVistaDVD\ with your Path to your Vista-DVD files.The last part - D:\Vistax86.iso - just attaches a name to the ISO file.Burn this ISO to a DVD using third party software.Let it rock...MartinNow to be clear the Autounattend.xml file which normally resided in the Sources Dir. needs now to be placed in the root of the bootable dvd?Just tried when in Sources Dir. not reading the file & not unattending.
cai_sebas Posted December 30, 2006 Author Posted December 30, 2006 Autounattend.xml needs to be present in the Root
maxXPsoft Posted December 30, 2006 Posted December 30, 2006 (edited) Autounattend.xml needs to be present in the RootNot necessarilyWorks off root of floppy/usb stick. Can change it that way if error occursWorks in Sources for me with the $oem$ present and the <UseConfigurationSet>true</UseConfigurationSet>Don't know if it's because I also use some <OEMInformation> stuff Edited December 30, 2006 by maxXPsoft
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