Module: wine Branch: stable Commit: 0ee44611b92d6eb35720fdcd86c77a7abd3f2a67 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0ee44611b92d6eb35720fdcd86...
Author: Louis Lenders xerox_xerox2000@yahoo.co.uk Date: Fri Aug 27 00:19:56 2010 +0200
wine.inf.in: Add registry key under HKLM%CurrentVersion%\Policies\System. (cherry picked from commit af60f4bb26683d39c14889217aa29716c1f5acf5)
---
tools/wine.inf.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/wine.inf.in b/tools/wine.inf.in index 9b90035..a57d462 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -448,7 +448,7 @@ HKLM,%CurrentVersion%\Explorer\AutoplayHandlers,,16 HKLM,%CurrentVersion%\Explorer\DriveIcons,,16 HKLM,%CurrentVersion%\Explorer\KindMap,,16 HKLM,%CurrentVersion%\Group Policy,,16 -HKLM,%CurrentVersion%\Policies,,16 +HKLM,%CurrentVersion%\Policies\System,"EnableLUA",0x10003,0 HKLM,%CurrentVersion%\PreviewHandlers,,16 HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%" HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"