[Repack] Visual C++ Redistributable Runtimes [2024-11-06]

Discussion in 'Application Software' started by abbodi1406, Mar 9, 2018.

  1. catosis

    catosis MDL Junior Member

    Apr 24, 2022
    87
    23
    0
    #881 catosis, Sep 18, 2024
    Last edited: Sep 18, 2024
  2. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,254
    1,151
    60
    Indeed, I have tried to install something from AMD and it literally said that VisualC++ missing, some apps probably need a specific version to work, but I have not encountered that in years till recently.
     
  3. catosis

    catosis MDL Junior Member

    Apr 24, 2022
    87
    23
    0
    Dude.
    pl-pl_windows_10_enterprise_ltsc_2021_x64_dvd_eff40776.iso
    (converted to IoT by MAS)
    +
    your VC Repack v83
    =
    ModOrganizer2 doesn't start

    installed other VC pack and it works

    maybe it's a windows' language, or edition, or updates (I didn't update the system at all)

    Beyond any doubt you create excellent stuff, but VC pack is broken.
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
    There is nothing "missing" in VC++ redists included with the repack

    unless you check and list what the other VC pack installs, or what ModOrganizer2 needs to start, there nothing i can magically speculate and fix
     
  5. June's Hill

    June's Hill MDL Novice

    Jul 1, 2021
    8
    3
    0
  6. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,254
    1,151
    60
    The fact is that you might need those libraries. Apps I tried complained about missing 2015/2017, which are part of techpowerup pack, sometimes less is more. Latest versions do not matter much, apps use .net a other runtimes now.
     

    Attached Files:

  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
    multiple 2015-2022 versions cannot coexist, the latest will take precedence
    installing old 2015-2019 over installed msi 2022 will just mess up registry, but it will not replace the runtimes files
     
  8. AsaadSoft

    AsaadSoft MDL Addicted

    Jul 29, 2015
    542
    171
    30
    how can it be integrated with a windows 10 or 11 iso ??
     
  9. Outbreaker

    Outbreaker MDL Senior Member

    Jan 20, 2018
    333
    85
    10
    #891 Outbreaker, Oct 9, 2024
    Last edited: Oct 9, 2024
    Create a batch script "SetupComplete.cmd" in the ISO folder "$OEM$\$$\Setup\Scripts" and put the "VisualCppRedist_AIO_x86_x64.exe" file for example into the ISO folder "$OEM$\$$\Setup\Programs".

    SetupComplete.cmd file script:
    Code:
    @ECHO OFF
    TITLE My Extra Stuff
    PushD "%~dp0"
    
    START "" /WAIT "%SystemRoot%\Setup\Programs\VisualCppRedist_AIO_x86_x64.exe" /ai /gm2
    
    Reg Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\SetupComplete-CleanUp" /ve /t REG_SZ /d "SetupComplete CleanUp" /f 1>NUL
    Reg Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\SetupComplete-CleanUp" /v "1" /t REG_SZ /d "CMD /c RmDir /s /q \"%SystemRoot%\Setup\Programs\"" /f 1>NUL
    Reg Add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\SetupComplete-CleanUp" /v "2" /t REG_SZ /d "CMD /c RmDir /s /q \"%SystemRoot%\Setup\Scripts\"" /f 1>NUL
    
    EXIT
     
  10. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    485
    583
    10
    @abbodi1406

    any idea why this keeps popping up?

    Untitled.png

    I've to manually click "Run" for each file (19)
     
  11. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,767
    7,706
    210
    Did you remove the ZoneID from the downloaded file ("Unblock" in Properties)?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,755
    340
    #898 abbodi1406, Oct 10, 2024
    Last edited: Oct 10, 2024
    (OP)
    Did you enable some policies or AppLocker that prevent installation of unsigned programs? smart app control?
    msi files included with AIO are all modified (slimmed) and have no signature
     
  13. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    485
    583
    10
    #899 fLOW., Oct 10, 2024
    Last edited: Oct 10, 2024
    Nope. Is it needed?

    Don't think so, I don't even know what AppLocker is :D

    Edit: I've smart app control disabled
    Untitled.png
     
  14. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,767
    7,706
    210
    Do you have an Unblock button in Properties of the downloaded VCRedist installer? Did you press it to unblock the file?

    Example screen:

    unblock.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...