Jump to content

abbodi1406

Members
  • Posts

    458
  • Joined

  • Last visited

  • Days Won

    191

Reputation Activity

  1. Like
    abbodi1406 got a reaction from Rocco in Addon Makers : PLEASE READ   
    The ability to copy files/folders to the WinSxS directory (as example) would be nice
    it's extra protected by TrustedInstaller as you know (implementing this would help)
     
    moreover, applying a wim file to the mounted image
    because wim preserve NT Security ACLs, and eliminates the need for extra privileges to add files to the protected directories
    using the current feature leads to error in mounting registry, i. e.
    [RUNCMD]dism.exe|/Apply-Image /ImageFile:VCredist.wim /Index:1 /ApplyDir:%WIM%this new feature if possible will help making correct complete addon for the vcredist 2005/2008 (which adds files to winsxs)
    it also will make it possible to create offline addon for Windows7's KB2533552
  2. Like
    abbodi1406 reacted to Thiersee in Win7 ISO with SP1 U (Media Refresh) not available anymore   
    On another forum (chip.de) I found this link for Win7 ISOs (not all!), only german and english!
     
    http://mirror.corenoc.de/digitalrivercontent.net/
     
    The downloads works and the checksum is OK, already some ISOs downgeloaded.
     
    Regrads, Thiersee
  3. Like
    abbodi1406 got a reaction from RicaNeaga in KB3025980 integration error   
    It was a mistake in update list (the hotfix is not set to be extracted of exe file)
    fixed, sorry about that
     
    redownload it or extract it manually
  4. Like
    abbodi1406 got a reaction from Pink_Freud in Microsoft .NET Framework 4.8 for Windows 7   
    Each new hotfix rollup contain all previous updates, some of them are not even published
     
    last rollup have these KBs:
     



  5. Thanks
    abbodi1406 got a reaction from Lions in Microsoft .NET Framework 4.8 for Windows 7   
    Description:
     
    The .NET Framework is a popular development platform for building apps for Windows, Windows Store, Windows Phone, Windows Server, and Windows Azure. The .NET Framework platform includes the C# and Visual Basic programming languages, the common language runtime, and an extensive class library. read more.
     
    Info: The .NET package will be slipstreamed as pre-installed
    OS: Windows 7 SP1
    Notes:
    - The addon will conflict with some Windows Updates (.NET 3.5 Family), so leave the addon's integration to the last.
    - Add main addon first before LangPack addon, to get ASP.NET service localization properly.
    - To function properly, .NET 4.7.x require D3DCompiler_47.dll component, which is found in either the current "Monthly Quality Rollup" or "update KB4019990". It is recommended to integrate it first, or you can install it later.
    Windows6.1-KB4019990-x64.msu
    Windows6.1-KB4019990-x86.msu
    .NET 4.8:
    .NET 4.7.2:
    Languages Codes Reference:
     
  6. Like
    abbodi1406 got a reaction from p1R in Microsoft .NET Framework 4.8 for Windows 7   
    Description:
     
    The .NET Framework is a popular development platform for building apps for Windows, Windows Store, Windows Phone, Windows Server, and Windows Azure. The .NET Framework platform includes the C# and Visual Basic programming languages, the common language runtime, and an extensive class library. read more.
     
    Info: The .NET package will be slipstreamed as pre-installed
    OS: Windows 7 SP1
    Notes:
    - The addon will conflict with some Windows Updates (.NET 3.5 Family), so leave the addon's integration to the last.
    - Add main addon first before LangPack addon, to get ASP.NET service localization properly.
    - To function properly, .NET 4.7.x require D3DCompiler_47.dll component, which is found in either the current "Monthly Quality Rollup" or "update KB4019990". It is recommended to integrate it first, or you can install it later.
    Windows6.1-KB4019990-x64.msu
    Windows6.1-KB4019990-x86.msu
    .NET 4.8:
    .NET 4.7.2:
    Languages Codes Reference:
     
  7. Like
    abbodi1406 got a reaction from rulman in Microsoft .NET Framework 4.8 for Windows 7   
    Updated
  8. Thanks
    abbodi1406 got a reaction from najimhmd776 in Visual C++ Redistributable Runtimes   
    Description:

    The Visual C++ Redistributable Packages install runtime components that are required to run applications that are developed by using Visual Studio. These packages install run-time components of these libraries: C Runtime (CRT), Standard C++, ATL, MFC, C++ AMP, OpenMP and MSDIA. read more.

    OS: Windows All

    Versions:
    VC++ 2022: 14.40.33807.0 VC++ 2013: 12.0.40664.0 VC++ 2012: 11.0.61135.400 VC++ 2010: 10.0.40219.473 VC++ 2008: 9.0.30729.7523 VC++ 2005: 8.0.61187 VC++ 2003: 7.10.6119.0 Vc++ 2002: 7.0.9975.0 + Legacy Visual Basic Runtimes Files Contents:
    vcredist_x64_Win7 / vcredist_x86_Win7: All runtimes for Windows 7 SP1 vcredist_x64_2022_WinAll / vcredist_x86_2022_WinAll: Visual C++ 2022 vcredist_x64_2013d_WinAll / vcredist_x86_2013d_WinAll: Visual C++ 2013, 2012, 2010, 2003, 2002 Visual Basic 6.0 Runtimes vcredist_x64_SxS_Win7 / vcredist_x86_SxS_Win7: Visual C++ 2008, 2005 for Windows 7 SP1 vcredist_x64_SxS_Win810 / vcredist_x86_SxS_Win810: Visual C++ 2008, 2005 for Windows 8.1/10 Important Notes:
    # Integrating SxS 2008/2005 addons require launching Wintoolkit with TrustedInstaller privileges, to gain write access to WinSxS directory
    for that, you need to use NSudo (or other similar tools):
    - download and extract latest release Binary.zip
    - launch Win32\NSudo.exe or x64\NSudo.exe, or run NSudo.bat as administrator
    - make sure User is set to TrustedInstaller
    - check "Enable All Privileges"
    - paste Wintoolkit.exe path in the lower box (or Browse to the file)
    - click run
    if you are using Windows 7 Simplix Update Pack, you don't need that, it already handle the required privileges
    # vcredist_x64_Win7 / vcredist_x86_Win7 is AIO addon, mainly to be used with Simplix Update Pack, or else you need Wintoolkit with NSudo
    # VC++ 2022 runtimes are binary compatible and upgrade to VC++ 2015-2017-2019 and cover all VS 2015-2017-2019-2022 programs
    # To complete VC++ 2022 functions for Windows 7/8.1, you need to integrate Universal CRT components, which is available with latest Monthly Rollup, or updates KB3118401/KB2999226
    Download:
    vcredist_x64_Win7_20240411.WA
    vcredist_x86_Win7_20240411.WA
    vcredist_x64_2022_WinAll_14.40.33807.WA
    vcredist_x86_2022_WinAll_14.40.33807.WA
    vcredist_x64_2013d_WinAll.WA
    vcredist_x86_2013d_WinAll.WA
    vcredist_x64_SxS_Win7.WA
    vcredist_x86_SxS_Win7.WA
    vcredist_x64_SxS_Win810.WA
    vcredist_x86_SxS_Win810.WA
    you can find latest releases -> here
    SHA1 checksums:
    05e938f354c059d89d846d2e9a7591d05154aa70 *vcredist_x64_2013d_WinAll.WA 534f1e53080819aeb58e3b060d7c6a0a76b4d4d4 *vcredist_x86_2013d_WinAll.WA 8cc9f65fc444a878d8cabd0ad317597edb552f07 *vcredist_x64_SxS_Win7.WA 886faa949e7d51a40dc8d467f65c373f887c2ec3 *vcredist_x86_SxS_Win7.WA 94e267e5e6ff89854bd64b6260333664a266c754 *vcredist_x64_SxS_Win810.WA 206fda69fa2d3fd838dd9e3ee33f35c4cd7a2cae *vcredist_x86_SxS_Win810.WA Credits to ricktendo for original repack AIO
  9. Like
    abbodi1406 reacted to bphlpt in UpdateLists info   
    @chytrusek,
     
    The issue is not whether SP1 is installed or not.  The reason there is a big difference in the number of updates available from Windows Update vs Alphawaves Downloader is that Alphawaves includes all the updates from Windows Update, the ones dareckibmw refers to as "official updates", PLUS updates that are normally "request only hotfixes", usually meant to solve specific problems and not usually offered to the general public.
     
    In the old days, back when MS continued to offer Service packs for their OS, those request only updates would eventually be incorporated into a SP or roll-up along with the standard updates from Windows Update after MS had performed additional testing to ensure compatibility with existing systems generally available. Since MS no longer does that, it is up to you to decide whether you "want" those extra updates to get the latest versions of all the software components involved vs "risk" using updates that your particular system might not "need" based on your actual system use and hardware and other software you have installed. I, and many others, prefer the "be prepared" approach figuring that if MS has determined that an update solves a particular problem, then I want that update too so that just in case I am ever in that same situation then that potential problem will already be addressed.  I have never had a problem created by taking this approach.   dareckibmw, and many others, take the more "minimalist" approach figuring that MS has not determined that everyone needs those extra updates, so why increase the size of their installed OS and add more code complexity that is meant to address situations that they will probably never be in.  Of course you could also take a modified approach of downloading the complete list, but not using the updates that definitely don't apply to your needs such as extra languages or whatever, but since many system components interact in not so obvious ways, that takes more knowledge and research on your part to do that successfully.  That is also why I choose to not remove any system components, as some other folks do, but rather just disable the services and components that I don't need.  You just have to choose which approach fits your needs best.
     
    As I said above, in all cases I am aware of, the update lists are meant for systems that already have SP1 installed or included in your install source.
     
    Cheers and Regards
     
  10. Like
    abbodi1406 got a reaction from raddy in Microsoft .NET Framework 4.8 for Windows 7   
    Description:
     
    The .NET Framework is a popular development platform for building apps for Windows, Windows Store, Windows Phone, Windows Server, and Windows Azure. The .NET Framework platform includes the C# and Visual Basic programming languages, the common language runtime, and an extensive class library. read more.
     
    Info: The .NET package will be slipstreamed as pre-installed
    OS: Windows 7 SP1
    Notes:
    - The addon will conflict with some Windows Updates (.NET 3.5 Family), so leave the addon's integration to the last.
    - Add main addon first before LangPack addon, to get ASP.NET service localization properly.
    - To function properly, .NET 4.7.x require D3DCompiler_47.dll component, which is found in either the current "Monthly Quality Rollup" or "update KB4019990". It is recommended to integrate it first, or you can install it later.
    Windows6.1-KB4019990-x64.msu
    Windows6.1-KB4019990-x86.msu
    .NET 4.8:
    .NET 4.7.2:
    Languages Codes Reference:
     
  11. Like
    abbodi1406 reacted to Thiersee in WinToolkit does not work!   
    This is the wrong screenshot !
    I meant "Options/Misc." in WTK-first-window NOT Options in the AIO.
     
    1), 2), 3): OK.
     
    a) No, your working DISM, either in C:\Windows\System32 or C:\Program Files x86\Windows Kits....; OK, I see you are using Windows ADK .
     
     
     
    @abbodi1406:
     
    Lego should update the download-link for the new version!
     
    Thiersee
  12. Like
    abbodi1406 got a reaction from p1R in Visual C++ Redistributable Runtimes   
    Description:

    The Visual C++ Redistributable Packages install runtime components that are required to run applications that are developed by using Visual Studio. These packages install run-time components of these libraries: C Runtime (CRT), Standard C++, ATL, MFC, C++ AMP, OpenMP and MSDIA. read more.

    OS: Windows All

    Versions:
    VC++ 2022: 14.40.33807.0 VC++ 2013: 12.0.40664.0 VC++ 2012: 11.0.61135.400 VC++ 2010: 10.0.40219.473 VC++ 2008: 9.0.30729.7523 VC++ 2005: 8.0.61187 VC++ 2003: 7.10.6119.0 Vc++ 2002: 7.0.9975.0 + Legacy Visual Basic Runtimes Files Contents:
    vcredist_x64_Win7 / vcredist_x86_Win7: All runtimes for Windows 7 SP1 vcredist_x64_2022_WinAll / vcredist_x86_2022_WinAll: Visual C++ 2022 vcredist_x64_2013d_WinAll / vcredist_x86_2013d_WinAll: Visual C++ 2013, 2012, 2010, 2003, 2002 Visual Basic 6.0 Runtimes vcredist_x64_SxS_Win7 / vcredist_x86_SxS_Win7: Visual C++ 2008, 2005 for Windows 7 SP1 vcredist_x64_SxS_Win810 / vcredist_x86_SxS_Win810: Visual C++ 2008, 2005 for Windows 8.1/10 Important Notes:
    # Integrating SxS 2008/2005 addons require launching Wintoolkit with TrustedInstaller privileges, to gain write access to WinSxS directory
    for that, you need to use NSudo (or other similar tools):
    - download and extract latest release Binary.zip
    - launch Win32\NSudo.exe or x64\NSudo.exe, or run NSudo.bat as administrator
    - make sure User is set to TrustedInstaller
    - check "Enable All Privileges"
    - paste Wintoolkit.exe path in the lower box (or Browse to the file)
    - click run
    if you are using Windows 7 Simplix Update Pack, you don't need that, it already handle the required privileges
    # vcredist_x64_Win7 / vcredist_x86_Win7 is AIO addon, mainly to be used with Simplix Update Pack, or else you need Wintoolkit with NSudo
    # VC++ 2022 runtimes are binary compatible and upgrade to VC++ 2015-2017-2019 and cover all VS 2015-2017-2019-2022 programs
    # To complete VC++ 2022 functions for Windows 7/8.1, you need to integrate Universal CRT components, which is available with latest Monthly Rollup, or updates KB3118401/KB2999226
    Download:
    vcredist_x64_Win7_20240411.WA
    vcredist_x86_Win7_20240411.WA
    vcredist_x64_2022_WinAll_14.40.33807.WA
    vcredist_x86_2022_WinAll_14.40.33807.WA
    vcredist_x64_2013d_WinAll.WA
    vcredist_x86_2013d_WinAll.WA
    vcredist_x64_SxS_Win7.WA
    vcredist_x86_SxS_Win7.WA
    vcredist_x64_SxS_Win810.WA
    vcredist_x86_SxS_Win810.WA
    you can find latest releases -> here
    SHA1 checksums:
    05e938f354c059d89d846d2e9a7591d05154aa70 *vcredist_x64_2013d_WinAll.WA 534f1e53080819aeb58e3b060d7c6a0a76b4d4d4 *vcredist_x86_2013d_WinAll.WA 8cc9f65fc444a878d8cabd0ad317597edb552f07 *vcredist_x64_SxS_Win7.WA 886faa949e7d51a40dc8d467f65c373f887c2ec3 *vcredist_x86_SxS_Win7.WA 94e267e5e6ff89854bd64b6260333664a266c754 *vcredist_x64_SxS_Win810.WA 206fda69fa2d3fd838dd9e3ee33f35c4cd7a2cae *vcredist_x86_SxS_Win810.WA Credits to ricktendo for original repack AIO
  13. Like
    abbodi1406 got a reaction from Ultraform in Microsoft .NET Framework 4.8 for Windows 7   
    Description:
     
    The .NET Framework is a popular development platform for building apps for Windows, Windows Store, Windows Phone, Windows Server, and Windows Azure. The .NET Framework platform includes the C# and Visual Basic programming languages, the common language runtime, and an extensive class library. read more.
     
    Info: The .NET package will be slipstreamed as pre-installed
    OS: Windows 7 SP1
    Notes:
    - The addon will conflict with some Windows Updates (.NET 3.5 Family), so leave the addon's integration to the last.
    - Add main addon first before LangPack addon, to get ASP.NET service localization properly.
    - To function properly, .NET 4.7.x require D3DCompiler_47.dll component, which is found in either the current "Monthly Quality Rollup" or "update KB4019990". It is recommended to integrate it first, or you can install it later.
    Windows6.1-KB4019990-x64.msu
    Windows6.1-KB4019990-x86.msu
    .NET 4.8:
    .NET 4.7.2:
    Languages Codes Reference:
     
  14. Like
    abbodi1406 got a reaction from raddy in Visual C++ Redistributable Runtimes   
    Description:

    The Visual C++ Redistributable Packages install runtime components that are required to run applications that are developed by using Visual Studio. These packages install run-time components of these libraries: C Runtime (CRT), Standard C++, ATL, MFC, C++ AMP, OpenMP and MSDIA. read more.

    OS: Windows All

    Versions:
    VC++ 2022: 14.40.33807.0 VC++ 2013: 12.0.40664.0 VC++ 2012: 11.0.61135.400 VC++ 2010: 10.0.40219.473 VC++ 2008: 9.0.30729.7523 VC++ 2005: 8.0.61187 VC++ 2003: 7.10.6119.0 Vc++ 2002: 7.0.9975.0 + Legacy Visual Basic Runtimes Files Contents:
    vcredist_x64_Win7 / vcredist_x86_Win7: All runtimes for Windows 7 SP1 vcredist_x64_2022_WinAll / vcredist_x86_2022_WinAll: Visual C++ 2022 vcredist_x64_2013d_WinAll / vcredist_x86_2013d_WinAll: Visual C++ 2013, 2012, 2010, 2003, 2002 Visual Basic 6.0 Runtimes vcredist_x64_SxS_Win7 / vcredist_x86_SxS_Win7: Visual C++ 2008, 2005 for Windows 7 SP1 vcredist_x64_SxS_Win810 / vcredist_x86_SxS_Win810: Visual C++ 2008, 2005 for Windows 8.1/10 Important Notes:
    # Integrating SxS 2008/2005 addons require launching Wintoolkit with TrustedInstaller privileges, to gain write access to WinSxS directory
    for that, you need to use NSudo (or other similar tools):
    - download and extract latest release Binary.zip
    - launch Win32\NSudo.exe or x64\NSudo.exe, or run NSudo.bat as administrator
    - make sure User is set to TrustedInstaller
    - check "Enable All Privileges"
    - paste Wintoolkit.exe path in the lower box (or Browse to the file)
    - click run
    if you are using Windows 7 Simplix Update Pack, you don't need that, it already handle the required privileges
    # vcredist_x64_Win7 / vcredist_x86_Win7 is AIO addon, mainly to be used with Simplix Update Pack, or else you need Wintoolkit with NSudo
    # VC++ 2022 runtimes are binary compatible and upgrade to VC++ 2015-2017-2019 and cover all VS 2015-2017-2019-2022 programs
    # To complete VC++ 2022 functions for Windows 7/8.1, you need to integrate Universal CRT components, which is available with latest Monthly Rollup, or updates KB3118401/KB2999226
    Download:
    vcredist_x64_Win7_20240411.WA
    vcredist_x86_Win7_20240411.WA
    vcredist_x64_2022_WinAll_14.40.33807.WA
    vcredist_x86_2022_WinAll_14.40.33807.WA
    vcredist_x64_2013d_WinAll.WA
    vcredist_x86_2013d_WinAll.WA
    vcredist_x64_SxS_Win7.WA
    vcredist_x86_SxS_Win7.WA
    vcredist_x64_SxS_Win810.WA
    vcredist_x86_SxS_Win810.WA
    you can find latest releases -> here
    SHA1 checksums:
    05e938f354c059d89d846d2e9a7591d05154aa70 *vcredist_x64_2013d_WinAll.WA 534f1e53080819aeb58e3b060d7c6a0a76b4d4d4 *vcredist_x86_2013d_WinAll.WA 8cc9f65fc444a878d8cabd0ad317597edb552f07 *vcredist_x64_SxS_Win7.WA 886faa949e7d51a40dc8d467f65c373f887c2ec3 *vcredist_x86_SxS_Win7.WA 94e267e5e6ff89854bd64b6260333664a266c754 *vcredist_x64_SxS_Win810.WA 206fda69fa2d3fd838dd9e3ee33f35c4cd7a2cae *vcredist_x86_SxS_Win810.WA Credits to ricktendo for original repack AIO
  15. Like
    abbodi1406 got a reaction from raddy in Microsoft DirectX End-User Runtimes (June 2010)   
    Description:
     
    The Microsoft DirectX® End-User Runtime provides updates to 9.0c and previous versions of DirectX — the core Windows® technology that drives high-speed multimedia and games on the PC. read more.
     
    Info: The addon will Slipstream DirectX runtimes into the windows image as Pre-Installed
     
    OS: Windows 7 / 8 / 8.1 - x86 / x64
     
    Version: 9.29.1974
     
    Download:
     
    DirectX_June2010_x86.WA
    Mirror - Mirror
    Size: 13.13 MB
    MD5 : 19d9de7038fc9f869e3126f20a785785
    SHA1: a2a0880986ed464403035822d296fc2b76f7ff25
     
    DirectX_June2010_x64.WA
    Mirror - Mirror
    Size: 27.83 MB
    MD5 : 78797de2739070bbc6329bc52a75d440
    SHA1: 7244d80c532c882a0a945d9d97e0067dd0b35294
     
    Note: on Windows 8/8.1/10 you need first to enable .NET Framework 3.5 feature
  16. Thanks
    abbodi1406 got a reaction from bYHexadecimal in Microsoft DirectX End-User Runtimes (June 2010)   
    Description:
     
    The Microsoft DirectX® End-User Runtime provides updates to 9.0c and previous versions of DirectX — the core Windows® technology that drives high-speed multimedia and games on the PC. read more.
     
    Info: The addon will Slipstream DirectX runtimes into the windows image as Pre-Installed
     
    OS: Windows 7 / 8 / 8.1 - x86 / x64
     
    Version: 9.29.1974
     
    Download:
     
    DirectX_June2010_x86.WA
    Mirror - Mirror
    Size: 13.13 MB
    MD5 : 19d9de7038fc9f869e3126f20a785785
    SHA1: a2a0880986ed464403035822d296fc2b76f7ff25
     
    DirectX_June2010_x64.WA
    Mirror - Mirror
    Size: 27.83 MB
    MD5 : 78797de2739070bbc6329bc52a75d440
    SHA1: 7244d80c532c882a0a945d9d97e0067dd0b35294
     
    Note: on Windows 8/8.1/10 you need first to enable .NET Framework 3.5 feature
  17. Like
    abbodi1406 reacted to Legolash2o in WinToolkit x64?   
    I guessed but it's already set as AnyCPU so no performance benefits would be seen setting it to x64.
  18. Thanks
    abbodi1406 got a reaction from salam mohibach in Microsoft DirectX End-User Runtimes (June 2010)   
    Description:
     
    The Microsoft DirectX® End-User Runtime provides updates to 9.0c and previous versions of DirectX — the core Windows® technology that drives high-speed multimedia and games on the PC. read more.
     
    Info: The addon will Slipstream DirectX runtimes into the windows image as Pre-Installed
     
    OS: Windows 7 / 8 / 8.1 - x86 / x64
     
    Version: 9.29.1974
     
    Download:
     
    DirectX_June2010_x86.WA
    Mirror - Mirror
    Size: 13.13 MB
    MD5 : 19d9de7038fc9f869e3126f20a785785
    SHA1: a2a0880986ed464403035822d296fc2b76f7ff25
     
    DirectX_June2010_x64.WA
    Mirror - Mirror
    Size: 27.83 MB
    MD5 : 78797de2739070bbc6329bc52a75d440
    SHA1: 7244d80c532c882a0a945d9d97e0067dd0b35294
     
    Note: on Windows 8/8.1/10 you need first to enable .NET Framework 3.5 feature
  19. Like
    abbodi1406 got a reaction from kalilou in Visual C++ Redistributable Runtimes   
    Description:

    The Visual C++ Redistributable Packages install runtime components that are required to run applications that are developed by using Visual Studio. These packages install run-time components of these libraries: C Runtime (CRT), Standard C++, ATL, MFC, C++ AMP, OpenMP and MSDIA. read more.

    OS: Windows All

    Versions:
    VC++ 2022: 14.40.33807.0 VC++ 2013: 12.0.40664.0 VC++ 2012: 11.0.61135.400 VC++ 2010: 10.0.40219.473 VC++ 2008: 9.0.30729.7523 VC++ 2005: 8.0.61187 VC++ 2003: 7.10.6119.0 Vc++ 2002: 7.0.9975.0 + Legacy Visual Basic Runtimes Files Contents:
    vcredist_x64_Win7 / vcredist_x86_Win7: All runtimes for Windows 7 SP1 vcredist_x64_2022_WinAll / vcredist_x86_2022_WinAll: Visual C++ 2022 vcredist_x64_2013d_WinAll / vcredist_x86_2013d_WinAll: Visual C++ 2013, 2012, 2010, 2003, 2002 Visual Basic 6.0 Runtimes vcredist_x64_SxS_Win7 / vcredist_x86_SxS_Win7: Visual C++ 2008, 2005 for Windows 7 SP1 vcredist_x64_SxS_Win810 / vcredist_x86_SxS_Win810: Visual C++ 2008, 2005 for Windows 8.1/10 Important Notes:
    # Integrating SxS 2008/2005 addons require launching Wintoolkit with TrustedInstaller privileges, to gain write access to WinSxS directory
    for that, you need to use NSudo (or other similar tools):
    - download and extract latest release Binary.zip
    - launch Win32\NSudo.exe or x64\NSudo.exe, or run NSudo.bat as administrator
    - make sure User is set to TrustedInstaller
    - check "Enable All Privileges"
    - paste Wintoolkit.exe path in the lower box (or Browse to the file)
    - click run
    if you are using Windows 7 Simplix Update Pack, you don't need that, it already handle the required privileges
    # vcredist_x64_Win7 / vcredist_x86_Win7 is AIO addon, mainly to be used with Simplix Update Pack, or else you need Wintoolkit with NSudo
    # VC++ 2022 runtimes are binary compatible and upgrade to VC++ 2015-2017-2019 and cover all VS 2015-2017-2019-2022 programs
    # To complete VC++ 2022 functions for Windows 7/8.1, you need to integrate Universal CRT components, which is available with latest Monthly Rollup, or updates KB3118401/KB2999226
    Download:
    vcredist_x64_Win7_20240411.WA
    vcredist_x86_Win7_20240411.WA
    vcredist_x64_2022_WinAll_14.40.33807.WA
    vcredist_x86_2022_WinAll_14.40.33807.WA
    vcredist_x64_2013d_WinAll.WA
    vcredist_x86_2013d_WinAll.WA
    vcredist_x64_SxS_Win7.WA
    vcredist_x86_SxS_Win7.WA
    vcredist_x64_SxS_Win810.WA
    vcredist_x86_SxS_Win810.WA
    you can find latest releases -> here
    SHA1 checksums:
    05e938f354c059d89d846d2e9a7591d05154aa70 *vcredist_x64_2013d_WinAll.WA 534f1e53080819aeb58e3b060d7c6a0a76b4d4d4 *vcredist_x86_2013d_WinAll.WA 8cc9f65fc444a878d8cabd0ad317597edb552f07 *vcredist_x64_SxS_Win7.WA 886faa949e7d51a40dc8d467f65c373f887c2ec3 *vcredist_x86_SxS_Win7.WA 94e267e5e6ff89854bd64b6260333664a266c754 *vcredist_x64_SxS_Win810.WA 206fda69fa2d3fd838dd9e3ee33f35c4cd7a2cae *vcredist_x86_SxS_Win810.WA Credits to ricktendo for original repack AIO
  20. Thanks
    abbodi1406 got a reaction from salam mohibach in Microsoft .NET Framework 4.8 for Windows 7   
    Description:
     
    The .NET Framework is a popular development platform for building apps for Windows, Windows Store, Windows Phone, Windows Server, and Windows Azure. The .NET Framework platform includes the C# and Visual Basic programming languages, the common language runtime, and an extensive class library. read more.
     
    Info: The .NET package will be slipstreamed as pre-installed
    OS: Windows 7 SP1
    Notes:
    - The addon will conflict with some Windows Updates (.NET 3.5 Family), so leave the addon's integration to the last.
    - Add main addon first before LangPack addon, to get ASP.NET service localization properly.
    - To function properly, .NET 4.7.x require D3DCompiler_47.dll component, which is found in either the current "Monthly Quality Rollup" or "update KB4019990". It is recommended to integrate it first, or you can install it later.
    Windows6.1-KB4019990-x64.msu
    Windows6.1-KB4019990-x86.msu
    .NET 4.8:
    .NET 4.7.2:
    Languages Codes Reference:
     
  21. Like
    abbodi1406 got a reaction from Extended in Microsoft .NET Framework 4.8 for Windows 7   
    Updated
     
    only Regular Addon this time
    if you want the Full use the previous one, or copy netfx_Full_LDR.mzz file of it
  22. Like
    abbodi1406 reacted to Kelsenellenelvian in workgroup   
    Your answers are very argumentative and counter productive. I am doing my job here as staff to protect WinCerts interests and you are being grossly disrespectful. WinCert absolutely HAS to obey licensing laws or our funding from adsense and our servers will be pulled and shut down.
     
    I am going to give you a 3 day vacation from your ability to post here and see if you can come back a bit more respectful. 
     
    Also I am still removing you link because that is still against copyright laws as you cannot redistribute that file without RealVNC's permission. (A simple link to thier site is enough) 
  23. Like
    abbodi1406 got a reaction from dingo in Microsoft .NET Framework 4.8 for Windows 7   
    Description:
     
    The .NET Framework is a popular development platform for building apps for Windows, Windows Store, Windows Phone, Windows Server, and Windows Azure. The .NET Framework platform includes the C# and Visual Basic programming languages, the common language runtime, and an extensive class library. read more.
     
    Info: The .NET package will be slipstreamed as pre-installed
    OS: Windows 7 SP1
    Notes:
    - The addon will conflict with some Windows Updates (.NET 3.5 Family), so leave the addon's integration to the last.
    - Add main addon first before LangPack addon, to get ASP.NET service localization properly.
    - To function properly, .NET 4.7.x require D3DCompiler_47.dll component, which is found in either the current "Monthly Quality Rollup" or "update KB4019990". It is recommended to integrate it first, or you can install it later.
    Windows6.1-KB4019990-x64.msu
    Windows6.1-KB4019990-x86.msu
    .NET 4.8:
    .NET 4.7.2:
    Languages Codes Reference:
     
  24. Like
    abbodi1406 got a reaction from Troubadix in Microsoft .NET Framework 4.8 for Windows 7   
    Description:
     
    The .NET Framework is a popular development platform for building apps for Windows, Windows Store, Windows Phone, Windows Server, and Windows Azure. The .NET Framework platform includes the C# and Visual Basic programming languages, the common language runtime, and an extensive class library. read more.
     
    Info: The .NET package will be slipstreamed as pre-installed
    OS: Windows 7 SP1
    Notes:
    - The addon will conflict with some Windows Updates (.NET 3.5 Family), so leave the addon's integration to the last.
    - Add main addon first before LangPack addon, to get ASP.NET service localization properly.
    - To function properly, .NET 4.7.x require D3DCompiler_47.dll component, which is found in either the current "Monthly Quality Rollup" or "update KB4019990". It is recommended to integrate it first, or you can install it later.
    Windows6.1-KB4019990-x64.msu
    Windows6.1-KB4019990-x86.msu
    .NET 4.8:
    .NET 4.7.2:
    Languages Codes Reference:
     
  25. Thanks
    abbodi1406 got a reaction from unwanted_69 in Microsoft .NET Framework 4.8 for Windows 7   
    Description:
     
    The .NET Framework is a popular development platform for building apps for Windows, Windows Store, Windows Phone, Windows Server, and Windows Azure. The .NET Framework platform includes the C# and Visual Basic programming languages, the common language runtime, and an extensive class library. read more.
     
    Info: The .NET package will be slipstreamed as pre-installed
    OS: Windows 7 SP1
    Notes:
    - The addon will conflict with some Windows Updates (.NET 3.5 Family), so leave the addon's integration to the last.
    - Add main addon first before LangPack addon, to get ASP.NET service localization properly.
    - To function properly, .NET 4.7.x require D3DCompiler_47.dll component, which is found in either the current "Monthly Quality Rollup" or "update KB4019990". It is recommended to integrate it first, or you can install it later.
    Windows6.1-KB4019990-x64.msu
    Windows6.1-KB4019990-x86.msu
    .NET 4.8:
    .NET 4.7.2:
    Languages Codes Reference:
     
×
×
  • Create New...