Jump to content
View in the app

A better way to browse. Learn more.

WinCert.net Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mattew

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Visual 2005-2022/C++ Redistributable x86/x64 [2025-06-18]

    Microsoft Visual C++ Redistributable una plataforma de software que permite ejecutar contenido que está escrito en el lenguaje de programación C ++. 
    El software se utiliza para ampliar características interactivas y multimedia del equipo. Microsoft Visual C ++ instala componentes en tiempo de ejecución, que son necesarios para iniciar y correcto trabajo de un gran número de aplicaciones, programas y muchos juegos populares. Características principales: La capacidad de ejecutar contenido que está escrito en el lenguaje de programación C ++ Ajuste de las bibliotecas de Visual C ++ Soporte entorno para el correcto funcionamiento de muchos programas y aplicaciones necesarios para ejecutar muchos juegos populares
    Que constituirá la infraestructura de muchos programas que utilizamos el VC Redist publicado por Microsoft y C ++, y le permite instalar el plug-in en una mano mucho más.
    Included 

    Visual C++ Redistributables (x86/x64)

    2005: 8.0.50727.6229
    2008: 9.0.30729.7523
    2010: 10.0.40219.473
    2012: 11.0.61135.400
    2013: 12.0.40664.0
    2022: 14.44.35211.0

    Visual Basic Runtimes
    - Visual Studio 2010 Tools for Office Runtime (x86/x64)
    10.0.60922
    - Legacy Runtimes heredados (x86)
    Visual C ++ 2002: 7.0.9975.0
    Visual C ++ 2003: 7.10.6119.0
    ► ARM64 tiene uno también
    Visual Studio 2010 Tools for Office Runtime (x86/x64)
    ►10.0.60833.0
    - Legacy Runtimes (x86)
    ►Visual C++ 2002: 7.0.9975.0
    ►Visual C++ 2003: 7.10.6119.0
    ►Visual Basic Runtimes
    - Universal CRT:
    ►parte complementaria de VC ++ 2022 redist.
    componente de bandeja de entrada para Windows 10.
    ►Los tiempos de ejecución de VC ++ 2022 son binarios compatibles con VC ++ 2015-2019 y cubren todos los programas VS 2015-2022.


    ▬▬ஜ۩۞۩ஜ▬▬** What´S NeW / UpdateS / ChangE LoG **▬▬ஜ۩۞۩ஜ▬▬
    ► Microsoft Visual C++ 2015-2022 Runtimes 14.44.35211.0 (32bit/64 bit/arm64 bit)
    Agregar modo de reparación: eliminar y reinstalar/actualizar los tiempos de ejecución ya instalados (Corrección n.° 100)
    Corregir el modo de actualización para los instaladores de WiX de VC++ 2012+ (anteriormente, los paquetes msi no se reinstalaban después)
    Corregir el modo de actualización para VC++ 2005/2008 (anteriormente, no se detectaban versiones anteriores)
    Corregir la detección para el instalador original de VSTOR y ProductCode
    Agregar soporte adecuado para el reempaquetado x86only
    Optimizar y deduplicar el código de script
    ► Visual Studio Tools for Office Runtime - 10.0.60910.0


    Windows 7, 8, 8.1, 10, 11 (32-bit/64-bit/arm64)
    Size: 29.8 Mb
    Date: 2025-06-18
    Todos los créditos a @ricktendo para el paquete fuente y todo el conocimiento sobre modding / reempaquetar instaladores MSI. Gracias!


    Visual C++ Redistributable Runtimes AIO Repack 14.44.35211.0 By abbodi1406 [2025-06-18]



    ==]>  password <: ☛:   2025

    LINKS 👇"

     
     



  2. Like
    mattew reacted to abbodi1406 in Microsoft .NET Framework 4.8 for Windows 7   
    Sorry, i got little busy
    updated.
  3. Like
    mattew reacted to :: VJ :: in Wincert Wallpaper   
    :icon_cool:

  4. Like
    The intl installer already has the Italian LP, but if you want to make one with just the ita LP do this:
    - Extract the NON intl slim installer dotNetFx40_Full_x86_x64_Slim.exe
    - Extract the Italian LP dotNetFx40LP_Full_x86_x64it_Slim.7z
    - Download the Intl SFX Maker and you need to do some editing of config.txt:
    Delete all the sections but keep these these 3:
     

    ;!@Install@!UTF-8!...;!@InstallEnd@!;!@Install@!UTF-8:Language:1033!...;!@InstallEnd@:Language:1033!;!@Install@!UTF-8:Language:1040!...;!@InstallEnd@:Language:1040!Edit the 1040 section to remove "it" from the MSI RunProgram, this is what it should look like: 

    ;!@Install@!UTF-8:Language:1040!RunProgram="netfx_corelp_%%P.msi /qb!"RunProgram="netfx_extendedlp_%%P.msi /qb!"AutoInstall="netfx_corelp_%%P.msi /qb!"AutoInstallc="netfx_corelp_%%P.msi /qn"AutoInstallf="netfx_corelp_%%P.msi /qn"AutoInstallf="netfx_extendedlp_%%P.msi /qn"AutoInstalln="netfx_corelp_%%P.msi /qn"AutoInstalln="netfx_extendedlp_%%P.msi /qn"CancelPrompt="Annullare?"ExtractTitle="Estrazione file"ExtractDialogText="{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}}\viewkind4\uc1\pard\sl240\slmult1\f0\fs18\lang9 Preparazione:\par}"FinishMessage="{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}}\viewkind4\uc1\pard\sl240\slmult1\f0\fs30\lang9 Installazione completata\par\fs16\par\par\parInstallazione di %product% completata.\par}";!@InstallEnd@:Language:1040!- Now you can compress and remake your installer with Ita LP using the drag&drop batch file
  5. Like
    Microsoft .NET Framework 2.0 SP2 - 20131008
    includes:
    dotNet Framework 2.0 SP2
    KB958481 - Application Compatibility Update
    KB976569 - Update for the .NET Framework 2.0 SP2 forward compatibility
    KB976576 - Rollup Update
    KB976765 - ASP.NET update
    KB980773 - NCL update
    KB2604092 - Vulnerabilities in .NET Framework Could Allow Remote Code Execution
    KB2729450 - Vulnerabilities in .NET Framework Could Allow Remote Code Execution
    KB2742596 - Vulnerabilities in .NET Framework Could Allow Elevation of Privilege
    KB2789643 - Vulnerabilities in .NET Framework Could Allow Elevation of Privilege
    KB2833940 - Vulnerabilities in .NET Framework and Silverlight Could Allow Remote Code Execution
    KB2836941v2 - Compatibility and Reliability Update
    KB2844285v2 - Vulnerabilities in .NET Framework and Silverlight Could Allow Remote Code Execution
    KB2863239 - Vulnerabilities in .NET Framework Could Allow Spoofing
    ===================================
    SVCpack addon which will install at T13 in SILENT mode.( -ai switch used )
    Link: Addon_Microsoft.Net_20SP2_20131008.7z
    CRC-32: b4d38f71
    MD4: 0ce72120991fdb848470bf8d499dd698
    MD5: 249ff15cc40de6e89f3c0dfa56a3432b
    SHA-1: 27dbfda14eb17441f769f46a1e40eaeec4fd6833
    Date: 20131008
    OS: Windows XP SP3 (x86)
    Size: 16.8 MB
    If you unpack the Addon to get access to the multimode installer you'll have access to the following switches:
    -ai = Silent
    -ai1 = Passive
    /h = displays help
    ===================================
    Some utilities:
    Aaron Stebner's .NET Framework Cleanup Utility
    Aaron Stebner's .NET Framework Setup Verification Tool
    dotNetFWVersionChecker.exe - .NET Framework Setup Verification Tool
    Free DotNet VersionCheck Utility
    ===================================

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.