Multi-OEM/Retail Project {MRP} - Mk3

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

  1. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    :eek:

    Corrupt download?

    Script host disabled?, as qt gui uses a ps script internally.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    Could be if on win 7, as not had time to test on that os, could be the ps script aborting the gui.

    May not be able to use ps on w7, so may have to check for that os and use old way which wont show over 4gb for vram.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    On phone now so trying to edit posts is awkward grr.

    I think the ps version in 7 dont understand the complex script.

    As it called via a sw-hide parameter the error not shown as it suppressed the ps window. Plus the error isnt captured in autoit so crashes the exe.

    I jinxed it when i posted it not crashed yet :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    That laptablet is a thorn in mrps side :D :D

    Think it a rounding error in the vram routine, but it shows the mb to a degree.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    Wiil look tomorrow as chilling out.

    Cant focus for too long now, thought after 3yrs i be able to be how i was before the brain injury, obviously not. :(

    But i not give up :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
  7. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    I probably fall asleep :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,349
    7,068
    210
    Server 2008 SP2 32bit, VBox:

    qt_GUI_err_svr2008.png

    qt_GUI_svr2008_1.png

    qt_GUI_svr2008_2.png

    qt_GUI_svr2008_3.png

    qt_GUI_svr2008_4.png

    qt_GUI_svr2008_5.png

    qt_GUI_svr2008_6.png


    Small note: Gib is Gigibit, please use GiB or GB.
     
  9. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    Noted :)

    Seems like the ps routine not work on below w8.x.

    Odd other bits use same wmi calls as vbs or wmic yet results not there :g:

    May have to think about not supporting below w8.0 as it going to be a lot of hassle to find work arounds.

    Sad to do so but the old qt still ok on the older os's.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    Anyway tomorrow another day as the saying goes.

    Will see how things go and how i feel to support vista/7 with the gui qt.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    #8693 mxman2k, Oct 10, 2022
    Last edited: Oct 10, 2022
    (OP)
    Long time since i saw a Packard Bell QT report :)

    Found out that on the CPU info that 'Revision is just the numeric data of the 'Version' string, so will change the line to 'Version' which shows the Model, Stepping etc. Think the reason it was shown as blank in some cases is because the value was either larger than could be shown or the processor manufacturer not put any data there, or a space character, and so it was shown as empty.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    #8694 mxman2k, Oct 10, 2022
    Last edited: Oct 10, 2022
    (OP)
    Latest QT GUI v0.7.7:

    Have prevented any Builds below windows 8.0 to not run this program and will exit, as i think PShell 5.0 and above is required plus some parts do not work properly on Win 7 or below.

    For now it is w8 and above only.

    Network card detection added another device line to make 7 attempts to find any... No space for any more.

    Updated OS detection slightly, added SKU number and Build Type.

    System Drive partition, If 'Firmware Boot' type not found then either 'MBR/Unknown' will be shown or 'Unknown' from the actual OS is returned.

    Memory unit references are all now shown as Byte (or just 'B'), KB, MB or GB.

    Processor added if Virtualization Mode detected and Description which is Model, Family etc...

    Disclaimer:
    This is a pre-release program and may contain bugs not limited to showing incorrect or no information in some areas, or just not working. It will NOT run on windows 7 or below, only win 8.0 and above for now.

    Experimental Release.


    See a later post for a newer test release...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    I will add some DMI and BIOS information at some point, as for showing which 'brand theme' will be used for MRP may take a bit longer as have to work out how to convert the batch script to code for something suitable for use in this GUI...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    Has it detected all the right lan/wlan etc @Enthousiast as i remember you saying one was not shown in other tests....
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    Cant seem to fix the rounding error on some graphic card memory results, maybe in some languages the delimiter (, or . etc) is not to 2 places like most.

    Not a major issue as results do show the ram amount just looks untidy.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,780
    19,353
    180
    Awesome :) thanks for testing, i was worried i may have to extend the GUI size and cause some issues on lower resolution monitors...

    I think 7 detections should be enough :D - i wanted to add in the link speed such as 100Mbps or 1GBps etc but space is at a premium (as usual).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...