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
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
  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. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,072
    210
    Query Tool v75.0 will be released soon as just finalizing the last bits of code and removing debug data.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. mxman2k

    mxman2k MDL Developer

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

    + Fixed reported glitches (hopefully!)

    + Minor cosmetic changes here and there within the code.

    + If MS Office detected the reports will show the version such as 2010, 2013 etc also the activation state of the product. If no Office detected the line will not show. This is experimental and may have not always detect the correct details or even if MS Office is installed.

    + Code tidy up.

    + The QTLog.log file will now only delete once the GUI is closed, while the GUI is on the screen you can access the QTLog file. If the QT crashes the Log will still be present, it will be auto deleted on the next run of the QT.

    - Removed RS5's October Release information due to the current build having problems, so it will say just 1 for the time being on the UBR part.

    MRP is still at RC4 stage as not much time today due to work commitments.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

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

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
    # :NoShortCutSuffix - Setting to Yes removes the '-shortcut' end part added to icons, No {Default} leave '-shortcut' reference present.

    :NoShortCutSuffix=Yes


    # Windows 10 RS3 onward Only
    # Remove People icon from the Taskbar. Yes to remove the icon, or No {default} to leave it present.
    # If you set to Yes, {to remove the icon}, then a Log-Out maybe required after setup has completed to make this tweak work.
    # This does not uninstall the People App.

    :RemovePeopleBand=Yes


    Today, this does not work on RS5, yesterday on another notebook
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,072
    210
    hmm interesting - looks like something within the setupcomplete.cmd has deleted the rest of the MRP files :g:

    Check the setupcomplete.cmd for any del scripts\*.* or RD scripts /s type lines as they will auto delete the whole scripts folder!

    It is not a fault of MRP but the what is at the end of the setupcomplete.cmd - hence why it says in the log it is beyond the control of MRP. :)

    [SCDET] Note: SetupComplete was detected.
    [NOTES] This file is system ran beyond MRP's control. <------------------
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

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

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,072
    210
    at least the QT not self destruct :p ;) :D:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Dubioza Kolektiv

    Dubioza Kolektiv MDL Addicted

    Dec 27, 2012
    870
    1,470
    30
    Where to check it?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,072
    210
    as i not know the setupcomplete.cmd used (no need to post it here!), usually the deletion lines are at the very bottom.

    something like

    DEL "%WinDir%\Setup\Scripts\*.*" /F /Q

    and/or

    RD /S /Q "%WinDir%\Setup\Scripts"

    it could use C:\Windows\Setup\Scripts it all depends on the code writer.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Not to forget:
    Code:
    del %0
    deletes a runing file itself.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,072
    210
    that would only delete the script it is at the end of :) Something was deleting/clearing the scripts folder itself during the reboot stage.

    It not in MRP as that will only clean up the scripts folder once everything has completed.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Prefer to do the cleanup from a file that isn't in the folder i want to purge, this avoids issues. In that case i need to terminate the delete script :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,072
    210
    the cleanup file is ran from runonce reg entry so it not interfere with any other 3rd party scripts as the clean up only done once a reboot/sign out cycle has been done.

    just thought the setupcomplete.cmd that caused the mrp deletion may have a 'shutdown /r' type command in which would initialize the cleanup script too early. :g:

    so many factors...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    6,326
    21,072
    210
    as it a 3rd party script/program etc i can only give limited support as it beyond the project's control.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. l30

    l30 GFX Wizard

    Apr 14, 2014
    465
    572
    10

    Attached Files: