travisl
Posts: 4
Score: 0 Joined: 4/23/2008 Status: offline
|
I am using SCCM 2007 and trying to incorporate this script into the Install and existing image package task sequence. I have added the step Run Command Line (cscript.exe "%deployroot%\scripts\ZTIHalDetect.vbs) directly after the Apply Operation System step. How do I need to to edit ZTIHalDetect.vbs in this scenario if there is only one CDROM and no other Partions or am I on the wrong page completely? From the previous posts I'm guessing the lines similiar to... WriteIni "c:\sysprep\sysprep.inf", "Unattended", "UpdateUPHAL", "ACPIAPIC_UP,%WINDIR%\Inf\Hal.inf" should be.. WriteIni "c:\sysprep\sysprep.inf", "Unattended", "UpdateUPHAL", "ACPIAPIC_UP,C:\Windows\Inf\Hal.inf" Any help or more in depth information would be helpful.
|