Biosversion * Universal * Brands * Serials * Certificates * Windows Setup Brander

Discussion in 'MDL Projects and Applications' started by Alphawaves, Feb 4, 2012.

  1. Xerxes321

    Xerxes321 MDL Novice

    Aug 9, 2008
    17
    2
    0
    Nice!

    How about an option to output which SLIC version the BIOS has? :)
     
  2. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,357
    210
    Yeh ok will add function for it.. ;)
     
  3. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,585
    1,584
    150
    Sounds like a good idea!
     
  4. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,357
    210
    UPDATE

    Changelog 0.6:
    Added Slic check
    Added Slic dump
    Tidied up code
     
  5. Xerxes321

    Xerxes321 MDL Novice

    Aug 9, 2008
    17
    2
    0
    #25 Xerxes321, Mar 31, 2012
    Last edited by a moderator: Apr 20, 2017
    Ok, I tried the SLIC option.

    Code:
    Slic file saved to:
    D:\BIOS_OEMID\DELL   E2      _2.1.bin
    But the file isn't there. I'm running in an Admin command prompt. Where should I look for the file? :)
     
  6. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,357
    210
    #26 Alphawaves, Mar 31, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Its most likely in your system32 directory

    Did you run Biosversion on your C: drive ? The dump and slic should dump to the same location as Biosversion.exe

    ie with Biosversion.exe in C:\BIOSID folder:
    Code:
    CD C:\BIOSID
    Biosversion /slic
    Ill release another update today..;)

    UPDATE:
    Code:
    Changelog 0.7:
    Added Certificate check
    Added Certificate dump
    Added Product Key Check, Edition Check
    Added Product Key, Edition Dump
     
  7. Xerxes321

    Xerxes321 MDL Novice

    Aug 9, 2008
    17
    2
    0
    #27 Xerxes321, Mar 31, 2012
    Last edited by a moderator: Apr 20, 2017
    I tried with 0.7. It's not in system32. I think maybe because the SLIC name has spaces in it, it's not saving properly. I have the EXE in D:\BIOS_OEMID. I changed to that directory and ran it and it says:
    Code:
    Slic file saved to:
    D:\BIOS_OEMID\DELL   E2      _2.1.bin
    But nothing is there. Biosversion returns "DELL" for OEMID and SLIC is detected as "DELL E2 " (see above)

    All of the other dump options work great in 0.7, except for /slic.
     
  8. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,357
    210
    Ok i will update the slic dump, does it display slic ok using /version and /dump..?
     
  9. Xerxes321

    Xerxes321 MDL Novice

    Aug 9, 2008
    17
    2
    0
    #29 Xerxes321, Apr 1, 2012
    Last edited by a moderator: Apr 20, 2017
    The spaces are there, but it displays correctly. Are you just using the underscore to put the two strings together for the SLIC?
    Code:
    Biosversion: DELL
    Slic: DELL  E2      _2.1
    OEM Certificate: YES
    Product Key: ******* | Windows 7 Ultimate
    
    D:\BIOS_OEMID>
     
  10. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,357
    210
    #30 Alphawaves, Apr 1, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Ill remove white spaces, to see if thats the problem, ill pm you with a test release.. ;)

    EDIT:

    Ok if redone the dumping of slic/cert/biosversion/product key..
    Looks like the method for save to location was not 100% successful, ive changed to:
    Code:
    AppDomain.CurrentDomain.BaseDirectory
    for the correct application location, now works for me on multiple drives. Also removed white spaces from slic version.

    There is a problem with some machines not dumping slic bin file, i will release an update tomorrow.
     
  11. racky29

    racky29 MDL Senior Member

    Aug 2, 2007
    285
    93
    10
  12. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,357
    210
    Thanks for info racky29

    Update
    Changelog 0.9:
    Added extra Bios/System info
    Added License check
    Fixed save dumps
     
  13. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,585
    1,584
    150
    When you thought u coudnt like this app more :p
     
  14. user_hidden

    user_hidden MDL Expert

    Dec 18, 2007
    1,034
    1,062
    60
    can't check bios data on a system with WinXP since version 0.9 ?
    "UNSUPPORTED OS!!!!"
     
  15. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,357
    210
    I know user hidden, i removed support for XP and 8..:eek:
     
  16. DaRk MaDnEsS

    DaRk MaDnEsS MDL Novice

    Mar 20, 2011
    48
    17
    0
    yep 8 is gone too :waycon1:
     
  17. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,357
    210
    #37 Alphawaves, Apr 2, 2012
    Last edited: Apr 2, 2012
    (OP)
    update

    Changelog 1.1:
    Bug Fixes
    Cleaned up code

    Big thanks to Xerxes321 for testing slic dump

    ;)
     
  18. yv4ev3r

    yv4ev3r MDL Novice

    Aug 27, 2010
    2
    1
    0
    I dont know where to ask. But i wonder if youll be continuing the A7Toolkit development?:confused:
     
  19. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,251
    22,357
    210
    Sure, im just really busy restoring my old splitscreen camper..
    Will have it up asap!!!;)
     
  20. FreeStyler

    FreeStyler MDL Guru

    Jun 23, 2007
    3,563
    3,848
    120
    #40 FreeStyler, Apr 4, 2012
    Last edited by a moderator: Apr 20, 2017