Jump to content


  • 0
fmartel

MDT 2013 Setting different rules for different images

Question

Hello, I have 2 sets of image I want to pass different rules :

1 is a Windows 7 Canadian English image

2 is a Windows 7 French Canadian Image

 

for image 1, I don't have access to the original VM Image, it was built in the US.

for image 2, I built it myself.

 

so the set of rules are easy :

Image 1 : I want the options. in region & language to reflect the following :

  • Format : English CANADA
  • Location : CANADA
  • Keyboard (General) : [English CANADA] , US
  • System Locale : English CANADA

Right now, everything is configurated as English, US and located in USA. we have some GPOs that apply by country and region.

 

By default, the screen rosolution is set to 1024*768, I want to override this by setting it in 1920*1080 (32Bit colors)

 

 

Image 2: I want only 1 keyboard, French Canada. not [French Canada],French Canada, Canadian Multilingual, [English Canada], US, French Canada

 

I've tried many options, format and rules, but none of them applies. I lately foud out that MDT does not pass the priority when asked (in this case by adding %TaskSequanceID% in the priority rules of the ini)

 

attached is the set of rules for this server. There's no nominal informations (like keys or PWD).

 

Please Help me :)

Rules_ini.txt

Edited by fmartel

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

hi

first of all if you change the priority from

[Settings]
Priority=Default, %TaskSequenceID%

to

[Settings]
Priority=%TaskSequenceID%, Default

do you notice any difference ?

Share this post


Link to post
Share on other sites

  • 0

So, I solved one of my problems, the english image Screen resolution and bit display. I had to go to (drive_letter)\FNA_MDT\Control\[imageName]\Unattend.xml

 

I changed these to the desire settings :

 

 

<settings pass="windowsPE">
........
<Display>
        <ColorDepth>32</ColorDepth>
        <HorizontalResolution>1920</HorizontalResolution>
        <RefreshRate>60</RefreshRate>
        <VerticalResolution>1080</VerticalResolution>
</Display>
........
<component name="Microsoft-Windows-International-Core-WinPE"

<SetupUILanguage>
        <UILanguage>en-CA</UILanguage>
      </SetupUILanguage>
      <InputLocale>1009:00000409</InputLocale>
      <SystemLocale>en-CA</SystemLocale>
      <UILanguage>en-CA</UILanguage>
      <UserLocale>en-CA</UserLocale>
</component>
..........

 <component name="Microsoft-Windows-International-Core" 
      <InputLocale>1009:00000409</InputLocale>
      <SystemLocale>en-CA</SystemLocale>
      <UILanguage>en-CA</UILanguage>
      <UserLocale>en-CA</UserLocale>
    </component>
...........


<component name="Microsoft-Windows-Shell-Setup"
...........
<Display>
        <ColorDepth>32</ColorDepth>
        <HorizontalResolution>1920</HorizontalResolution>
        <RefreshRate>60</RefreshRate>
        <VerticalResolution>1080</VerticalResolution>
</Display>
.............

<component name="Microsoft-Windows-International-Core"
      <InputLocale>1009:00000409</InputLocale>
      <SystemLocale>en-CA</SystemLocale>
      <UILanguage>en-CA</UILanguage>
      <UserLocale>en-CA</UserLocale>
    </component>

 

 

Now, all there is left to do, is find out how to keep only 1 Keyboard instead of 3 for the English image, and 1 instead of 4 for the French one. This is into Windows. When the image has been deployed to the machine.

 

And where would I put the KeboardLocalePE=X ? in a file ? in a script ? in a vriable declared in a script ?

 

Thank you for your help.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.