Austin English : wine.inf: Add %AppData%\Microsoft and %LocalAppData%\Microsoft folders:.
Module: wine Branch: master Commit: 5b5556308bdde37617e5dfa95572e2cfd973ff2d URL: http://source.winehq.org/git/wine.git/?a=commit;h=5b5556308bdde37617e5dfa955... Author: Austin English <austinenglish(a)gmail.com> Date: Tue Mar 18 12:53:48 2014 -0700 wine.inf: Add %AppData%\Microsoft and %LocalAppData%\Microsoft folders:. --- loader/wine.inf.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index d6e6994..1f08d2e 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -2546,6 +2546,9 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,wbem,wbemprox.dll 11,wbem,wmic.exe 11,wbem,wmiutils.dll +; empty folders to make sure the parent dirs are not removed +16410,Microsoft, +16412,Microsoft, 16422,Internet Explorer,iexplore.exe 16427,System\OLE DB,oledb32.dll 16427,System\OLE DB,msdaps.dll
participants (1)
-
Alexandre Julliard