Module: wine Branch: master Commit: 3c5f46c962a91f1dee25984a890878526e84a31b URL: http://source.winehq.org/git/wine.git/?a=commit;h=3c5f46c962a91f1dee25984a89...
Author: Austin English austinenglish@gmail.com Date: Sat Feb 12 20:27:33 2011 -0800
wine.inf: Add HKLM\Software\Microsoft\Windows\Current Version\Run key.
---
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 4c06900..57e9ecf 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -454,6 +454,7 @@ HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%" HKLM,%CurrentVersion%\Shell Extensions\Approved,,16 HKLM,%CurrentVersion%\Uninstall,,16 HKCU,%CurrentVersion%\Run,,16 +HKLM,%CurrentVersion%\Run,,16 HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,"" HKLM,%CurrentVersionNT%,"RegisteredOwner",2,"" HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"