New C++ Installer released [Hassle free uninstaller/reinstaller]

Discussion in 'General Software and Applications' started by CPC_RedDawn, Sep 30, 2014.

  1. CrazY_Milojko

    CrazY_Milojko Ancient Guru

    Messages:
    2,683
    Likes Received:
    1,611
    GPU:
    Asus STRIX 1070 OC
    Thanks thatguy91!
     
  2. Sabbath

    Sabbath Maha Guru

    Messages:
    1,213
    Likes Received:
    350
    GPU:
    RTX 2080 Super
    Appreciate it thanks man.
     
  3. Elite3540

    Elite3540 Guest

    Messages:
    668
    Likes Received:
    1
    GPU:
    MSI GTX 970 GAMING 4G OC
    Thanks man, like always we can count on you! :)
     
  4. CPC_RedDawn

    CPC_RedDawn Ancient Guru

    Messages:
    10,413
    Likes Received:
    3,079
    GPU:
    PNY RTX4090
    Updated OP with latest V37

    Thanks goes to thatguy91 for the link :D
     

  5. Jackalito

    Jackalito Master Guru

    Messages:
    584
    Likes Received:
    101
    GPU:
    Radeon RX 6800 XT
    Awesome, thank you guys!! :)
     
  6. pakoo

    pakoo Member Guru

    Messages:
    175
    Likes Received:
    29
    GPU:
    6800XT Red Devil EL
    Very Nice thread. Thanks so much
     
  7. aldaaime78

    aldaaime78 Guest

    Messages:
    2
    Likes Received:
    0
    GPU:
    pas
    Yeah, it's cool for me a tiro here, thanks for the topic !
     
  8. Elajitz

    Elajitz Master Guru

    Messages:
    775
    Likes Received:
    190
    GPU:
    GeForce RTX 4090
    should i stay away from these Visual C++ Runtime Installer
    On windows 10?
     
  9. holystarlight

    holystarlight Master Guru

    Messages:
    792
    Likes Received:
    62
    GPU:
    Nvidia 4090
    you will see need it for some programs, since Visual C++ Runtime doesn't come bundled with the OS
     
  10. thatguy91

    thatguy91 Guest

    That's right.
     

  11. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,725
    Likes Received:
    1,855
    GPU:
    EVGA 1070Ti Black
    IF you do at some point if program needs it and let "windows" install it will be installed as "APP" and if you will have issues trying to remove it if you have too.

    .net40 and all that installed as "APP" and and there for is not listed in programs and features cause i let windows do that and uninstall apps is royal pain in the ass.

    Not true if you look at install apps you will find VClibs12/14 installed as apps which pretty sure is installed by this all in one isntaller well at lest vclibs12 is
     
    Last edited: Sep 2, 2015
  12. Elajitz

    Elajitz Master Guru

    Messages:
    775
    Likes Received:
    190
    GPU:
    GeForce RTX 4090
    i got them listed here! :)
    [​IMG]
     
  13. CPC_RedDawn

    CPC_RedDawn Ancient Guru

    Messages:
    10,413
    Likes Received:
    3,079
    GPU:
    PNY RTX4090
    This is not my work, all credit goes to thatguy91 who is the creator on this lovely little app :)

    I just posted it here.
     
  14. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,725
    Likes Received:
    1,855
    GPU:
    EVGA 1070Ti Black
    yah there install by the installer but win 10 also installs and maintains it own copy of vclibs 12/14 "via" apps which u will never see listed in program and feature

    HAve to go threw powershell to see list of installed/staged apps on the system
     
    Last edited: Sep 4, 2015
  15. thatguy91

    thatguy91 Guest

    For those that are interested! These are the runtimes for normal applications, not the 'Metro' style universal apps. That uses a separate runtime which is updated through the Windows Store.

    Visual C++ Runtime Installer v38a!
    --------------------------------------


    Changes:
    • updated the C++ 2015 runtimes to 14.0.23506.0
      [*]updated F# to version 4.40.23413.0
      [*]updated C++ 2013 core files to REAL 12.0.30501.0


    Even though the redist installer from Microsoft is labelled with version 12.0.30501.0, the actual files are 12.0.21005.1. I found the REAL (just emphasising the point that they're the real deal) 12.0.30501.0, but only with the core files msvcr120.dll and msvcp120.dll. This is perfectly fine, so enjoy :). As always, if people find later C++ runtimes than are included in the installer, PM me.

    I've also updated the Easy Ngen .NET Framework Runner. This can be used on Windows 7 and 8.1 (as long as a recent .NET Framework is installed), and of course Windows 10. In Windows 10, a separate command is also run for completeness.

    See updated post information <here>. Links here have been updated to reflect the changes.

    Easy Ngen (.NET Framework) Runner V4 - https://db.tt/R1X8Usf6
    Visual C++ Redist Installer V38a - https://db.tt/bE1nXYW4
     
    Last edited by a moderator: Dec 7, 2015

  16. CrazY_Milojko

    CrazY_Milojko Ancient Guru

    Messages:
    2,683
    Likes Received:
    1,611
    GPU:
    Asus STRIX 1070 OC
    Yes we are interested indeed! Thanks a lot man, keep up the good work!
     
  17. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,725
    Likes Received:
    1,855
    GPU:
    EVGA 1070Ti Black
    I am gatherthing "Easy Ngen (.NET Framework) Runner V3"

    is the same as

    Code:
    @echo off
    C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe executeQueuedItems 
    echo.
    echo. 32bit Complie Done
    echo.
    
    
    
    @echo off
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe executeQueuedItems
    echo.
    echo. 64bit Compile Done
    echo.
    
    pause
    
    bat i made that I run after update VC and .net
     
    Last edited: Dec 6, 2015
  18. thatguy91

    thatguy91 Guest

    No, it runs ngentask runtimewide command and then ngen update for both 32 bit and 64 bit. It's more thorough than what you run.
     
  19. WhiteLightning

    WhiteLightning Don Illuminati Staff Member

    Messages:
    30,767
    Likes Received:
    3,936
    GPU:
    Inno3d RTX4070
    cheers thatguy91
     
  20. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,725
    Likes Received:
    1,855
    GPU:
    EVGA 1070Ti Black
    same outcome no?, i got both I use the NGEN one for awhile after and update, probably wont notice a diffrence though
     

Share This Page