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

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

  1. Undying

    Undying Ancient Guru

    Messages:
    25,478
    Likes Received:
    12,883
    GPU:
    XFX RX6800XT 16GB
    Thanks for keeping this updated.
     
  2. LocoDiceGR

    LocoDiceGR Ancient Guru

    Messages:
    2,861
    Likes Received:
    1,075
    GPU:
    Gigabyte 3060 Ti
    Thanks, i just find out about this.
    Great Work!
     
  3. Sabbath

    Sabbath Maha Guru

    Messages:
    1,218
    Likes Received:
    368
    GPU:
    RTX 2080 Super
    :cheers:Thanks again man.
     
  4. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,750
    Likes Received:
    1,868
    GPU:
    EVGA 1070Ti Black
    I have question why is FSharp.core included ? every time I do the NGEN thing or any compiling it shoot and error out about Fsharp.core isnt running/installed anyway. might of even ask this before i dont remember, lucky i remember what i did last night.
     

  5. Putzo

    Putzo Active Member

    Messages:
    52
    Likes Received:
    2
    GPU:
    GTX 970
    My "FSharp" thingy compiled its Native Images just fine on my Win7 box, once my computer was idle enough time. Is that what you talking about? (v39 here)
     
  6. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,750
    Likes Received:
    1,868
    GPU:
    EVGA 1070Ti Black
    yah, though i on im on win10, but even when I was still on win7 I always got Fsharp.core error about it not loaded.

    And I used NGEN option 1 to just do the compiling before i was using ngen do all this i was run my own script/bat files which got the same error.

    C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe executeQueuedItems

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe executeQueuedItems

    which was those 2 lines in bat command format.
     
  7. thatguy91

    thatguy91 Guest

    You should do a full ngen update. You can use this script for it:
    http://1drv.ms/1WCu3ZT

    ngen will show some errors which is normal behaviour. Typically these are okay apart from critical issues which actually stop ngen from completing the task.
     
  8. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,750
    Likes Received:
    1,868
    GPU:
    EVGA 1070Ti Black
    I do run the full ngen update every time i install new verison of the AIO installer, but that Fsharp error has always been there as far as i can remember, which why i asked been ignoring it all this time, just curious as to why it doing it if it installed
     
  9. Vanfear

    Vanfear Guest

    Messages:
    1
    Likes Received:
    0
    GPU:
    gt740
    Author, try this russian cloud service for your releases, i maked example:
    cloud.mail.ru public P5y1 bU3Zon8Af (cant post links yet, so replase spaces to /)
    25GB for free and no knowns limitations (2gb file upload limit via browser, have sync program).

    Also this code for perfect detection os type (x64\x86):

    set x=x64
    if %processor_architecture%==x86 if not defined processor_architew6432 set x=x86
    if %x%==x64 (echo x64) else (echo x86)
    pause

    Helpfull if using with 32bit sfx'es, 7z, winrar etc. Just info what i knows.
     
  10. odin2free

    odin2free Guest

    Messages:
    2
    Likes Received:
    0
    GPU:
    GTX960 SSC eGPU
    Thank you sooooo much..
    Saving time with your use of time :D
     

  11. CPC_RedDawn

    CPC_RedDawn Ancient Guru

    Messages:
    10,449
    Likes Received:
    3,128
    GPU:
    PNY RTX4090
    updated OP with v40!

    thanks thatguy91!
     
  12. thatguy91

    thatguy91 Guest

    Just in time for V41!

    Visual C++ Runtime Installer v41!
    -------------------------------------


    Changes:
    • updated the C++ 2015 runtimes to 14.0.23918


    Visual C++ Redist Installer V41 - https://onedrive.live.com/redir?res...3391&authkey=!AIhQ7WdUTJEiG-k&ithint=file,exe

    The Visual Studio 15 (which will probably end up being called Visual Studio 2017) preview just released does not contain any new runtimes.

    As always, if people find later C++ runtimes than are included in the installer, PM me.
     
  13. CrazY_Milojko

    CrazY_Milojko Ancient Guru

    Messages:
    2,683
    Likes Received:
    1,611
    GPU:
    Asus STRIX 1070 OC
    ^^^^ Thanks man!
     
  14. WhiteLightning

    WhiteLightning Don Illuminati Staff Member

    Messages:
    30,788
    Likes Received:
    3,960
    GPU:
    Inno3d RTX4070
  15. thatguy91

    thatguy91 Guest

    There is an update to the 2013 files, but I have no idea where to download it from. Microsoft doesn't make it easy sometimes, and it appears this time they simply forgot to add the download?!

    Here is the KB article:
    https://support.microsoft.com/en-us/kb/3138367

    As you can see, it is intended for the end user, and described as 'download only'. However, there are no links in order to actually download them on this page, the support centre, the Visual Studio page, through Microsoft's download centre, or anywhere else for that matter.
     

  16. Agent-A01

    Agent-A01 Ancient Guru

    Messages:
    11,640
    Likes Received:
    1,143
    GPU:
    4090 FE H20
  17. thatguy91

    thatguy91 Guest

    Visual C++ Runtime Installer v42!
    -------------------------------------


    Changes:
    • updated the C++ 2013 runtimes 12.0.30501.0 --> 12.0.40649.5
    • updated the C++ 2015 runtimes, x86 only 14.0.23918.0 --> 14.0.24001
    • updated Fsharp runtimes 4.40.23413.0 --> 4.41.23618.0


    The Visual Studio 15 (which will probably end up being called Visual Studio 2017) preview just released does not contain any new runtimes. Unfortunately the x64 version of the 2015 runtimes is unavailable. I'll update them once newer versions are available.

    Visual C++ Redist Installer V42 - https://onedrive.live.com/redir?res...6011&authkey=!ANXnlaivqizeKUM&ithint=file,exe

    As always, if people find later C++ runtimes than are included in the installer, PM me.
     
    Last edited by a moderator: Apr 6, 2016
  18. CrazY_Milojko

    CrazY_Milojko Ancient Guru

    Messages:
    2,683
    Likes Received:
    1,611
    GPU:
    Asus STRIX 1070 OC
    Thanks thatguy!
     
  19. tsunami231

    tsunami231 Ancient Guru

    Messages:
    14,750
    Likes Received:
    1,868
    GPU:
    EVGA 1070Ti Black

    Nice, Wait are you Burf?
     
  20. CrazY_Milojko

    CrazY_Milojko Ancient Guru

    Messages:
    2,683
    Likes Received:
    1,611
    GPU:
    Asus STRIX 1070 OC
    You're probably the only one on this thread who doesn't know that :) In one of earlier posts here someone mentioned that I think.
     

Share This Page