Windows 7 DVD AIO kit

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

  1. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,634
    1,654
    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).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Angelx64

    Angelx64 MDL Novice

    Nov 4, 2008
    26
    1
    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.
     
  3. ozzyboy

    ozzyboy MDL Member

    May 18, 2009
    163
    5
    10
    #183 ozzyboy, Mar 7, 2010
    Last edited by a moderator: Apr 20, 2017
  4. denslin

    denslin MDL Novice

    Oct 29, 2009
    21
    0
    0
    Thanks a lot!!
     
  5. colinzim

    colinzim MDL Senior Member

    May 14, 2007
    461
    114
    10
    #185 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.
     
  6. Angelx64

    Angelx64 MDL Novice

    Nov 4, 2008
    26
    1
    0
    #186 Angelx64, Mar 13, 2010
    Last edited by a moderator: Apr 20, 2017
  7. zorrozh

    zorrozh MDL Novice

    May 6, 2007
    2
    2
    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?
     
  8. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,634
    1,654
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,634
    1,654
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,634
    1,654
    150
    #190 tcntad, Mar 21, 2010
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,634
    1,654
    150
    Why not to open the .cmd file and take a look?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,229
    310
    90
    that is because it is a Romanian server lol. :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. iamanoob

    iamanoob MDL Senior Member

    Feb 28, 2010
    402
    54
    10
    #193 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 ..
     
  14. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,634
    1,654
    150
    #194 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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,229
    310
    90
    #195 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 
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. iamanoob

    iamanoob MDL Senior Member

    Feb 28, 2010
    402
    54
    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 :)
     
  17. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,229
    310
    90
    then remove that part of the script and delete removeWAT from the folder and you should be good with an AIO from there.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. iamanoob

    iamanoob MDL Senior Member

    Feb 28, 2010
    402
    54
    10
    @ tcntad
    @ Sam

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

    sam3971 MDL Guru

    Nov 14, 2008
    2,229
    310
    90
    Your welcome, just here to help :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,634
    1,654
    150
    No problem, glad we can help:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...