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?
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
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.
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>
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.
Thanks for info racky29 Update Changelog 0.9: Added extra Bios/System info Added License check Fixed save dumps