1. baziroll

    baziroll MDL Member

    Dec 16, 2012
    129
    120
    10
    i want it pre installed
     
  2. btf-tribal

    btf-tribal MDL Junior Member

    Jul 9, 2009
    70
    12
    0
    Thank you very much.
    I appreciate your hard work.
     
  3. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    you can put in the feature toolkit example
    :after we make intergrate one language and finish
    we have the option remove second lang and make defaults langs thanks!
     
  4. Wishbringer

    Wishbringer MDL Junior Member

    Aug 21, 2009
    85
    26
    0
    I tried to update my old Windows7Ultimate with SP1 ISO.
    It is a german single language version.
    When integrating IE11 I get a english browser.
    After installation in a VM WU shows a language pack, but after installing it and reboot some parts in IE are still english.
    Is there a german IE11 package floating around?!
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes I will do it after implementing addobi48's method of Language Packs Integration. :)

     
  6. Lord Schuldiner

    Lord Schuldiner MDL Novice

    Dec 16, 2014
    29
    1
    0
    Is possible to integrate this features manually before or after working with Toolkit to the integration of Windows 7?
    • Integrate Microsoft .NET Framework 4.x Components.
    • Integrate Product Key.
    • Integrate Pre-Activated Data.
    Or maybe this can be included as own functionality of Toolkit?
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Microsoft .NET Framework 4.x Components cannot be integrated for Windows 7 and the only available method is to install it after the installation but am thinking of extracting the files and registry entries from a live system and then integrate them manually like I did for DirectX 9.0c but I need some time to work on it.

    And regarding Product Key, Pre-Activated Data, yes I will be working on it for future version of ToolKit

    But In the mean time you can use the setupcompleted.cmd method to manually install the Microsoft .NET Framework 4.x Components, Install Product Key and Pre-Activated Data.

     
  8. Lord Schuldiner

    Lord Schuldiner MDL Novice

    Dec 16, 2014
    29
    1
    0
    Creating Windows 8.1 Professional WMC with POST-Update3 x64 ISO image

    I have the Windows 8.1 with Update3 x64 ES ISO file recently published (es_windows_8.1_with_update_x64_dvd_6051503.iso), and I need to create an Windows 8.1 Professional WMC with POST-Update3 x64 ES ISO file, and i want know the correct order of integration.

    I also downloaded the updates with the help of WHD, contained in the folder Windows8.1-Update3-x64:
    • Additional
    • Baseline
    • Extra
    • General
    • Hotfix
    • Security
    I have a serial product key and the backup files from a previous activation (data.dat, tokens.dat and cache.dat files).


    1. Copy Windows 8.1 with Update3 ISO contents to DVD folder.
    2. Copy WHD Windows8.1-x64 folder contents to Updates\w8x\x64 folder.
    3. Copy the data.dat, tokens.dat and cache.dat files to Packs\PreAct folder.
    4. Select Source from source folder.
    5. Integrate .NET Framework 3.5 Components.
    6. Integrate Windows Media Center Add-on Feature.
    7. Integrate Windows Media Center Generic Activation Tokens. (This is necesary?)
    8. Integrate Pre-activation Detalis for Auto-Activation. (My data.dat, tokens.dat and cache.dat files)
    9. Integrate Windows Security Updates & Hotfixes in this order:
      1. Integrate Baseline Updates. (I want know the proper steps for the integration of Baseline updates. Is necesary integrate to Boot [option 1] and Install & WinRE [option 4]?)
      2. Integrate General Updates.
      3. Integrate Hotfix Updates.
      4. Integrate Security Updates.
      5. Integrate Additional Updates.
        1. Integrate NET Framework 3.5 Updates.
        2. Integrate Windows Update Satisfy Updates.
      6. Integrate Windows Setup Media Updates.
    10. Integrate Windows Sidebar feature.
    11. Integrate Custom UxTheme Patch.
    12. Apply Source.
    13. Save Changes to Source.
    14. Re-Build Source.

    I would like to dispel those doubts and to know whether the order of integration is correct, any help?
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes the order is correct and about the Integration of Baseline Updates :

    1) Integrate to Boot Image is Optional
    2) Integrate to Install Image (its Mandatory)
    3) Integrate to WinRE Image (its Mandatory)
    4) Integrate to Install & WinRE Image (is same as Applying 2 & 3)


    Integrate to Boot Image - This Is just used to have a Update Windows 8.1 Setup DVD Media Files and if you choose this option then you need to also use the Integrate Windows Setup Media Updates which is the last step in Integrate Windows Security & Hotfix Updates.



     
  10. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    YEEESSSSS !!!:clap3::clap:
     
  11. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    #716 Kenafri, Jan 7, 2015
    Last edited by a moderator: Apr 20, 2017
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,792
    340
    IE11 Hyphenation & Spelling packages' internal cab files are named Windows6.3
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
  14. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    can you put in feature if is possible can choose and make defeault Theme We want put if is possible now any link how make it manually Ty!
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #720 MSMG, Jan 9, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Yes its possible you can do it using Autounattend.xml file or using Registry Entries. In future this feature will be implemented

    Here is an example Registry Entries to Apply a Custom Default Theme

    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes]
    "Drop Shadow"="FALSE"
    "Flat Menus"="FALSE"
    "SetupVersion"="10"
    "InstallTheme"="%WINDIR%\\resources\\Themes\\MyTheme.theme"
    "InstallVisualStyle"="%ResourceDir%\\Themes\\Aero\\Aero.msstyles"