diff --git a/tools/wine.inf b/tools/wine.inf index f3a45e6690f..ad59d4d1849 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -2278,6 +2278,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,,winver.exe 11,,ws2_32.dll 11,,wsock32.dll +12,,mountmgr.sys 16422,Internet Explorer,iexplore.exe [SystemIni] diff --git a/tools/wineprefixcreate.in b/tools/wineprefixcreate.in index d43330dbe02..d91a3f69951 100644 --- a/tools/wineprefixcreate.in +++ b/tools/wineprefixcreate.in @@ -158,7 +158,6 @@ for i in \ "$CROOT/windows/inf" \ "$CROOT/windows/system" \ "$CROOT/windows/system32" \ - "$CROOT/windows/system32/drivers" \ "$CROOT/windows/system32/spool" \ "$CROOT/windows/system32/spool/drivers" \ "$CROOT/windows/system32/spool/drivers/color" \