https://bugs.winehq.org/show_bug.cgi?id=37450
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello,
how about providing the settings of *all* mount points instead of making assumptions that '/home' is responsible for this?
--- snip --- fixme:advapi:DecryptFileA ("d:\1182da21f89548f733c6\", 00000000): stub --- snip ---
Now shall we guess where 'd:' is mounted to and the actual flags?
--- snip -- $ ll ~/.wine/dosdevices/d* --- snip --
You have 'd:' as writable, no-exec drive mapped in between 'c:' and 'z:'. The installer uses the first writable drive letter being of 'harddisk' type with enough space *after* drive 'c:' to place intermediate files. This includes mapping of temporary dlls which requires 'exec' permissions. Yes, it's the way the installer works, it has nothing to do with Wine.
You need to fix your setup (bug invalid).
Regards