Hi All,
I am trying to make an imaging task to run DISM /Online Command to upgrade Windows 2008 R2 Standard Edition to Enterprise Edition
And would like to run as a script task, but it failed due to unattended Answerfile are missing to confirm "Y"
I researched and found a way to do this with "DISM /online /Apply-Unattend:<Path_To_unattend.xml> ", but I just wonder how to make the unattend.xml file for this task and I wonder what are they looked like inside of xml file.
Would you please guide me how can resolve this issue?
FYI.. I am using Symantec Altiris Deployment Solution 7.1 and have a deployment Jobs and tasks as below order.
1. Task (Reboot to WinPE)
2. Task (Deploy Windows Server 2008 R2 Standard Image)
3. Task (Reboot to Production(OS))
4. Command Script (DISM /online /Set-Edition:ServerEnterprise /ProductKey:489J6-VHDMP-X63PK-3K798-CPX3Y) KMS host activation
We have to get many OS Images which both Standard and Enterprise so that we would like to have only Standard images and using DISM to upgrade Enterprise if needed. It will save the hard drive spaces and preparation time for imaging :)
Thanks in advance.