https://bugs.winehq.org/show_bug.cgi?id=15480
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |focht@gmx.net Component|-unknown |shell32 Resolution|--- |FIXED Summary|Saving files in Word/Excel |Saving files in Microsoft |2000 creates useless .lnk |Word/Excel 2000-2010 |files |creates useless .lnk files | |(CSIDL_RECENT folder | |missing)
--- Comment #24 from Anastasius Focht focht@gmx.net --- Hello folks,
CSIDL_RECENT folder will be automatically created upon WINEPREFIX creation ('rundll32.exe setupapi,InstallHinfSection DefaultInstall 128 ...wine.inf')
NOTE: It won't be (re)created by Wine if you keep very old prefixes around. Either create it manually or use a new prefix.
--- snip --- ... 0011:trace:shell:SHGetFolderPathAndSubDirW Created missing system directory L"C:\users\focht\Recent" 0011:trace:shell:SHGetFolderPathAndSubDirW returning 0x00000000 (final path is L"C:\users\focht\Recent") --- snip ---
Regards