Simpuhl Posted September 10, 2012 Share Posted September 10, 2012 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.0Direct Link:http://download.microsoft.com/download/b/a/4/ba4a7e71-2906-4b2d-a0e1-80cf16844f5f/dotnetfx45_full_x86_x64.exeBasically 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 Quote Link to comment Share on other sites More sharing options...
ricktendo Posted September 10, 2012 Share Posted September 10, 2012 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.edbThe .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 Quote Link to comment Share on other sites More sharing options...
Mr_Smartepants Posted September 10, 2012 Share Posted September 10, 2012 For .NET 4.5 I use:dotnetfx45_full_x86_x64.exe /passive /norestart Quote Link to comment Share on other sites More sharing options...
Simpuhl Posted September 10, 2012 Author Share Posted September 10, 2012 (edited) 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 September 10, 2012 by Simpuhl Quote Link to comment Share on other sites More sharing options...
Simpuhl Posted September 10, 2012 Author Share Posted September 10, 2012 I just individually downloaded those 7 updates and added them myself, im going to try the hide update thing. ty Quote Link to comment Share on other sites More sharing options...
dareckibmw Posted September 10, 2012 Share Posted September 10, 2012 For .NET 4.5 I use:dotnetfx45_full_x86_x64.exe /passive /norestartThanks for the tip, it works, but how do we make it silence - not showing those progress bar?I added this in setupcomplete.cmdSTART /WAIT %windir%\Setup\Scripts\dotnetfx45_full_x86_x64.exe /passive /norestart Quote Link to comment Share on other sites More sharing options...
Simpuhl Posted September 10, 2012 Author Share Posted September 10, 2012 Honestly I can care less that it does a progress bar, its doing it during the setup anyway so id rather see what its doing rather then not know if its doing anything or stuck Quote Link to comment Share on other sites More sharing options...
Simpuhl Posted September 10, 2012 Author Share Posted September 10, 2012 Also I think there is a /q for quite dareckibmw 1 Quote Link to comment Share on other sites More sharing options...
ricktendo Posted September 10, 2012 Share Posted September 10, 2012 Yes, /quiet will work as well dareckibmw 1 Quote Link to comment Share on other sites More sharing options...
dareckibmw Posted September 11, 2012 Share Posted September 11, 2012 Yes, you guys were right, i used those switches /quiet /norestart and the progress bar was gone.....however, there is a little window says "extracting files", how do I make it silence, if possible? thanks. Quote Link to comment Share on other sites More sharing options...
ricktendo Posted September 11, 2012 Share Posted September 11, 2012 You can pre-extract it and run setup.exe with the swithces or you can use a 7zip or winrar sfxBTW did you know I create a 'slim' updated .net4 installer, will do a 4.5 as soon as the first hotfix is published dareckibmw 1 Quote Link to comment Share on other sites More sharing options...
Simpuhl Posted September 11, 2012 Author Share Posted September 11, 2012 would /quite /passive /norestart work? Quote Link to comment Share on other sites More sharing options...
Mr_Smartepants Posted September 11, 2012 Share Posted September 11, 2012 would /quite /passive /norestart work?No.Because "quite" is not "quiet". You need to use EITHER /quiet OR /passive, not both.Use /? to see ALL the switches. Quote Link to comment Share on other sites More sharing options...
Simpuhl Posted September 11, 2012 Author Share Posted September 11, 2012 ohh ok ty Quote Link to comment Share on other sites More sharing options...
dareckibmw Posted September 11, 2012 Share Posted September 11, 2012 You can pre-extract it and run setup.exe with the swithces or you can use a 7zip or winrar sfxBTW did you know I create a 'slim' updated .net4 installer, will do a 4.5 as soon as the first hotfix is publishedYes, 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.