Windows RTM ISO Verifier

Discussion in 'MDL Projects and Applications' started by jlgager, Dec 29, 2010.

  1. janek2012

    janek2012 MDL Member

    Joined:
    Dec 29, 2008
    Messages:
    214
    Likes Received:
    991
    Trophy Points:
    10
    Try looking for something like "Project Preferences" and there you can choose the framework.

    Also, It would be great if you will use ini file to store hashes e.g.:
    Program could do this function (pseudocode):
    This will be better method to store informations and it will be easier to create new ini files.
     
  2. chintuchacha

    chintuchacha MDL Novice

    Joined:
    Jul 1, 2010
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
  3. mikdik

    mikdik MDL Novice

    Joined:
    Jan 14, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Thanks! i got this to check my win 7 iso's, but i can only get it to work if i put the language file in the same folder as the iso!
    !

    any idears! mikdik
     
  4. Josh Cell

    Josh Cell MDL Developer

    Joined:
    Jan 8, 2011
    Messages:
    3,515
    Likes Received:
    7,159
    Trophy Points:
    120
    Very good software, very useful

    Thx
     
  5. TeddyBeers

    TeddyBeers MDL Novice

    Joined:
    Jan 18, 2011
    Messages:
    1
    Likes Received:
    1
    Trophy Points:
    0
    #25 TeddyBeers, Jan 21, 2011
    Last edited by a moderator: Apr 20, 2017
    hi. Very good app
    I was looking for something like this but not only to check win7 ISO, but every iso that is published on msdn, or has known cheksum.

    If this app can use .ini file, then it will be easier to help you creating it.

    .Ini file can look like this:

    Code:
    [sha1]
    value
    
    SystemName=MSDN Windows 7
    
    Version=Ultimate
    
    Language=ENG
    
    LicenceType=Retail
    
    SPlevel=SP1
    
    Comment=Geniune ISO from microsoft MSDN
    
    Using .ini will be easier to update database without compiling main app every time.



    Sorry for my bad english.
     
  6. R29k

    R29k MDL GLaDOS

    Joined:
    Feb 13, 2011
    Messages:
    4,936
    Likes Received:
    4,549
    Trophy Points:
    150
    Very nice tool :eek:
     
  7. jedinight2002

    jedinight2002 MDL Novice

    Joined:
    Jun 8, 2008
    Messages:
    45
    Likes Received:
    4
    Trophy Points:
    0
    Sorry I am obviously stupid. I have read and re-read the initial post, I have clicked help in the app...........

    There is no language file in the archive and there is no description of the syntax required to create your own language file. So how the hell am I supposed to get this program to work and verify files???

    I need only english ISOs verified.

    Thanks.
     
  8. iHacker

    iHacker MDL Novice

    Joined:
    Apr 23, 2010
    Messages:
    35
    Likes Received:
    1
    Trophy Points:
    0
    are you friends with sven groot and Long Zheng?
     
  9. sadsack

    sadsack MDL Member

    Joined:
    Dec 8, 2007
    Messages:
    200
    Likes Received:
    15
    Trophy Points:
    10
    Unpack all contents into the same place you have the iso image located and then try running it........

    ttfn
    sadsack
     
  10. SupremoPhantom

    SupremoPhantom MDL Novice

    Joined:
    Sep 4, 2010
    Messages:
    34
    Likes Received:
    61
    Trophy Points:
    0
    this is a good tool. you might wanna update this to include info on latest iso with sp1 now.
    the hashes are visible on technet.
     
  11. ft@t@lk

    ft@t@lk MDL Junior Member

    Joined:
    Apr 15, 2011
    Messages:
    58
    Likes Received:
    9
    Trophy Points:
    0
  12. jlgager

    jlgager MDL Developer

    Joined:
    Oct 30, 2009
    Messages:
    365
    Likes Received:
    3,220
    Trophy Points:
    10
    #32 jlgager, Apr 21, 2011
    Last edited: Jul 1, 2011
    (OP)
    Sorry Guys I have a lot going on right now and am unable to update it right now maybe this summer I don't know. :(

    EDIT: I finally got it finished UPDATED to 2.0!
     
  13. Windowsfaq

    Windowsfaq MDL Junior Member

    Joined:
    Apr 27, 2011
    Messages:
    69
    Likes Received:
    3
    Trophy Points:
    0
    I have problems!
    When open iso file it says ''Please Replace Language File!''
    What do i wrong??
     
  14. jlgager

    jlgager MDL Developer

    Joined:
    Oct 30, 2009
    Messages:
    365
    Likes Received:
    3,220
    Trophy Points:
    10
    Version 2.0 changes (7/1/2011):
    * Recoded in C#.
    * Changed language files from .dll to .xml.
    * Changed to one click scanning.
    * Added more Windows versions.
     
  15. jlgager

    jlgager MDL Developer

    Joined:
    Oct 30, 2009
    Messages:
    365
    Likes Received:
    3,220
    Trophy Points:
    10
    Version 2.0.1 changes (7/1/2011):
    * Changed window to fixed size.
    * Moved language status to bottom.
    * Made item lists read only.
     
  16. hellcry

    hellcry MDL Novice

    Joined:
    Aug 17, 2009
    Messages:
    37
    Likes Received:
    2
    Trophy Points:
    0
    Nice program unfortunate u have to add windows 7 OEM editions also ...
     
  17. Tito

    Tito Super Mod / Adviser Staff Member

    Joined:
    Nov 30, 2009
    Messages:
    17,888
    Likes Received:
    16,542
    Trophy Points:
    340
    In MSDN, there is no oem isos :cool:
     
  18. racky29

    racky29 MDL Senior Member

    Joined:
    Aug 2, 2007
    Messages:
    285
    Likes Received:
    92
    Trophy Points:
    10
    just one tiny little error, easily rectified, Home Server 2011 install disk Verifies ok but says x32 bit, but its x64 bit

    easy fix, just changed the English.xml

    <Windows edition="Home Server 2011">
    <X64>
     
  19. jlgager

    jlgager MDL Developer

    Joined:
    Oct 30, 2009
    Messages:
    365
    Likes Received:
    3,220
    Trophy Points:
    10
    Version 2.0.2 changes (7/18/2011):
    * Redesigned UI.
    * Bug Fixes.
    * Created All In One File.

    @racky29 Thanks and fixed!
     
  20. genuineintel

    genuineintel MDL Member

    Joined:
    Apr 28, 2009
    Messages:
    234
    Likes Received:
    32
    Trophy Points:
    10
    Nice tool. :eek: Thanks for sharing.:worthy: