mwdksh
New Member
- Messages
- 4
- Reaction score
- 0
Hello,
I'm creating a new image (from scratch) based on 24H2 with NTLite 2024.12.10221. I have had one based on 23H2 for some time that works quite well.
I was getting an error message using the new image during setup so I switched the setup process based on information I saw in another thread about 24H2's installer issues.
[HKEY_LOCAL_MACHINE\SYSTEM\Setup]
"CmdLine"="X:\\sources\\setup.exe"
The same issue occured again but this time there was more information in the error, specifically mentioning Microsoft-Windows-Shell-Setup.
Error
Windows could not parse or process the unattend answer file for pass [specialize]. The settings specified in the answer file cannot be applied. The error was detected while processing settings for component [Microsoft-Windows-Shell-Setup].
This is that part of my autounattend.xml.
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>PC%SERIAL%</ComputerName>
<RegisteredOrganization>ABCD</RegisteredOrganization>
</component>
If I remove the %SERIAL% and use a static name, the error doesn't occur (but also no dynamic name).
Should %SERIAL% still be working?
Any advice appreciated.
I'm creating a new image (from scratch) based on 24H2 with NTLite 2024.12.10221. I have had one based on 23H2 for some time that works quite well.
I was getting an error message using the new image during setup so I switched the setup process based on information I saw in another thread about 24H2's installer issues.
[HKEY_LOCAL_MACHINE\SYSTEM\Setup]
"CmdLine"="X:\\sources\\setup.exe"
The same issue occured again but this time there was more information in the error, specifically mentioning Microsoft-Windows-Shell-Setup.
Error
Windows could not parse or process the unattend answer file for pass [specialize]. The settings specified in the answer file cannot be applied. The error was detected while processing settings for component [Microsoft-Windows-Shell-Setup].
This is that part of my autounattend.xml.
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>PC%SERIAL%</ComputerName>
<RegisteredOrganization>ABCD</RegisteredOrganization>
</component>
If I remove the %SERIAL% and use a static name, the error doesn't occur (but also no dynamic name).
Should %SERIAL% still be working?
Any advice appreciated.