problem deploying windows 7

gparmar83

New member
Local time
2:20 AM
Messages
4

first of all hello to all
i am preparing for MCTS 70-680 (Win 7 configuration exam)
for doing labs i am using VMware workstation 7.
every thing is going OK but when i try to copy the created image wim file to destination computer.
on that particular dest computer i cannot access the e: drive in which i have the Windows PE(pre environment) disk.

the command i use is like that :
x:\e:\imagex.exe /apply f:\capturedimage.wim 1 c:
i got error the system cannot find the drive specified.

what i am doing wrong here can some body pls help me on this.
thanks in advance.
 

My Computer

OS
win 7 professional 64x
I am not sure I understand what's going on with your command usage.
Code:
x:\e:\imagex.exe /apply f:\capturedimage.wim 1 c:

If you are booted into your PE environment I don't believe you need to reference back to the disk you booted from. When you open the command prompt you should be sitting at
Code:
x:\
Right?

Can you try just typing the command as follows.
Code:
imagex.exe /apply f:\capturedimage.wim 1 c:

Here is some good documentation.
http://technet.microsoft.com/en-us/library/dd744531(v=ws.10).aspx
 

My Computer

OS
Windows 7 Enterprise x64
Back
Top