Alexandre Julliard : wine.inf: Remove redundant platform-specific sections.
Module: wine Branch: master Commit: 863858da2aa42edfa3b4e639905fcad7056eaeb5 URL: https://gitlab.winehq.org/wine/wine/-/commit/863858da2aa42edfa3b4e639905fcad... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Mar 2 18:11:32 2023 +0100 wine.inf: Remove redundant platform-specific sections. --- loader/wine.inf.in | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 1f5138051c9..6199c73f300 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -119,7 +119,7 @@ AddReg=\ SessionMgr,\ Tapi,\ ThemeManager,\ - VersionInfo.ntamd64,\ + VersionInfo,\ LicenseInformation [DefaultInstall.ntarm64] @@ -144,7 +144,7 @@ AddReg=\ SessionMgr,\ Tapi,\ ThemeManager,\ - VersionInfo.ntamd64,\ + VersionInfo,\ LicenseInformation [Wow64Install] @@ -159,11 +159,9 @@ AddReg=\ MCI,\ Misc,\ Tapi,\ - VersionInfo.ntamd64,\ + VersionInfo,\ LicenseInformation -[Wow64Install.ntarm64] -WineFakeDlls=FakeDllsWin32 [DefaultInstall.Services] AddService=BITS,0,BITSService @@ -2488,25 +2486,6 @@ HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT" HKLM,%Control%\Windows,"CSDVersion",0x10003,0 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT" -[VersionInfo.ntamd64] -HKLM,%CurrentVersionNT%,"CurrentVersion",2,"6.3" -HKLM,%CurrentVersionNT%,"CurrentMajorVersionNumber",0x10001,10 -HKLM,%CurrentVersionNT%,"CurrentMinorVersionNumber",0x10001,0 -HKLM,%CurrentVersionNT%,"CurrentBuild",2,"18362" -HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"18362" -HKLM,%CurrentVersionNT%,"CurrentType",2,"Multiprocessor Free" -HKLM,%CurrentVersionNT%,"DigitalProductId",1,00,00,00,00,00,00,00,00,00,00,00,\ -00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ -00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ -00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ -00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ -00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ -00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -HKLM,%CurrentVersionNT%,"ProductName",2,"Windows 10 Pro" -HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT" -HKLM,%Control%\Windows,"CSDVersion",0x10003,0 -HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT" - [Wow64] ; Wow6432Node symlinks HKLM,Software\Classes\Wow6432Node\AppId,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Classes\AppId"
participants (1)
-
Alexandre Julliard