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).
@ 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.
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.
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?
Probably everything 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.
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 ..
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
@ 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
then remove that part of the script and delete removeWAT from the folder and you should be good with an AIO from there.