Multi-OEM/Retail Project {MRP} - Mk3

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

  1. l30

    l30 GFX Wizard

    Apr 14, 2014
    465
    572
    10
    #3781 l30, Sep 22, 2018
    Last edited: Sep 22, 2018
    Got it, If i update wrong project files please let me know and i will try to fix as it is one of my favorite projects and i want to see it the best and fully updated :cheers:
     
  2. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    [SLICv CZC011 Shenzhen] is what is in the SLIC's Binary header so it certainly for the Chinese company.

    The problem is some companies seem to have stopped producing/selling computers and those brand names may of been bought by another company who changes the logo's etc. Can get very confusing.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    No worries, as mentioned it can get a bit confusing at times.

    We all makes mistakes, if you saw some of the right screw ups i have done with coding the project you would be laughing. :D:D @Enthousiast has seen a few of the blunders i have done. My latest was spelling Lenovo as Lynovo then wondering why it not find the brand folder during testing :D:D.

    But with that i re-wrote the brand checking routine to be more efficient now, with wiggle room for other brands with two types. So not all was lost, that is when i saw my spelling mistake :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    When you update the Main OEM project. will it be updated with all the new OEMs posted by l30?
    Thank you..
     
  5. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    #3785 mxman2k, Sep 22, 2018
    Last edited: Sep 22, 2018
    (OP)
    Yes i have been adding them as they appear. So when MRP100 is released it will have all the updated brands at that time. I will release a OEM's.7z at a later date when they are all done - or the R101 release is done. :)

    V100 is at RC4 now and passed testing for W10. Just have to do 8.x and 7 etc to make sure everything is working. This is what takes the longest time, all the testing.

    With it being the Centenary release i want it to be as close to 100% as possible.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    QT v73.0 is being tested. :) That will be released soon.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    CPU Socket Designation - [CPU #000] :g: another VM confusion :p

    Usually it will return something like LGA1151 etc or for my Skylake board CPU Socket Designation - [U3E1] which is even more confusing!

    It all depends on what WMIC returns for the CPU checks. If the line don't show it maybe because the data is unreadable.

    One of the new Reason Code updates. :)
    License Status Reason - 0x4004F040: OS is licensed, verify the products use rights, cosmetic error as no SLIC/MSDM is present.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. JanCerny

    JanCerny MDL Senior Member

    Sep 13, 2012
    295
    194
    10
  9. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
  10. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    Query Tool v73.0 has been uploaded, 2nd post download link, password and hashes updated.

    + Added CPU Socket Designation Type. Should show LGA1155 etc although some results may look a bit strange, but it is what WMIC returns.

    If nothing shown it may mean the result is unavailable via WMIC.

    VM software may return CPU#000 this is normal as unless you edit the configuration data of the VM then it will use default values.

    + Added new information to some of the Reason Codes.

    + Now shows 'License' type correctly such as Retail[/HWID], OEM_DM[/HWID], KMS etc.
    The Retail/HWID and OEM_DM/HWID means when the key has been converted to a Digital/Store License.

    + Minor code restructure.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

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

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
  13. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    By the looks of things on a Win 10 EVAL OS's it not quite pick up on the remaining time or that it is a Eval as it probably would with a Win7 Eval version.

    Probably because m$ changed how Eval is on W10 ? :g:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    #3797 mxman2k, Sep 23, 2018
    Last edited: Sep 23, 2018
    (OP)
    Hmm CPU Socket Designation seems a bit of a odd ball, it must depend on what the board manufacturer adds into that area.

    Ah well it is what it is, i'm not going to worry over it. It's only eye candy after all. :p

    wmic cpu get SocketDesignation /format:list

    is the command used to detected the CPU Socket.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,078
    210
    #3799 mxman2k, Sep 23, 2018
    Last edited: Sep 23, 2018
    (OP)
    At least it got it right - but the remaining time does not show, probably because it not set that particular flag so it returns nul result = nothing shown.

    Or the counter has not started until a few minutes/hours has passed. Either way it shows that it is Timebased_Eval. :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,555
    450
    The official activation page also just shows "activated", no counter.