yes..You may be right..as i should have changed that value with all the new add-ons to a much safer limit..So i guess we must have atleast 15GB-20GB free space on the system partition...Thanks for pointing that out..
Make sure you put the x86 bit updates in the "x86_updates" folder and x64bits updates in the "x64_updates" folder in the pre-activation kit folder...similarly you should also put the respective drivers for x86bit and x64bit in their respective folders...but not all drivers can be integrated this way..And last make xure you have atleast 15gb-20gb free on the system partition..
I have don al that four several of times. It goes wel to the point the iso is ready, the script wont go furder than this point: "%~dp0bin\oscdimg.exe" -oc -t7/14/2009,2:26:00 -h -u2 -m -b"%TEMP%\DVD\boot\etfsboot.com" -lGRMCULFRER_EN_DVD "%TEMP%\DVD" "%~dp07600.16385.090713-1255_AIO_Pre-Activated.iso" . If i read the script than after the iso is made the script must ran furder with entering the update`s and drivers into the newly made iso. Maybe the script is corrupted. I`m trying this al day long but nothing works help me Attachmant included of the script
Well...If you have reached that means the updates have been integrated and so has been the drivers as thats the last part of the script for execution..The later part of the script are codes that are called while the script is running..
Hi guys, I built the DVD fine and installed in on my Fujitsu Siemens laptop. What commands can I use to check to make sure Windows 7 is permanently activated? Also, are their updates out for Windows 7 already? Will it be possible to avoid the ones that may break the loader? Cheers, M
The problem is when installing de created AIO on my test PC the update`s wont install on the test machine. I must manualy download and install from Windows update. So thats wy i thought that te update`s ar not in the AIO. What must i do to auto install the updates during the instalation progress of AIO??
How much free space you are having on your system partition?..And whether you are running the script from the same partition?..I think that may be you are not having enough free space..Anyways just keep an eye on the script while the script is running to see if there are any errors..Other than that i think nononsence can better explain you all these things
I have 105 GB free space on my C: drive There are no erorrs during the script. Wen i create a AIO without The Update`s and drivers the end result of the AIO is 3.685.426 GB Wen i create a AIO With the update`s and drivers the end result is the same 3.685.426 GB Now i`m very confused Little question must i place the reg entry UAC of in de OEM folder so that it works? otherwise i dont know it any more
No UAC reg entry has nothing to do with integrating the updates...I think you should wait for nononsence to clarify on this as other persons did not report any such errors so far..
the functions that are used repetedly are put into functions and called as needed CALL :x86_updates CALL :x86_drivers :x86_updates IF EXIST "%~dp0x86_updates" ( DIR /B "%~dp0x86_updates" | FINDSTR /R ".*" >nul IF NOT ERRORLEVEL 1 ( Dism.exe /image:"%TEMP%\MOUNT" /Add-Package /PackagePath:"%~dp0x86_updates" ) ) GOTO :eof :x86_drivers IF EXIST "%~dp0x86_drivers" ( DIR /B "%~dp0x86_drivers" | FINDSTR /R ".*" >nul IF NOT ERRORLEVEL 1 ( Dism.exe /Image:"%TEMP%\MOUNT" /Add-Driver /Driver:"%~dp0x86_drivers" /Recurse ) ) GOTO :eof if you install the OS and look under installed updates they should be there
updates should increase the file size, mine grew by about 51mb for a single edition OS updates should be I this folder for x86 "x86_updates" and "x64_updates" for x64
two problems left. still got this fu.. 100mb hidden partition. the patch is in the root of the kit but doesn`t work.(32 and 64 bit patch) i`m building the aio dvd. adding programms with silent switches works so far. a few exe files couldn`t be find on c:\windows\setup\scripts but when i take alook into this folder all files are there. my batch file stops working at this point.
The patch only works if you manualy create a whole disk partition. no spaces in file names, if you use spaces in file names the whole path must be in quotes Code: "C:\path\with spaces"
qustion on Create Windows 7 AIo x86bit+x64bit pre-activated Oem DVD If I create the Windows 7 AIo x86bit+x64bit pre-activated Oem DVD with the keys installed in wim, then i can choose which version to install, does your program automaticaly install the key for the version i select. As I was a bit unclear at the instructions in first post. As I don t want to create a single version to install
the correct key is inserted in to the image for each edition on the DVD so any version you install will have the correct key aready installed
About Option to execute *.exe, *.msi, *.cmd, *.bat, *.reg, *.vbs, *.ps1 via script what is the correct format of cmd file. Is it like this : start /wait Silverlight3.0.exe /q or start /wait %~dp0extras\Silverlight3.0.exe /q or start /wait %windir%\setup\scripts\extras\Silverlight3.0.exe /q Also is it possible to install several applications with one cmd file? Thanks