Jump to content

untermensch

Member
  • Posts

    27
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About untermensch

Profile Information

  • OS
    none specified

untermensch's Achievements

0

Reputation

  1. I wrote a script to do this, it's primary purpose was to "pre-activate" a Windows 7 install DVD but it grew to also install drivers, updates, setup background customization and a few more things. Is this not the preactivation kit from MDL. yes this is the preactivation kit I posted on MDL there is no way to get around updating each and every edition in install.wim but with the scripts you can do something else for the hour it will take to get the job done.
  2. I wrote a script to do this, it's primary purpose was to "pre-activate" a Windows 7 install DVD but it grew to also install drivers, updates, setup background customization and a few more things. [link removed] updated the scripts on 07/06/2010 a little more user friendly now.
  3. I use this batch script for 7Zip @echo off IF %PROCESSOR_ARCHITECTURE%==AMD64 ( msiexec /i "%~dp07z465-x64.msi" /qn ) ELSE ( msiexec /i "%~dp07z465.msi" /qn )
×
×
  • Create New...