How to Fix Windows Script Host Error During Server-based Deployment

Justin 0 Reputation points
2023-10-15T20:43:36.04+00:00

Does anyone have any ideas what this error code is asking for? I have already tried reinstalling the Microsoft ADK for the older windows 10 versions and keep receiving this error. I am currently trying to deploy to a VM using WDS created image if that helps.

User's image

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
891 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AlexZhu-MSFT 5,871 Reputation points Microsoft Vendor
    2023-10-16T07:14:13.99+00:00

    Hi,

    The error message you're encountering, "litetouch.wsf error: the value for the attribute is not valid: language," suggests that there might be an issue with the language attribute in your LiteTouch script (litetouch.wsf). For example, it only accepts the value like 'en-us' and we set it to '123' in the setting file. To resolve this, you should check the value you've provided for the "language" attribute and make sure it is a valid language code or setting. Double-check the syntax and ensure that it matches the expected input for the script you are using.

    Alex


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.