Jump to content

integrate .net framework version into windows 7 iso image


Recommended Posts


I'm not sure but I believe you have to install it via Unattended before you get to the Desktop? You can't directly integrate it, rather you have to install it after-the-fact (ref "$OEM$" folder).

Link to comment
Share on other sites

I'm not sure but I believe you have to install it via Unattended before you get to the Desktop? You can't directly integrate it, rather you have to install it after-the-fact (ref "$OEM$" folder).

exactly what i want to do before first login

 

Use RT7lite

grab repack by rick there at wincert

intrigate with silent switch

make iso

test in vbox

if everything is fine

burn iso to dvd or make a bootable iso

 

 

the same way could that be done using NTlite?

Link to comment
Share on other sites

sounds like good:
i just already tried "unattended windows 7 install"
first integrate all updates about 151 updates,IE 11,its updates,security updates for .net 3.5 using NTlite
create silent installers for .net 4.5.2and its updates
here is my setupcomplete.cmd:
@echo off
pushd %~dp0
start /wait %systemdrive%\Apps\NDP45-KB2979578-v2-x86_silent.exe
start /wait %systemdrive%\Apps\NDP452-KB2901907-x86-x64-AllOS-ENU_silent.exe
start /wait %systemdrive%\Apps\NDP45-KB2972107-x86_silent.exe
start /wait %systemdrive%\Apps\NDP45-KB2972216-x86_silent.exe
start /wait %systemdrive%\Apps\NDP45-KB2978128-x86_silent.exe
start /wait %systemdrive%\Apps\NDP45-KB3023224-x86_silent.exe
start /wait %systemdrive%\Apps\NDP45-KB3035490-x86_silent.exe
start /wait %systemdrive%\Apps\NDP45-KB3037581-x86_silent.exe
start /wait %systemdrive%\Apps\NDP45-KB3074230-x86_silent.exe
start /wait %systemdrive%\Apps\NDP45-KB3074550-x86_silent.exe
start /wait %systemdrive%\Apps\NDP45-KB3098781-x86_silent.exe
start /wait %systemdrive%\Apps\NDP45-KB3122656-x86_silent.exe
start /wait %systemdrive%\Apps\NDP45-KB3127229-x86_silent.exe
ECHO.
ECHO Deleting Temp Installation Files...
RD /S /Q %systemdrive%\Apps
del /q /f "%WINDIR%\Setup\Scripts\SetupComplete.cmd"
EXIT
put it in $oem$ $$ setup scripts folder"with OOBE.cmd
all went smoothly my activation is ok
exactly setupcomplete.cmd was running in"windows finalizing........."time
now i'll preparing unattended windows 10 pro
feedback latter thanks all

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...