MDT deployment with multiple customsettings.ini

AMA 61 Reputation points
2021-01-21T15:30:47.997+00:00

Hi,

I have one deployment with one task sequence but i have two customsetting.ini files. I copy the file that I need to the control folder when I need it but wonder if I can use one customsettings file. the only difference is below

SystemLocale=en-US
KeyboardLocale=da-DK;en-US
UserLocale=da-DK
UILocale=da-DK
SkipTimeZone=YES
TimeZone=004
TimeZoneName=Romance Standard Time

and other file has these settings

SystemLocale=en-US
KeyboardLocale=sv-SE;en-US
UserLocale=sv-SE
UILocale=sv-SE
SkipTimeZone=YES
TimeZone=004
TimeZoneName=W. Europe Standard Time

regards

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).
840 questions
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 41,371 Reputation points Microsoft Vendor
    2021-01-22T08:56:20.487+00:00

    @AMA
    Thank you for posting in Microsoft Q&A forum.
    You may try to configure different settings based on the Task Sequence selected, please check below article to see if it helps:
    https://gallery.technet.microsoft.com/scriptcenter/Different-settings-per-4faa55e9#content


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. AMA 61 Reputation points
    2021-01-22T11:43:36.783+00:00

    Issue is now resolved in reference to the same link I mentioned earlier

    http://www.systanddeploy.com/2017/02/mdt-wizard-use-external.html

    there was an error in the script INI_profile.vbs. at line NO. 8 there should be DeployRoot not DeployDrive.

    also the BDD_Welcome XML I just added instead of copying the whole text.

    <Pane id="Profiles" title="Profile files selection" reference="INI_profiles.xml">
    </Pane>

    0 comments No comments