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
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
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.
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!
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.
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.
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
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.
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.
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.
Its been a while since i worked with servers and Daz's loader so my memory maybe a bit fuzzy (nothing new for me )