Updates for Chrome and .NET (#146)

* Update Chrome and remove decompressing step (WTF are you thinking google forcing a 400 MB download vs 130 MB?!)

* Add `Microsoft.NETCore.App` and `Microsoft.WindowsDesktop.App` registries

* Update Chrome to v138.0.7204.97
This commit is contained in:
PercyDan
2025-07-05 01:28:46 +08:00
committed by GitHub
parent 19b4b824c7
commit 437e950cdd
6 changed files with 36 additions and 17 deletions

View File

@@ -34,8 +34,8 @@ Description=(v6.0.36) .NET 6 is a cross-platform software development framework
Selected=False
Level=4
Author=Homes32
Version=1.0.12.0
Date=2024-12-14
Version=1.0.13.0
Date=2025-06-25
Mandatory=False
[Variables]
@@ -75,9 +75,13 @@ RegWrite,HKLM,0x2,"Tmp_System\ControlSet001\Control\Session Manager\Environment"
If,%SourceArch%,Equal,x64,Begin
RegWrite,HKLM,0x4,"Tmp_Software\dotnet\Setup\InstalledVersions\x64",%ProgramVersion%,1
RegWrite,HKLM,0x1,"Tmp_Software\WOW6432Node\dotnet\Setup\InstalledVersions\x64","InstallLocation","%PEPrograms%\dotnet\"
RegWrite,HKLM,0x4,"Tmp_Software\WOW6432Node\dotnet\Setup\InstalledVersions\x64\sharedfx\Microsoft.NETCore.App",%ProgramVersion%,1
RegWrite,HKLM,0x4,"Tmp_Software\WOW6432Node\dotnet\Setup\InstalledVersions\x64\sharedfx\Microsoft.WindowsDesktop.App",%ProgramVersion%,1
End
Else,Begin
RegWrite,HKLM,0x4,"Tmp_Software\dotnet\Setup\InstalledVersions\x86",%ProgramVersion%,1
RegWrite,HKLM,0x4,"Tmp_Software\dotnet\Setup\InstalledVersions\x86\sharedfx\Microsoft.NETCore.App",%ProgramVersion%,1
RegWrite,HKLM,0x4,"Tmp_Software\dotnet\Setup\InstalledVersions\x86\sharedfx\Microsoft.WindowsDesktop.App",%ProgramVersion%,1
End
RegUnloadHives