.Net 4.7.2 Installer
Posted: Tue Feb 28, 2023 4:58 pm
I am adding .net 4.7.2 as an application runtime to a compressed single file installer. Using the scripts that are included causes the installer to increase in size by over 500 MB. So I am looking to try a different solution.
Is the installer that downloads the framework instead of including it included somewhere I missed or do I have to manually implement it? Web Media blocks may be the way to go but the documentation says it does nothing for Uncompressed or Compressed build types.
The C++ redistributables also seem to be missing 14 update 3 so I tried a trial of x15 to see if they were there but no luck.
Is the installer that downloads the framework instead of including it included somewhere I missed or do I have to manually implement it? Web Media blocks may be the way to go but the documentation says it does nothing for Uncompressed or Compressed build types.
The C++ redistributables also seem to be missing 14 update 3 so I tried a trial of x15 to see if they were there but no luck.