Win 8.x • Win 7 • Vista - 'Multi-OEM' ISO Project

Discussion in 'MDL Projects and Applications' started by searchengine, Jan 30, 2010.

Thread Status:
Not open for further replies.
  1. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    I see.....beats me.....maybe someone else with a lil more knowledge can help. Sorry.
     
  2. Klomar

    Klomar MDL Junior Member

    Jun 10, 2012
    62
    12
    0
    maybe i found a solution: i've just to do first check for N versions, then for the other. that's because, for example, if it searches for "ULTIMATE" on "ULTIMATEN" string it founds it inside and so in edition it saves "ULTIMATE" and goes on, but if i make first check for n versions then if first will search for "ULTIMATEN" and after of "ULTIMATE". so if i install normal ultimate it will first search "ULTIMATEN" on "ULTIMATE" without finding it and then will search "ULTIMATE" on "ULTIMATE" and it will find it. with N version it will first search "ULTIMATEN" on "ULTIMATEN" and it will find immediately and so it will save on EDITION "ULTIMATEN" and it will go on..
    now i'll make the final test :rolleyes:
     
  3. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    can u please post new version of your oobe.cmd file or list here in forum to compair to old style you did for I am having trouble following you. Thanks
     
  4. Klomar

    Klomar MDL Junior Member

    Jun 10, 2012
    62
    12
    0
    #1184 Klomar, Jun 22, 2012
    Last edited: Jun 22, 2012
    sorry for my bad english.. i wrote fast and didn't concentrate on grammar XD.
    now everything is working.
    i'll soon post a zip of $OEM$ folder with everything inside ready to be used on any version of windows (it supports all normal versions and all N versions).
    i just have to translate my program in english :)

    EDIT: tomorrow i'll post everything, for now here's the updated oobe.cmd View attachment OOBE con mia attivazione2.zip
     
  5. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    what exaclty is that .exe used for at begining of script.....just curious. lol Thanks now I understand about the N versions....wonder if it works with the E versions as well? I will be busy the next few days so wont be able to test until after that. Thanks again Klomar.
     
  6. Klomar

    Klomar MDL Junior Member

    Jun 10, 2012
    62
    12
    0
    #1186 Klomar, Jun 22, 2012
    Last edited: Jun 22, 2012
    that exe is the program i wrote in c language. is the application that interact with the user during first boot, before oobe.cmd makes changes on keys or logos, making him choose if install or not brand logos and if activate windows or leave it original :)

    for making it works with E version i have just to add all the cases for different versions like i did for N versions, but i haven't got the ISO for that versions so i cannot try it.. (by the way now with all normal versions and with all N versions excluding the enterpriseN x86 and x64 it fits perfectly on a normal 4.7gb dvd :D)
     
  7. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    So I should just add E versions under ur N version listing and before normal listing.......I dont care about fitting on dvd5 personally but for other's I understand.
     
  8. iqbalpnr

    iqbalpnr MDL Novice

    Jan 21, 2012
    26
    15
    0
  9. iqbalpnr

    iqbalpnr MDL Novice

    Jan 21, 2012
    26
    15
    0

    you don't need to write %RQR2% | findstr /I "ULTIMATEN" && %INL% SET EDITION=ULTIMATEN&goto :BIOS because ULTIMATE,ULTIMATEN, ULTIMATEK all edition are set as ULTIMATE with single command %RQR2% | findstr /I "ULTIMATE" && %INL% SET EDITION=ULTIMATE&goto :BIOS


    when you are using command %RQR2% | findstr /I "ULTIMATEN" && %INL% SET EDITION=ULTIMATEN&goto :BIOS it will cause selection of product key because corresponding key (ULTIMATEN key) not included in key.ini


    if you are use command %RQR2% | findstr /I "ULTIMATE" && %INL% SET EDITION=ULTIMATE&goto :BIOS it will inset ULTIMATE key in your ULTIMATEN edition,later it will activate as ULTIMATEN by dazloader


    so don't bother about ULTIMATEN,PROFESSIONALN etc. i think n editions has different key, and are not included in key.ini, so ignore it windows will activate using dazloader
     
  10. alimanzoor123

    alimanzoor123 MDL Novice

    Dec 28, 2011
    4
    0
    0
    Please help me,

    When i installed multi band on my lenavo b570e , i am unable to access my bios setup , when i start my laptop and press f2 , nothing happend and windows 7 start loading every time , any idea about this ????????
     
  11. Klomar

    Klomar MDL Junior Member

    Jun 10, 2012
    62
    12
    0
    #1192 Klomar, Jun 23, 2012
    Last edited: Jun 23, 2012
    @iqbalpnr
    i need both to set specific commands to identify N versions and to use removewat instead of dazloader because dazloader doesn't support N versions.
    if you use dazloader with N versions or with enterprise you will get "unsupported system" and so the preactivation wont work. that's why i need removewat and that's why i need %RQR2% | findstr /I "ULTIMATEN" && %INL% SET EDITION=ULTIMATEN&goto :BIOS.
    whithout whis command line OOBE.CMD cannot identify when a N version (or enterprise) is installed so it doesn't know when it must use dazloader or removewat.

    N versions and enterprise aren't supported by dazloader and there are no OEM keys for that versions too.. i need removewat to activate them.
     
  12. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    actually some N and E versions are supported for win7 and vista by windows loader 2.1.4 by DAZ.....those keys I added to the keys.ini file. iqbalpnr is correct about the versions also I have encountered this myself this evening. The only one I use removewat for is enterprise and if for some odd reason windows loader fails then removewat is last resort.
     
  13. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    I added DAZ's keys from his ini file to this one. That's all I did.
     
  14. Klomar

    Klomar MDL Junior Member

    Jun 10, 2012
    62
    12
    0
    #1196 Klomar, Jun 23, 2012
    Last edited: Jun 23, 2012
    where can i download your updated keys.ini? :)

    EDIT: sorry now i understand XD. you took N and E keys from DAZ's keys.ini and added them to keys.ini downloadable in this thread right?
     
  15. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    just download the windows loader.....keys.ini is included in his download. Only HP and ACER listed so far.
     
  16. Klomar

    Klomar MDL Junior Member

    Jun 10, 2012
    62
    12
    0
    then again there are no keys for N versions.. the only way to activate all N versions is with removewat (in the official daz loader post there is also this sentence: "Note: Windows 7 N editions will only be supported when OEM SLP serials leak."
    so by now no one has got serials for N editions and so the loader will not work with them (i tried and i can assure you the only way to activate N versions by now is with removewat. if you preactivate with windows loader it just stuck and it appears "unsupported system".)
     
  17. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    90
    Now look in his keys.ini file and you will see the keys listed in there......that is where i got mine from. Looking at his ini file now but I will not list his keys on forum u can download it and look for yourself. HP and ACER only so far. It is late here so I am going to bed.
     
  18. Klomar

    Klomar MDL Junior Member

    Jun 10, 2012
    62
    12
    0
    #1200 Klomar, Jun 23, 2012
    Last edited: Jun 23, 2012