Please let me know my understanding is correct or wrong regarding OSD deployment

Please let me know my understanding is correct or wrong regarding OSD deployment scenario is UDIWizard_config.xml file and Windows system image manager (customsettings.ini) UDIWizard provides rich user interface and option for language selection. Disadvantage is need to create variable to automate the OSD process.

Customsettings.ini all settings are automated only thing is OS language selection user need to select so respective language will install

July 25th, 2015 7:19am

Well using Customsettings.ini to select the language you will need to configure the file with something like

[DefaultGateway]

10.10.1.1=Montreal

10.11.1.1=USA

[Montreal]

UILanguage=fr-fr

[USA]

UILanguage=eb-US

This would set the language depending on the default gateway the computer as. This is 100% automatic but need to be set in the configuration.

If you use the UDI wizard you will need to leave the Customsettings.ini blank and used variable that will you set in the unattended.xml file

Under the oobeSystem section of the unattend.xml file set <UILanguage>%UILanguage%</UILanguage> In the UDI just make sure that you ask the user for the language and set it to this variable.


Free Windows Admin Tool Kit Click here and download it now
July 25th, 2015 7:34am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics