From 31099c8052b0b5c01d36c583b77f5215f361d74f Mon Sep 17 00:00:00 2001 From: Louis Lenders Date: Thu, 6 Oct 2011 21:46:35 +0200 Subject: tools/wine.inf: add key for InstallDate under CurrentVersionNT --- 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 e317a0d..a84b73e 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -468,6 +468,7 @@ HKLM,%CurrentVersion%\Shell Extensions\Approved,,16 HKLM,%CurrentVersion%\Uninstall,,16 HKCU,%CurrentVersion%\Run,,16 HKLM,%CurrentVersion%\Run,,16 +HKLM,%CurrentVersionNT%,"InstallDate",0x10003,1273299354 HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,"" HKLM,%CurrentVersionNT%,"RegisteredOwner",2,"" HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%" -- 1.7.4.1