diff --git a/Essentials/dotnet481.yml b/Essentials/dotnet481.yml new file mode 100644 index 0000000..0507770 --- /dev/null +++ b/Essentials/dotnet481.yml @@ -0,0 +1,24 @@ +Name: dotnet481 +Description: Microsoft .NET Framework 4.8.1 +Provider: Microsoft +License: Microsoft EULA +License_url: https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm +Conflicts: + - mono +Steps: + - action: uninstall + file_name: Wine Mono + + - action: install_exe + environment: + WINEDLLOVERRIDES: fusion=b + file_name: NDP481-x86-x64-AllOS-ENU.exe + url: https://download.microsoft.com/download/4/b/2/cd00d4ed-ebdd-49ee-8a33-eabc3d1030e3/NDP481-x86-x64-AllOS-ENU.exe + rename: dotnet481.exe + file_checksum: ead82f7ab00fc5847c4d7c292f424267 + file_size: 77688504 + arguments: /q /norestart + + - action: override_dll + dll: mscoree + type: native diff --git a/Essentials/dotnetcoredesktop8.yml b/Essentials/dotnetcoredesktop8.yml index 624de7c..6ec1eb1 100644 --- a/Essentials/dotnetcoredesktop8.yml +++ b/Essentials/dotnetcoredesktop8.yml @@ -3,22 +3,19 @@ Description: Microsoft .NET Core Desktop Runtime 8.0 LTS Provider: Microsoft License: Microsoft EULA License_url: https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm -Dependencies: [] Steps: -- action: install_exe - file_name: windowsdesktop-runtime-8.0.4-win-x86.exe - url: https://download.visualstudio.microsoft.com/download/pr/1fbf5c5f-9770-402d-8971-83da662d8cf9/4e37b3c24bcb6004875b9f8b08024303/windowsdesktop-runtime-8.0.4-win-x86.exe - rename: windowsdesktop-runtime-8.0.4-win-x86.exe - file_checksum: 462d5e365c384e08539d075d6176b0e5 - file_size: 53554592 - arguments: /quiet - -- action: install_exe - file_name: windowsdesktop-runtime-8.0.4-win-x64.exe - url: https://download.visualstudio.microsoft.com/download/pr/c1d08a81-6e65-4065-b606-ed1127a954d3/14fe55b8a73ebba2b05432b162ab3aa8/windowsdesktop-runtime-8.0.4-win-x64.exe - rename: windowsdesktop-runtime-8.0.4-win-x64.exe - file_checksum: 4ed51a4f5c761cf37a8841ebb40c5191 - file_size: 58449920 - arguments: /quiet - for: - - win64 + - action: install_exe + file_name: windowsdesktop-runtime-8.0.11-win-x86.exe + url: https://download.visualstudio.microsoft.com/download/pr/6e1f5faf-ee7d-4db0-9111-9e270a458342/4cdcd1af2d6914134308630f048fbdfc/windowsdesktop-runtime-8.0.11-win-x86.exe + file_checksum: 46d1152c101923309faaae1ba1c5b0f6 + file_size: 53664704 + arguments: /quiet + + - action: install_exe + file_name: windowsdesktop-runtime-8.0.11-win-x64.exe + url: https://download.visualstudio.microsoft.com/download/pr/27bcdd70-ce64-4049-ba24-2b14f9267729/d4a435e55182ce5424a7204c2cf2b3ea/windowsdesktop-runtime-8.0.11-win-x64.exe + file_checksum: fba1071515dcdf3c4d27d1eb0a7b4769 + file_size: 58495680 + arguments: /quiet + for: + - win64 diff --git a/Essentials/dotnetcoredesktop9.yml b/Essentials/dotnetcoredesktop9.yml new file mode 100644 index 0000000..5a3ff63 --- /dev/null +++ b/Essentials/dotnetcoredesktop9.yml @@ -0,0 +1,21 @@ +Name: dotnetcoredesktop9 +Description: Microsoft .NET Core Desktop Runtime 9.0 LTS +Provider: Microsoft +License: Microsoft EULA +License_url: https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm +Steps: + - action: install_exe + file_name: windowsdesktop-runtime-9.0.0-win-x86.exe + url: https://download.visualstudio.microsoft.com/download/pr/8dfbde7b-c316-418d-934a-d3246253f342/69c6a35b77a4f01b95588e1df2bddf9a/windowsdesktop-runtime-9.0.0-win-x86.exe + file_checksum: b6eb2ed61ba50ec4075591fff22176f3 + file_size: 55471288 + arguments: /quiet + + - action: install_exe + file_name: windowsdesktop-runtime-9.0.0-win-x64.exe + url: https://download.visualstudio.microsoft.com/download/pr/685792b6-4827-4dca-a971-bce5d7905170/1bf61b02151bc56e763dc711e45f0e1e/windowsdesktop-runtime-9.0.0-win-x64.exe + file_checksum: 43fa2c5ac20c7fb26d06e7fb786cd880 + file_size: 60752776 + arguments: /quiet + for: + - win64 diff --git a/index.yml b/index.yml index 7d0001e..c564037 100644 --- a/index.yml +++ b/index.yml @@ -81,6 +81,9 @@ dotnet472: dotnet48: Description: Microsoft .NET Framework 4.8 Category: Essentials +dotnet481: + Description: Microsoft .NET Framework 4.8.1 + Category: Essentials dotnetcore3: Description: Microsoft .NET Core Runtime 3.1 LTS Category: Essentials @@ -96,6 +99,9 @@ dotnetcoredesktop7: dotnetcoredesktop8: Description: Microsoft .NET Core Desktop Runtime 8.0 LTS Category: Essentials +dotnetcoredesktop9: + Description: Microsoft .NET Core Desktop Runtime 9.0 LTS + Category: Essentials # GENERIC # ------------------------------