Multi-OEM/Retail Project {MRP} - Mk3

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

  1. gp2man

    gp2man MDL Novice

    Jul 9, 2014
    38
    13
    0

    Attached Files:

  2. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,534
    21,765
    210
    Thanks , the Positivo Master, i may not be able to add in due to the conflicting name, although it seems to be same website - i can at least add in the wallpaper as wallpaper1.jpg

    Daten i can start to create the brand folder ready for the other files..

    When you can have a hold of the machine could you please run the query tool on it and post the results (not the private one) so i can see what DMI info i need to add in so it can be auto selected by MRP when that device is detected during the OS install.

    Many thanks
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. gp2man

    gp2man MDL Novice

    Jul 9, 2014
    38
    13
    0
    will be awesome a wallpaper1. I put the result when the another machine comes here :)
     
  4. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,534
    21,765
    210
    I have corrected the support link now within the brand's folder so on the next MRP it will be using the new website link :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,534
    21,765
    210
    All you need to do is open the OEM's.7z file, locate the Posivito folder, change the wallpaper.jpg filename to say wallpaper2.jpg then rename the wallpaper1.jpg to wallpaper.jpg so the correct one is used :)

    Or select it later in the OS via Settings> Personalize>Theme as it will be auto saved to the '\Windows\System32\oobe\Info' folder where you can find any oem logo's etc for the theme.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,534
    21,765
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. LuKaWin10

    LuKaWin10 MDL Member

    Oct 6, 2023
    117
    81
    10
    Installed Server 2008 R2 on newest version. It detected I have SLIC 2.2, applied OEM info and everything, but it did not activate. I thought Server 2008 R2 Datacenter had OEM:SLP keys and Certs? My SLIC V2.2 is DELL's one!
     
  8. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,534
    21,765
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,534
    21,765
    210
    Servers was always a bit fussy, i can see why the previous developer's ignored them, can be such awkward beasts.

    The loader should hopefully insert the right cert or what it missing as the loader part may not be inserted as you already have a 2.2 slic table in the bios.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. LuKaWin10

    LuKaWin10 MDL Member

    Oct 6, 2023
    117
    81
    10
    And I forgot to say, it didn't even find me a key for DELL but as you said keys ain't brand specific, and as it could not find a key it did not find a cert too. But it is fine I'll use Windows Loader to activate it as usually the most simple solution is the best one.
     
  11. LuKaWin10

    LuKaWin10 MDL Member

    Oct 6, 2023
    117
    81
    10
    Yeah, I tried in 2008 R2 booting up the Loader, it installed everything without an issue, so yeah I'll inject it and simple as that
     
  12. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,534
    21,765
    210
    I know there is a script somewhere that you can use in setupcomplete.cmd , just remember to remove the RD scripts line at the bottom of it, or MRP could get a bit upset when its files are deleted before they been used.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,534
    21,765
    210
    Something like this in your setupcomplete.cmd: :)

    Code:
    @ECHO OFF
    %~dp0"Windows Loader.exe" /silent /preactivate
    cd %~dp0
    attrib -R -A -S -H *.*
    exit
    Place the Loader exe file in the script folder next to the setupcomplete.cmd file... MRP will clean up the scripts folder when all completed.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. LuKaWin10

    LuKaWin10 MDL Member

    Oct 6, 2023
    117
    81
    10
    Got it, will be adding it later ;)
     
  15. LuKaWin10

    LuKaWin10 MDL Member

    Oct 6, 2023
    117
    81
    10
    Thanks :D
     
  16. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,534
    21,765
    210
    i think you can remove the CD %~dp0% line too as it will already be pointing to the scripts folder , it not harm anything though.

    It's only the RD or RMDIR line (in original script) that could cause issues with MRP.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,534
    21,765
    210
    Its been a while since i worked with servers and Daz's loader so my memory maybe a bit fuzzy (nothing new for me :D)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...