Jump to content

Recommended Posts

Posted

googled and searched but noway.....i need to integrate net framework 4.5.2 exe file into windows 7 sp1 ultimate edition how to do that guide me in details i like learnning


Posted

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).

Posted

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

Posted

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?

Posted (edited)

Um... yeah! Exactly what I was talking about! It can be done manually, but using an Add-On simplifies the exact samer procedure.

Edited by submix8c
Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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