New release is up - Combined installer works for all the three official builds 10240/10586/14393 (or any +10240 build actually) it takes some time for extraction, and require ~ 1.10 GB of temporary space - Added command line switches for unattended install (passive or silent)
Updated added 15063 files, and removed 10240 files (10586 files are good enough for both Threshold builds)
i don't get why ms doesn't enable net 3.5 by default on all their release....? they enable media player and ie but never net 3.5. anyone know why they are so lazy with the net 3.5?
I get this error.... on windows 10 build 1703 Error: 50 DISM does not support servicing a Windows Vista RTM or earlier operating system. If the operating system is supported check that SSShim.DLL is present.
in .NET Framework 3.5 Standalone Installer for Windows 8.1 x86-x64 / Server 2012 R2 topic you've added : - 7zsfx release (no command line switches available) and - Tip: You can use the file as offline source to enable .net35 in wim image. just extract the contents with 7-zip or winrar, then point the Dism command to "x86" or "x64" folder path. example: Code: DISM /Image:C:\Mount /Enable-Feature /FeatureName:NetFx3 /All /Source:"C:\dotNetFx35_W8.1_x86_x64\x86" is this applicable to windows 10 wim image too? Thanks
v5.0 - Added build 17133 files - Back to use 7zip SFX archive, thus command line switches are: Code: /ai Passive mode, shows operation progress but requires no user interaction. /ais Quiet mode, no user input required, only extraction dialog is shown. /ais /gm2 Silent mode, no user input required or any output shown.