Hello Everyone,
In my current environment i have 7 different model PCs; HP D500, D510, D530, DC5000, DC5100, DC5700, DC5800
I have one hardware independent image to support all 7 models using Deploy Anywhere. I inject PNP drivers by modifying the devicepath registry key with the driver paths for each model. This works beautifully with the exception that Windows XP Mini-setup may take up to 20 minutes to complete.
This is the process that i currently have for networked PCs using PXE boot and Deployment Solution 6.9 SP3. My issue is that i now need to address non-networked pcs.
I've been searching on google and i can't find any straight fordward information on how to image a PC using a DVD or USB drive with WinPE 2.1 on the disk and the image files on that same DVD disk and no network support. My .img file is about 3GB's so it would fit on a DVD.
This would be ideal for my very non-techy users. They would simply have to put in the DVD at boot up and let the PC image.
This is the script i currently use to call Deploy Anywhere on my network PCs and i am assuming i would still use it to run Deploy Anywhere off the DVD;
Code:
REM Inject Hal, Nic and Storage Drivers with DeployAnywhere
del %SystemRoot%\inf\atrsdfw.inf"
copy %ALTIRIS_SHARE%\Ghost\SMEUTIL.SYS %SystemRoot%\system32\drivers
%ALTIRIS_SHARE%
cd\Ghost
GhDplyAw32.exe /target=c:\windows /ddb=F:\driversdb
cd\
symantec.com/connect/articles/hardware-independant-imaging-altiris-deployanywhere-and-winpe-21-scripting
I would obviously have to copy the altiris deployment server "driversdb" directory and GhDplyAw32.exe and all of it's necessary files to a folder on the DVD i am assuming.
I attempted to use image explorer and "Make self-extracting..." which didn't get me far.
If someone could help me out or guide me in the right direction i would appreciate it.
Thank You