Jump to content

Recommended Posts

Posted

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?


Posted

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 bit

cya

Killer Bee

Posted

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 files

SET 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

Posted

Wow, thanks Test Zero :)

Before i try can you ok the following:

Partition on 1st hard drive=J

2nd hard drive=F

cls
Echo off
SET XPCD=J:\UnattendedProject\XPCD
SET INSTALL=F
"%XPCD%:\i386\winnt32.exe" /syspart:%INSTALL%: /tempdrive:%INSTALL%: /unattend:%XPCD%:\i386\winnt.sif /s:%XPCD%:\i386

Will running this code in a .cmd file from Windows XP on the 1st hard drive install my unattended XPCD onto F?

Posted

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.

Posted

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 off
SET XPCD=J:\UnattendedProject\XPCD
SET INSTALL=F
"%XPCD%\i386\winnt32.exe" /syspart:%INSTALL% /tempdrive:%INSTALL% /unattend:%XPCD%\I386\WINNT.SIF /s:%XPCD%\i386

All files and addresses are correct but now i have the following error:

post-70-1086808304_thumb.jpg

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...