Multi-OEM/Retail Project {MRP} - Mk3

Discussion in 'MDL Projects and Applications' started by mxman2k, Oct 15, 2016.

  1. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
    I only use GEN2 ISO and MRP and have never had any problems. I constantly use Win 10 with an integrated office. MRP always works.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,053
    210
    I always had problems with Gen2 Iso's - there again that was before i took over this project when i used those, as i was lazy and my experience with DISM was miserable and @Enthousiast has seen one of my efforts once via teamviewer a long time ago too, so he can confirm i messed up so many times :D:D

    Gen2 may of changed how things are done on the later builds so it all works, i am usually worried that something that was removed or edited in some way that the project has failures which is harder to trace back if the reporter not mention which iso they used.

    I still have the disclaimer about using a modified image/iso just to cover things for the project. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
  4. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
  5. mataghandi

    mataghandi MDL Novice

    Jan 21, 2020
    15
    7
    0
    Deflaut walpaper do not work on Windows 10 Home .
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,497
    450
  7. mataghandi

    mataghandi MDL Novice

    Jan 21, 2020
    15
    7
    0
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,497
    450
    Please use [code]txt here[/code] tags:)

    Should show up as:
    You've probably used custom theme instead of windowsdefault.
     
  9. mataghandi

    mataghandi MDL Novice

    Jan 21, 2020
    15
    7
    0
    I have a costum theme, but just do not work in windows home, but work fine in professional, enterprisee, etc.
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,497
    450
    On Home it needs a reboot for the custom theme to be shown.

    Did you provide the custom theme folder with the files in the OEM's.7z file?
     
  11. mataghandi

    mataghandi MDL Novice

    Jan 21, 2020
    15
    7
    0
    In the script ?


    cd %~dp0
    attrib -r -a -s -h *.*
    SHUTDOWN /R /T 10


    Yes
     
  12. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,053
    210
    Hmm odd that your custom theme not work on Home/Core edition, only the odd Insider build would screw up, but that was due to some internal change that m$ made on those particular preview releases, i have added a fix ages ago for that so it should not happen.

    If the theme works ok on Pro etc then unless something is set wrong within the .theme, .reg or .xml files that is non standard that could cause failures -- but the theme layout has not really changed much, but one 'marker' within the .theme file, as shown below, is important:

    [MasterThemeSelector]
    MTSM=DABJDKT

    DABJDKT is for Vista/7/8.x/10.

    [MasterThemeSelector]
    MTSM=RJSPBS

    RJSPBS is for 8.x/10 ONLY and will NOT work for OS's below 8.x , this allows more theme tweaking within the .theme file, but you will need to research this as the project's OEM brands are designed to be all supported OS compatible.

    I have ran a win 10 (Home) install test with a custom theme i created and it all worked as expected on Home/Core (en-GB), however Language should not be a issue.

    Does your custom theme require any modified system files for the theme to work, ie uxtheme tweaks? if so then that is beyond the project as that is a 3rd party issue that i cannot help with.

    Also having a forced reboot using the ShutDown command can cause a few issues as once the system reboots the cleanup routine instantly kicks in and WILL remove all traces of the project files and anything within and including the 'Scripts' folder itself.

    It is better to wait until the desktop appears and then reboot manually, as using the shutdown.exe command will trigger the cleanup routine , remember not all computers are fast and that some bits are still being processed in the background.

    Home/Core seems to have more internal services etc than Pro and above which makes Home/Core Editions take a bit longer to finalize , so you need to factor in extra time for those 'extras' to complete.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. mataghandi

    mataghandi MDL Novice

    Jan 21, 2020
    15
    7
    0
    After reboot work fine...

    Custom = custom theme


    Thank you very much ...

    Big Hug from Portugal
     
  14. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,053
    210
    #6118 mxman2k, Jul 28, 2020
    Last edited: Jul 28, 2020
    (OP)
    MRP v128 is in Test Candidate stage 1 :)

    Added 3 new 'Control Panel' view options:

    All OS:
    1) Add 'Disk Management' item - allows easy access to the 'Virtual Disk Manager'.

    Win 10 Only:
    2) Add 'All Tasks' - i know it is on other options within MRP but this is 'slightly' different.
    3) Add 'User Manager' this is the same as 'Classic User Accounts' but could not find exact wording in the lookup tables.

    All the above *should* auto translate to the native OS Language along with any tool tips.

    The two win 10 ones i could not add under 7/8.x as the wording all went wrong, also they did not function as intended, so set them to 10 only.

    The options above will only be available until M$ remove the Control Panel as we know it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,316
    21,053
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,668
    103,497
    450