blagasamuel Posted March 6, 2013 Posted March 6, 2013 Hi!Thanks for reuploading.I integrated 395 updates and 2 silent installs. Look at the image:http://postimage.org/image/sa7l8h3cf/full/After windows installation , before installing framework 4 and before installing framework 5 it appeared this:http://postimage.org/image/xmwfmlr8v/During framework 4 installation it appears this error:http://postimage.org/image/azh6ggbov/Installtion of framework 4 failedWhat I am doing wrong, the silent commands are bad?Is it bad that at syntax i put "dotNetFx40_Full_x86_x64_Slim.exe /y"?I am not good at his kind of stuff Quote
ricktendo Posted March 6, 2013 Author Posted March 6, 2013 When during the setup process does the install happen? 1st boot? audit? BTW don't integrate 4.0 along with 4.5, you only need 4.5 And your cmd line is right, /y or /ai will get the job done Edit: if you are still experiencing issues try the rebuilt, its the same as the default .net 4.5 installer but it has updates and the MZZ is better compressed to save space (run installer with /? to view command line options) Quote
blagasamuel Posted March 6, 2013 Posted March 6, 2013 It appears Net framwork 4 installtion. I click Next. wait a few seconds and this error appears. I didn't anythin elseWhy to integrate only 4.5? Quote
blagasamuel Posted March 6, 2013 Posted March 6, 2013 With installtion of 4.5 i did not encountered any kind of problem.With 4. i encountered probem.So why to integrate 4.5 , 4.5 will cover the 4? Quote
ricktendo Posted March 6, 2013 Author Posted March 6, 2013 Yes, .NET Framework v4.5 supersedes/replaces v4.0 (I only maintain 4.0 because 4.5 is not compatible with XP, Lego should remove it from WtK and maybe replace it with rebuilt) Quote
blagasamuel Posted March 6, 2013 Posted March 6, 2013 (edited) Thanks for the info. Good night!Here in Romania is morning. School again. 7:11 AM Edited March 6, 2013 by blagasamuel Quote
ShanePhillips Posted April 5, 2013 Posted April 5, 2013 Is there anything at all that can be done to alleviate the issue that causes it to break Windows Update? It's really annoying that this has still not been sorted out by Microsoft. Quote
bphlpt Posted April 5, 2013 Posted April 5, 2013 What do you mean - "break Windows Update?" Cheers and Regards Quote
ricktendo Posted April 5, 2013 Author Posted April 5, 2013 Yea, explain what this does that breaks Windows Update I have NEVER had this happen...EVER!!! Quote
ricktendo Posted April 11, 2013 Author Posted April 11, 2013 Updated Added: 2828843 Removed: 2567467, 2630021 ZEUS__ 1 Quote
ShanePhillips Posted April 16, 2013 Posted April 16, 2013 What do you mean - "break Windows Update?" Cheers and Regards I mean that the .net framework 4 and 4.5 breaks Windows Update on some systems. It's a well known defect http://superuser.com/questions/555714/installing-net-framework-4-client-profile-breaks-windows-update Quote
crashfly Posted April 16, 2013 Posted April 16, 2013 I mean that the .net framework 4 and 4.5 breaks Windows Update on some systems. It's a well known defect http://superuser.com/questions/555714/installing-net-framework-4-client-profile-breaks-windows-updateIt might be a "well known defect", but you should look at the solution that was presented. This seems to have done the trick. I un-installed .Net Framework 4 Client Profile (to be absolutely sure), rebooted and then installed .NET Framework 4.5. Interestingly Microsoft deprecated the client profile in 4.5 so all you have is the full version. So far Windows Update has continued to work, fingers crossed! – Richard Feb 24 at 11:18 Just install the full version of .net 4.5 (not just client profile). Quote
mrpotter2510 Posted April 28, 2013 Posted April 28, 2013 Hi Rick, I'm trying to make a lite version of windows 8 64bit, and it already has netfx 4.0 by default.Can u teach me how to slim it down? What files or folders can be removed?Thanks u very much! Quote
ricktendo Posted April 28, 2013 Author Posted April 28, 2013 Don't delete anything, .NET 4(.5) on Windows 8 is a different animal. There are no setup files to remove, its already slim I DON'T really remove any .NET components, only the stuff in SetupCache that is used for displaying the install/uninstall progress in multiple languages and repair mrpotter2510 1 Quote
myselfidem Posted May 12, 2013 Posted May 12, 2013 If we want add a Slim Language Pack inside Slim Microsoft .NET Framework 4.0 Full x86/x64, it seems we don't need now to add kb971891 for dotNET4 & LP installersusing:Slim down your dotNET4(.5) & LP installers:http://adf.ly/1713566/msislim (msi.vbs.slimmers) Also, inside netfx4+lp_slim.vbs we can read:' Usage:'' - Create administrative install and integrate KB971891:'' msiexec /a <netfx_installer>.msi /p NDP40-KB971891.msp TARGETDIR=<path_to_folder>'' - Make sure netfx*.msi and DisplayIcon.ico are in the same directory as this file before running:'' cscript <name_of_file>.vbs'' - Create second administrative install to leave the setup files behind:'' msiexec /a <netfx_installer>.msi TARGETDIR=<path_to_new_folder>'' Note: if you don't do this second admin install you have to manually set the MSI Summary Information to: Administrative Image + Long File Names'' script by dumpydooby (modded by ricktendo64) Thanks and regards Quote
ricktendo Posted May 12, 2013 Author Posted May 12, 2013 No, if you download the LP I made all that (kb971891 & slimming) is already done Just download the installer, then the lp and extract them to the same directory. Recompress and download the INTL SFX maker, you will need to edit this to remove all the sfxlang sections and fix the LP msi name without the lang at the end of the filename xx-XX. (keep sfxlang:1033 and whatever lang you are adding) Quote
myselfidem Posted May 12, 2013 Posted May 12, 2013 No, if you download the LP I made all that (kb971891 & slimming) is already doneJust download the installer, then the lp and extract them to the same directory. Recompress and download the INTL SFX maker, you will need to edit this to remove all the sfxlang sections and fix the LP msi name without the lang at the end of the filename xx-XX. (keep sfxlang:1033 and whatever lang you are adding) Thanks Rick,I was thinking that the kb971891 was already integrated, and I use dotNET4sfxNoGUI according to your recommendationsabove (extracted inside the same directory) and works fine for me! Regards Quote
Yventaliy Posted May 16, 2013 Posted May 16, 2013 After you install security update offers MU KB2804576... Quote
ricktendo Posted May 16, 2013 Author Posted May 16, 2013 Updated 5-16-2013 Add: 2804576 ZEUS__ 1 Quote
francisuk Posted May 19, 2013 Posted May 19, 2013 (edited) tested and working under Windows XP SP2 x64 however i made the .exe with Add On Maker and added the file under nLite but it still prompted me to click "next" using command /quiet /norestart Note i only had 256MB RAM inside VM Box and wouldnt let me install it (it should but didnt really wonted to task the risk) microsoft webste says; Pentium 1 GHz or higherwith 512MB RAM or more So if you have an older PC make sure it you have 512MB RAM and a P4 1.0GHz or higher Edited May 19, 2013 by francisuk Quote
mattew Posted May 23, 2013 Posted May 23, 2013 Hello all ... I have a little problem ... certainly this question has been asked many times who knows .. I want to create the net4 with LPita ... I have:-extract the file dotNetFx40_Full_x86_x64intl_Slim-extract the file dotNetFx40LP_Full_x86_x64it_Slim-I copied the contents of the extracted file dotNetFx40LP_Full_x86_x64it_Slim in the folder dotNetFx40_Full_x86_x64intl_SlimAfter I archived with 7zip files in the folder dotNetFx40_Full_x86_x64intl_SlimI have download and extract the file dotNET4sfxMaker5is it correct?And now?thanks thanks thankssorry but I do not have a good English Quote
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.