Hi All,
I am trying to setup a scripted OS install. I have the following jobs in the DS console.
1. Prepare Disk
2. Deploy Drivers (Drivers are copied to the C:\drivers) folder.
3. Install OS. (The script for OS install is below)
---------------------------------------------------------------------------------------------------------------------------------------------------
C:
md DAgent
cd\
copy "%ALTIRIS_SHARE%\Agents\AClient\dagent.msi""C:\DAgent\dagent.msi"
REM Create Source folder and copy Source
cd\
C:
md Source
cd\
copy "%ALTIRIS_SHARE%\Deploy\Unattendx86-1.xml""C:\Source\Unattendx86-1.xml"
REM Install OS
"%ALTIRIS_SHARE%\Deploy\WinOS001\sources\setup.exe" /unattend:c:\Source\Unattendx86-1.xml /noreboot
-----------------------------------------------------------------------------------------------------------------------------------------------------
The install goes through the process and when it is at its last phase of nameing the computer name it says :
"Windows could not parse or process the unattend answer file for pass[specialize]. The setings specified in the answer file could not be applied. The error was detected while processing settings for component[Microsoft-Windows-Shell-Setup]"
Attached is the xml file. Please advise. It does the same thing with x86 and x64 OS install.
Thanks in advance !!