OSIM support for for windows 10 LTSB 1607
search cancel

OSIM support for for windows 10 LTSB 1607

book

Article ID: 10170

calendar_today

Updated On:

Products

CA Client Automation CA Client Automation - IT Client Manager

Issue/Introduction

Although Client Automation r14 supports OSIM deployment of Windows 10 you will receive this error when trying to install from LTSB 1607 media.

"The product key entered does not match any of the Windows images available for installation. Enter a different product key

 

 

This error is shown when there is a mismatch between the image name defined in the unattended.inf file and the wim

You can determine the name of the image in a wim by mounting it and then running

dism /Get-WimInfo /WimFile:E:\sources\install.wim /index:1

which will return something similar to 

  • Deployment Image Servicing and Management tool
  • Version: 6.3.9600.17031
  • Details for image : D:\sources\install.wim
  • Index : 1
  • Name : Windows 10 Enterprise 2016 LTSB
  •  
  • Description : Windows 10 Enterprise 2016 LTSB

In OSIM we have a parameter WindowsType which is used to select the desired Windows 10 version for installation. In the current templates you cannot select "Windows 10 Enterprise 2016 LTSB" and thus the error is thrown when you deploy the image.

This document advises how to update your existing images or template in order to support LTSB 1607

Environment

Client Automation - r14 versions

Resolution

  1. Navigate to .....\CA\DSM\osimips\os-template\camenu
  2. edit the files WINDOWS10.def and WINDOWS10x64.def
  3. Add the following 2 lines to the [WindowsType] section

    item=Windows 10 Enterprise 2016 LTSB
    item=Windows 10 Enterprise 2016 LTSB N

You can now create new or update existing OS Images with these templates and the additional lines will be included in the WindowsType Parameter