Aric Stewart aric@codeweavers.com writes:
@@ -3019,6 +3019,7 @@ 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,%CurrentVersionNT%,"ProductId",,"12345-oem-0000001-54321"
I'm not sure it's a good idea to hardcode this.
It is the same value hard coded in the non WindowsNT current version block.
-aric
Sent from my iPhone.
On Apr 9, 2013, at 9:42 AM, Alexandre Julliard julliard@winehq.org wrote:
Aric Stewart aric@codeweavers.com writes:
@@ -3019,6 +3019,7 @@ 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,%CurrentVersionNT%,"ProductId",,"12345-oem-0000001-54321"
I'm not sure it's a good idea to hardcode this.
-- Alexandre Julliard julliard@winehq.org
Codeweavers aric@codeweavers.com writes:
It is the same value hard coded in the non WindowsNT current version block.
That probably wasn't a good idea either. Do you know what your app is using this for?
Any just systems 2012 program. Ichitaro 2013 and homepage builder 2013 are the two specific ones.
-aric
Sent from my iPhone.
On Apr 10, 2013, at 8:59 AM, Alexandre Julliard julliard@winehq.org wrote:
Codeweavers aric@codeweavers.com writes:
It is the same value hard coded in the non WindowsNT current version block.
That probably wasn't a good idea either. Do you know what your app is using this for?
-- Alexandre Julliard julliard@winehq.org
Sorry answered the wrong question. No I do not know why the lack of the key causes the app to fail.
-aric
Sent from my iPhone.
On Apr 10, 2013, at 8:59 AM, Alexandre Julliard julliard@winehq.org wrote:
Codeweavers aric@codeweavers.com writes:
It is the same value hard coded in the non WindowsNT current version block.
That probably wasn't a good idea either. Do you know what your app is using this for?
-- Alexandre Julliard julliard@winehq.org