June 8, 200422 yr As my unattended XPCD is over 4GB i use VMware for testing as it can read image files. I also have a spare 9GB harddrive. As i now need to test drivers and dont want to waist countless DVD disks, is it possible to install my XPCD from an image on my main Harddrive onto the 9GB harddrive?
June 8, 200422 yr hi,it is possible, just create a partition, format it and create the VM on this drive and set it up using ur Image instead of the CD/DVD-ROM. Now u can install it...hope thius helps a bitcyaKiller Bee
June 8, 200422 yr This wont test the drivers though. To test the drivers you will need a physical machine.
June 8, 200422 yr Yes, you can. That's how I install Windows XP.You'll need to boot into an OS (if none are installed on the hard drive, you'll probably have to boot off a Windows PE CD), then run something like:SET XPCD=Location of your XP install filesSET INSTALL=Drive letter you want to install XP on to"%XPCD%:\i386\winnt32.exe" /syspart:%INSTALL%: /tempdrive:%INSTALL%: /unattend:%XPCD%:\i386\winnt.sif /s:%XPCD%:\i386
June 8, 200422 yr Author Wow, thanks Test Zero Before i try can you ok the following:Partition on 1st hard drive=J2nd hard drive=FclsEcho offSET XPCD=J:\UnattendedProject\XPCDSET INSTALL=F"%XPCD%:\i386\winnt32.exe" /syspart:%INSTALL%: /tempdrive:%INSTALL%: /unattend:%XPCD%:\i386\winnt.sif /s:%XPCD%:\i386Will running this code in a .cmd file from Windows XP on the 1st hard drive install my unattended XPCD onto F?
June 9, 200422 yr Author It doesn't work. I got a:The filename, directory name, or volume label syntax is incorrect....any ideas
June 9, 200422 yr If you look at the commands....All the XPCD entries have a %XPCD%:\ entry, so it was expecting a letter, not a path. Try removing the : after the %XPCD% entries.
June 9, 200422 yr Author Of course, That would make sense as XPCD =J:\UnattendedProject\XPCD so the ':' is already there.This is the code i use now:cls@echo offSET XPCD=J:\UnattendedProject\XPCDSET INSTALL=F"%XPCD%\i386\winnt32.exe" /syspart:%INSTALL% /tempdrive:%INSTALL% /unattend:%XPCD%\I386\WINNT.SIF /s:%XPCD%\i386All files and addresses are correct but now i have the following error:
Create an account or sign in to comment