How to integrate .NET 4.5.2 onto Windows 7 SP1 ISO?

Discussion in 'Windows 7' started by hidden jtk, Sep 25, 2014.

  1. hidden jtk

    hidden jtk MDL Novice

    Sep 15, 2014
    6
    1
    0
    Hello all,

    I am working on a setup ISO of Windows 7 SP1 64-bit. The original ISO file is my Windows 7 Enterprise 64-bit. I have managed to slipstream most updates (up to Sep 2014) and IE11 onto the ISO. All using DISM, Windows Update Downloader and Microsoft's Update Catalog (catalog dot update dot microsoft dot com) and ImgBurn. The ISO is tested on a VirtualBox machine.

    Now I am looking to integrate .NET 4.5.2 and its updates onto that same ISO. I've searched & read many guides & threads on the net, including here. I have not found any full guide on how to do this. So here are my questions:

    - It seems that for .NET 4.5.2 I will need to use setupcomplete.cmd to integrate it post-install, am I correct?
    - If Yes, what are the proper command lines to put in the setupcomplete.cmd file for it to work? For any answer, please state or link a reference documentation, preferably from Microsoft, or otherwise is ok too.
    - If No, how do I properly integrate .NET 4.5.2 and its updates onto Windows 7 setup ISO

    I know there are a few packages out there, such as slimpix or slimplix (can't remember exactly, I saw its as a sticky on this 4rum), that pre-packaged all .NET and other updates into 1 file. For the sake of curiosity and my own peace of mind, I would rather that I do the work myself. Also, because most of these packs also come with other updates that I don't need/want.

    I hope to hear from all experts out there. If this thread has been asked & answered before, I apologize. I searched and didn't find, please point it out to me.

    Thank you.
     
  2. dareckibmw

    dareckibmw MDL Expert

    Jun 16, 2009
    1,201
    1,360
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Padre_Pedro

    Padre_Pedro MDL Junior Member

    Mar 8, 2014
    99
    87
    0
    Approximately so:

    @echo off

    cd %~dp0
    start /wait NDP452-KB2901907-x86-x64-AllOS-ENU.exe /Q
    exit
     
  4. gamazet

    gamazet MDL Senior Member

    Sep 26, 2009
    279
    965
    10
    Just to be clear, "Simplix" Pack does not come with .Net Framework.
     
  5. clara12

    clara12 MDL Novice

    Sep 26, 2014
    5
    0
    0
    you can use RT SEVEN LITE to insert NETFRAME WORK

    and you can also with script
     
  6. SaharPc

    SaharPc MDL Novice

    Sep 17, 2014
    5
    1
    0
    you can insert with HOTFIX PROGRAM
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,895
    340
    No, it's basic english only

    yes you will need the LP
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    Thanks for the quick reply. I was already testing it and msupdate didn't offer me the lp but it should be better to install it anyway.

    One more question if i may, is it possible to integrate the lp directly in the .WA?
     
  9. cocachris89

    cocachris89 MDL Senior Member

    Mar 1, 2013
    491
    151
    10
    Kinda sucks how MS hasn't given us an .msu for .net 4.5.2 for easy integration... oh well... :weep:
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    #12 Enthousiast, Feb 2, 2015
    Last edited: Feb 2, 2015
    Inside the dotnet452 exe is a msu and dism integrates it but after install msupdate will offer the .net452 installer again :(
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,895
    340
    that msu is preparation for Vista and Windows 7 RTM, it's not the .net452 itself