Jump to content

wiktorynka

Members
  • Posts

    55
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by wiktorynka

  1. Yes, repeatedly tested, 100% working.

     

    Exemplary setupcomplete.cmd

     

     

    @echo off

    START /WAIT %windir%\Setup\Scripts\dotNetFx45_Full_x86_x64_Rebuild /q /norestart
    START /WAIT %windir%\Setup\Scripts\DirectX.exe
    START /WAIT %windir%\Setup\Scripts\VBCFJRedist_AIO_x86_x64.exe /y
    START /WAIT %windir%\Setup\Scripts\Silverlight.exe /q /noupdate
    START /WAIT %windir%\Setup\Scripts\WindowsUpdateAgent30-x86.exe /quiet /norestart
    START /WAIT %windir%\Setup\Scripts\msxml4-KB2758694-enu.exe /q /norestart
    START /WAIT %windir%\Setup\Scripts\rvkroots.exe /q /r:n
    START /WAIT %windir%\Setup\Scripts\Windows-KB890830-V4.16.exe /quiet /norestart
    START /WAIT %windir%\Setup\Scripts\Reapers.Java.7.x86.exe
    START /WAIT %windir%\Setup\Scripts\Reapers.Adobe.Flash.Player.ActiveX.11.5.502.146.exe
    START /WAIT %windir%\Setup\Scripts\Reapers.Adobe.Flash.Player.Plugin.11.5.502.146.exe
    START /WAIT %windir%\Setup\Scripts\Reapers.Adobe.Shockwave.Player.11.6.8.638.exe

    exit

     

    In the folder Scripts put all the programs and setupcomplete.cmd

     

    You must mount the system image WinToolkit -WIM Manager and put folder Scripts in the Windows\Setup - save and unmount.

     

    Sorry for my english.

×
×
  • Create New...