Creating auto-activating DVD's-With or Without Loader???

Discussion in 'Windows 7' started by sushil1576, Sep 21, 2009.

  1. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    335
    157
    10
    #361 sushil1576, Oct 19, 2009
    Last edited: Oct 19, 2009
    (OP)
    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..
     
  2. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    335
    157
    10
    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..
     
  3. forumzoeker

    forumzoeker MDL Novice

    Oct 13, 2009
    23
    1
    0
    #363 forumzoeker, Oct 19, 2009
    Last edited: Oct 19, 2009
    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
     

    Attached Files:

  4. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    335
    157
    10
    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..
     
  5. madmoe

    madmoe MDL Novice

    Aug 12, 2009
    20
    4
    0
    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
     
  6. forumzoeker

    forumzoeker MDL Novice

    Oct 13, 2009
    23
    1
    0
    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??
     
  7. btf-tribal

    btf-tribal MDL Junior Member

    Jul 9, 2009
    70
    12
    0
    run the updates_all.bat thats all you`ve to do
     
  8. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    335
    157
    10
    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
     
  9. forumzoeker

    forumzoeker MDL Novice

    Oct 13, 2009
    23
    1
    0
    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: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:eek:
     
  10. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    335
    157
    10
    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..
     
  11. forumzoeker

    forumzoeker MDL Novice

    Oct 13, 2009
    23
    1
    0
    Ok, so far thanx and i`l wil wait for this clarify:)
     
  12. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #372 nononsence, Oct 19, 2009
    Last edited: Oct 19, 2009
    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
     
  13. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    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
     
  14. straha

    straha MDL Junior Member

    Oct 15, 2009
    51
    0
    0
    #374 straha, Oct 19, 2009
    Last edited by a moderator: May 23, 2017
  15. btf-tribal

    btf-tribal MDL Junior Member

    Jul 9, 2009
    70
    12
    0
    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.
     
  16. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    #376 nononsence, Oct 19, 2009
    Last edited by a moderator: Apr 20, 2017
    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" 
    
     
  17. madmoe

    madmoe MDL Novice

    Aug 12, 2009
    20
    4
    0
    #377 madmoe, Oct 20, 2009
    Last edited by a moderator: May 23, 2017
  18. DAz999

    DAz999 MDL Member

    May 19, 2007
    132
    40
    10
    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
     
  19. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    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
     
  20. amires

    amires MDL Member

    Sep 27, 2009
    219
    129
    10
    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