Green1 Posted February 13, 2007 Report Share Posted February 13, 2007 I'm getting something wrong. I've installed a Vista machine. Then I ran sysprep and created a wim image from that. When I try to deploy that image to target machine I get an error. (I use Windows PE) That image file is only 8MB which is fine I think. But how it's possible to get whole Vista package from that image? Vista installation dvd is way over 1GB. Do I have to deploy different Vista image somehow with that same package? I'm confused. Can anyone help?Here is a piece of instructions from Microsoft pages:----------------------------------1. On your destination computer, insert your Windows PE media and restart the computer. Windows PE starts and launches a command-line window2. Use the diskpart command to format the hard drive to reflect the required disk configuration. For example, from Windows PE Command Prompt, type the following commands:diskpartselect disk 0cleancreate partition primary size=20000select partition 1activeformatexit3. Copy the image from the network share to your local hard drive. For example, type the following commands and provide network credentials for appropriate network access: net use Y: \\network_share\Imagescopy Y:\Myimage.wim c:4. Apply the image to the hard drive using ImageX located on your Windows PE media. For example, from the Windows PE command prompt, type: D:\Tools\Imagex.exe /apply C:\Myimage.wim c:5. Your custom image is now deployed onto your destination computer. The computer is ready for customer delivery. You can repeat the previous steps for each additional machine you want to ship. Quote Link to comment Share on other sites More sharing options...
-pops- Posted February 13, 2007 Report Share Posted February 13, 2007 Is Windows PE intended for Vista?According to what I can see, Windows PE is for volume licenses of Windows XP Professional and Windows Server 2003. Click here. Quote Link to comment Share on other sites More sharing options...
Green1 Posted February 13, 2007 Author Report Share Posted February 13, 2007 Is Windows PE intended for Vista?According to what I can see, Windows PE is for volume licenses of Windows XP Professional and Windows Server 2003. Click here.Yes, it is. From Microsoft Deploying Vista Step by Step guide:The processThe basic process for deploying an image of the master installation onto a destination computer includes the following steps:1. Assembling new hardware.2. Starting the hardware using Windows PE media.3. Formatting the hard drive.4. Connecting to your network share and copying the custom image down to the destination computer's local hard drive. 5. Applying the image by using ImageX. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.