Louis Lenders : wine.inf: Add registry key HKLM, %CurrentVersionNT%, " ProductName".
Module: wine Branch: master Commit: e3edf08e8ca6862868fadc7598f56f51ab462e05 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e3edf08e8ca6862868fadc7598... Author: Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> Date: Mon Aug 15 21:11:36 2011 +0200 wine.inf: Add registry key HKLM,%CurrentVersionNT%,"ProductName". --- tools/wine.inf.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/wine.inf.in b/tools/wine.inf.in index 1113400..e317a0d 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -3049,6 +3049,7 @@ HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.1" HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 3" HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"2600" HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free" +HKLM,%CurrentVersionNT%,"ProductName",2,"Microsoft Windows XP" HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT" HKLM,%Control%\Windows,"CSDVersion",0x10003,0x300 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"
participants (1)
-
Alexandre Julliard