Module: wine Branch: master Commit: 5069cb7b07ee4fc76d27b76b178322049935e25f URL: http://source.winehq.org/git/wine.git/?a=commit;h=5069cb7b07ee4fc76d27b76b17...
Author: Janis Lukss pendrokar@gmail.com Date: Sun Dec 14 18:18:11 2014 +0200
wine.inf: Added ProductId registry key also to "Windows NT".
---
loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+)
diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 2fc2362..a4548f2 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -468,6 +468,7 @@ HKLM,%CurrentVersion%\Uninstall,,16 HKCU,%CurrentVersion%\Run,,16 HKLM,%CurrentVersion%\Run,,16 HKLM,%CurrentVersionNT%,"InstallDate",0x10003,1273299354 +HKLM,%CurrentVersionNT%,"ProductId",,"12345-oem-0000001-54321" HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,"" HKLM,%CurrentVersionNT%,"RegisteredOwner",2,"" HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"