Jump to content

.NET Framework 4.5 Question (AIO-I)


Simpuhl

Recommended Posts

So windows 7 already comes with .Net 3.5 built in.. so we need updates as soon as it installs...

Is there anyway to implement these updates into the customizes ISO?

Also .NET Framework 4.5 doesn't require any updates... and its better than 4.0 and you can actually uninstall 4.0

Direct Link:

http://download.microsoft.com/download/b/a/4/ba4a7e71-2906-4b2d-a0e1-80cf16844f5f/dotnetfx45_full_x86_x64.exe

Basically I want to silent install 4.5 and somehow add the 3.5 updates so that when I do a fresh install I literally have 0 updates..

I also am curious about the 40 option language pack updates.. how can I impliment all those just so it doesn't show up in the list? or is there a way to set them to AUTO HIDE?

Also id like to hide the stupid bing bar update

1347247929292.png

1347247963539.png

1347247984587.png

Link to comment
Share on other sites

To "hide" updates you simply hide them on your current install and copy this file into the same place in your mounted wim (or you could make a wintoolkit addon of it)

C:\Windows\SoftwareDistribution\DataStore\DataStore.edb

The .net3 updates should be included in any of the update repositories (komm or mcrip)

For silent install of .net4.5 run time installer with /? command line

Link to comment
Share on other sites

I have downloaded all the latest updates from komm or mcrip (yesterday) and my iso still gives me those updates in screenshots.

@rick so on my current windows 7

"hide" all the updates id like to hide and then copy the DataStore.edb file to my iso and it will be fine?

@Mr_Smartpants! ty ill add that to my silent installs with those switches

Edited by Simpuhl
Link to comment
Share on other sites

For .NET 4.5 I use:

dotnetfx45_full_x86_x64.exe /passive /norestart

Thanks for the tip, it works, but how do we make it silence - not showing those progress bar?

I added this in setupcomplete.cmd


START /WAIT %windir%\Setup\Scripts\dotnetfx45_full_x86_x64.exe /passive /norestart

Link to comment
Share on other sites

You can pre-extract it and run setup.exe with the swithces or you can use a 7zip or winrar sfx

BTW did you know I create a 'slim' updated .net4 installer, will do a 4.5 as soon as the first hotfix is published

Yes, I know you did, I been using it since last year or so, and I seen your post saying you would create 4.5 as well.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...