Windows 7 DVD AIO kit

Discussion in 'Windows 7' started by Hazar, Jan 30, 2010.

  1. aedthuio

    aedthuio MDL Novice

    Joined:
    Aug 14, 2009
    Messages:
    19
    Likes Received:
    6
    Trophy Points:
    0
    Hi Hazar, how could i edit your kit, if i want only create Home Premium instead Ultimate versions?

    Congrats for your very very good work! :)
     
  2. tcntad

    tcntad MDL Guru

    Joined:
    Oct 26, 2009
    Messages:
    4,227
    Likes Received:
    1,367
    Trophy Points:
    150
    Yea think its better if all versions are done, feels better somehow:)

    Altho its not very hard to edit the file to include other versions.
    Just add the same command and edition number 1-3 (beacuse you integrate 64bit to 32bit, and 64bit dvd only has basic, premium, pro and ultimate).
     
  3. Angelx64

    Angelx64 MDL Novice

    Joined:
    Nov 4, 2008
    Messages:
    26
    Likes Received:
    1
    Trophy Points:
    0
    @ Hazar.
    What lines should i add if i want to get all the version in the AIO. I use only certificate method and i will need it for All windows version. Thanks.
     
  4. ozzyboy

    ozzyboy MDL Member

    Joined:
    May 18, 2009
    Messages:
    163
    Likes Received:
    5
    Trophy Points:
    10
    #184 ozzyboy, Mar 7, 2010
    Last edited by a moderator: Apr 20, 2017
  5. denslin

    denslin MDL Novice

    Joined:
    Oct 29, 2009
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    0
    Thanks a lot!!
     
  6. colinzim

    colinzim MDL Senior Member

    Joined:
    May 14, 2007
    Messages:
    456
    Likes Received:
    110
    Trophy Points:
    10
    #186 colinzim, Mar 10, 2010
    Last edited: Mar 10, 2010
    Integrated "Cr*cks"

    The only thing these kits are doing is making counterfeiters rich. There is no need to "bury" this in the dvd, except to rip off someone other than Microsoft ! Hope you don't mind being the only one in the whole scheme who isn't getting paid.
     
  7. Angelx64

    Angelx64 MDL Novice

    Joined:
    Nov 4, 2008
    Messages:
    26
    Likes Received:
    1
    Trophy Points:
    0
    #187 Angelx64, Mar 13, 2010
    Last edited by a moderator: Apr 20, 2017
  8. zorrozh

    zorrozh MDL Novice

    Joined:
    May 6, 2007
    Messages:
    2
    Likes Received:
    2
    Trophy Points:
    0
    I used the AIO kit with a x86 and a x64 italian untouched ISO images but the resulting ISO was only 301 mb big.
    I didn't see any error message. What went wrong?
     
  9. tcntad

    tcntad MDL Guru

    Joined:
    Oct 26, 2009
    Messages:
    4,227
    Likes Received:
    1,367
    Trophy Points:
    150
    Probably everything :p

    But im not sure since i never used it and made my AIO's myself (its not very hard).

    Try do it again and make sure its all there and let it finish the job.
     
  10. tcntad

    tcntad MDL Guru

    Joined:
    Oct 26, 2009
    Messages:
    4,227
    Likes Received:
    1,367
    Trophy Points:
    150
  11. tcntad

    tcntad MDL Guru

    Joined:
    Oct 26, 2009
    Messages:
    4,227
    Likes Received:
    1,367
    Trophy Points:
    150
    #191 tcntad, Mar 21, 2010
    Last edited by a moderator: Apr 20, 2017
  12. tcntad

    tcntad MDL Guru

    Joined:
    Oct 26, 2009
    Messages:
    4,227
    Likes Received:
    1,367
    Trophy Points:
    150
    Why not to open the .cmd file and take a look?
     
  13. sam3971

    sam3971 MDL Guru

    Joined:
    Nov 14, 2008
    Messages:
    2,220
    Likes Received:
    306
    Trophy Points:
    90
    that is because it is a Romanian server lol. :D
     
  14. iamanoob

    iamanoob MDL Senior Member

    Joined:
    Feb 28, 2010
    Messages:
    402
    Likes Received:
    47
    Trophy Points:
    10
    #194 iamanoob, Mar 21, 2010
    Last edited by a moderator: Apr 20, 2017
    Hazar,
    If i don't want RemoveWAT feature in this Kit..

    Can i just remove this:
    Code:
    IF EXIST "%WINDIR%\MOUNT\Windows\Setup" RD /S /Q "%WINDIR%\MOUNT\Windows\Setup" >nul
    MKDIR "%WINDIR%\MOUNT\Windows\Setup\Scripts" >nul
    XCOPY "%~dp0Scripts\*" "%WINDIR%\MOUNT\Windows\Setup\Scripts" /s /i >nul
    i love this toolkit.. as it simplifies the process of integrating both architecture.. but i just want it for that without RemoveWAT ..thanks for any suggestion

    P.S.
    I don't mind integrating the Certs. and Key ..
     
  15. tcntad

    tcntad MDL Guru

    Joined:
    Oct 26, 2009
    Messages:
    4,227
    Likes Received:
    1,367
    Trophy Points:
    150
    #195 tcntad, Mar 21, 2010
    Last edited by a moderator: Apr 20, 2017
    Haha :D

    I suppose you can do that yea since removewat is in that folder.
     
  16. sam3971

    sam3971 MDL Guru

    Joined:
    Nov 14, 2008
    Messages:
    2,220
    Likes Received:
    306
    Trophy Points:
    90
    #196 sam3971, Mar 21, 2010
    Last edited by a moderator: Apr 20, 2017
    IDK about that part of it but you can always replace removeWAT with 7loader if you like by copying 7loader to the folder where removeWAT is located and delete removeWAT and change the script to my script:

    Code:
    My Script:
    @echo off
    net start sppsvc
    WMIC /NAMESPACE:\\root\CIMV2 PATH SoftwareLicensingProduct WHERE LicenseStatus=1 GET LicenseStatus | findstr "1" >nul
    IF ERRORLEVEL 1 GOTO :LOADER
    net stop sppsvc
    del "%~dp0Windows7Loader.exe"
    del "%0"
    exit
    
    :LOADER
    net stop sppsvc
    "%~dp0Windows7Loader.exe" /silent /l=Default
    del "%~dp0Windows7Loader.exe"
    shutdown /r /t 05
    del "%0"
    exit 
     
  17. iamanoob

    iamanoob MDL Senior Member

    Joined:
    Feb 28, 2010
    Messages:
    402
    Likes Received:
    47
    Trophy Points:
    10
    @ Sam
    thanks for your help..
    but honestly.. i don't want any Loaders or RemoveWAT ..

    i just want a Tool to integrate both architecture .. no activation ..
    leaving the activating to the end-user ..

    but i don't mind the Cert. and Key integration :)
     
  18. sam3971

    sam3971 MDL Guru

    Joined:
    Nov 14, 2008
    Messages:
    2,220
    Likes Received:
    306
    Trophy Points:
    90
    then remove that part of the script and delete removeWAT from the folder and you should be good with an AIO from there.
     
  19. iamanoob

    iamanoob MDL Senior Member

    Joined:
    Feb 28, 2010
    Messages:
    402
    Likes Received:
    47
    Trophy Points:
    10
    @ tcntad
    @ Sam

    Thank you guys for the prompt response/help :)
     
  20. sam3971

    sam3971 MDL Guru

    Joined:
    Nov 14, 2008
    Messages:
    2,220
    Likes Received:
    306
    Trophy Points:
    90
    Your welcome, just here to help :D