Windows 7 DVD AIO kit

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

  1. secr9tos

    secr9tos MDL Addicted

    Jul 28, 2009
    999
    133
    30
    Thanks for sharing hazar...
     
  2. stme68

    stme68 MDL Novice

    Aug 25, 2009
    34
    1
    0
    @ Hazar
    I made an AIO build with Italian x86 and x64 iso files. I burned the dvd after the new iso was created. All seems ok, but I had a look to the sources dir and I do not see any $oem$ directory... how is working the auto-certificate installation during the setup?
    I always suppose that $oem$ dir is needed to install an oem certificate...

    Thanks for your support.

    Regards
     
  3. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    It's put straight inside the WIM files so no need for an $OEM$ folder
     
  4. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    i thought i would give it a try.
    when i run the start.cmd i get "1 or more iso files is missing. press any key to exit"
    any help ??
     
  5. stme68

    stme68 MDL Novice

    Aug 25, 2009
    34
    1
    0
    Many thanks for your wonderfull work.
     
  6. stme68

    stme68 MDL Novice

    Aug 25, 2009
    34
    1
    0
    Have you read the instructions on the screen?
     
  7. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,235
    311
    90
    Hey Hazar, please let me know. I like removeWAT but I am trying to make the same thing only integrating it with Daz's loader. Here is my script for SETUPCOMPLETE.BAT :

    @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...
  8. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    yes i have
     
  9. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,235
    311
    90
    First did you make sure that you have both a 32 and a 64 bit version and did you rename them accordingly to the script? Next if it still does not work delete all the files that were extracted except the win7 ISO files, download a updated version of WinRAR if you use an older one.(I have noticed that the older ones sometimes fails to extract everything). See if that helps, I am actually running it now on Win7 Pro x32 without any issues at all dude so it should work for you too. Good luck :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Dolorous Edd

    Dolorous Edd MDL Expert

    Aug 31, 2009
    1,054
    217
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,235
    311
    90
    To everyone! I have confirmed that if you want to use Daz's 7loader instead of RemoveWAT! To do this just change "SETUPCOMMAND.BAT" to my script and add Daz's 7loader to the scripts folder and delete RemoveWAT before running "START.BAT"

    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...
  12. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    Does daz loader when using this for AIO, go through all the modes or methods cuase sometimes default won't work but alternative works?
     
  13. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,235
    311
    90
    #53 sam3971, Feb 1, 2010
    Last edited: Feb 1, 2010
    It only goes through the default but you can change it with the script. In the script that I posted where it says /l=Default, the "Default" can be any of these: Default, Alternative, Older, Forceful, Custom. That tells the loader what option to carry out in silent mode. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. sam3971

    sam3971 MDL Guru

    Nov 14, 2008
    2,235
    311
    90
    #54 sam3971, Feb 1, 2010
    Last edited: Feb 1, 2010
    Hey Hazar, when I booted this up I only had Ulitmate x32 and x64 as a install choice not all of them! Is there a way around that? It seems to work ok in vmware but in the regular cd boot is where I have the problem. I actually have a AIO disk that does work so I know it is not my computer or something. I think for whatever reason though it is the method in making these that is messed up.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,112
    270
    Can't you put other routines in there to automatically try the other modes? Thanks for your input sam3971
     
  16. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Haven't tested burning to disk but all I know is this script spat out an iso that when I loaded into VMMware had all editions and activated with the modded BIOS in the VM.
     
  17. ozzyboy

    ozzyboy MDL Member

    May 18, 2009
    163
    5
    10
    #57 ozzyboy, Feb 1, 2010
    Last edited: Feb 1, 2010
    hi!

    Good work Hazar!! I haven't tested on real pc yet, only on virual box, and it's working good.
    About cmd window, it would be nice if you leave to see what happens there..."working..." it's too boring. o_O
    I have one question...on virtual box which method of activation, activates Windows, RemoveWAT?!! - I have slic2.1. and off course bios is emulated in wm.

    Thx!!

    l.e. I'm just curious, why all processes takes 3-4 hours?
     
  18. IvanHo

    IvanHo MDL Novice

    Apr 26, 2009
    9
    1
    0
    Hi,
    I tested your stuff on a real machine and everything worked as it should. Thank you for your efforts.
    I wonder would it be very complicated to add a routine for adding other languages to ISO, since my first language is not english.
    I am lacking the skills needed, so could someone with experience help?
    Best regards and TIA
    Ivan
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. yro

    yro MDL Addicted

    Jul 26, 2009
    633
    125
    30
    Can You share only the app to integrate the two ISOs, making AIO win7 ?

    I dont wanna integrate the updates, just make an AIO 7.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. yro

    yro MDL Addicted

    Jul 26, 2009
    633
    125
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...