doh123 wrote: > when Wine automatically sets up the folders and symlinks, is there any way to change how it does it? Yes, make your O/S follow the XDG open standard see http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html Of course you can define those env vars yourself that Wine uses (see _SHCreateSymbolicLinks() function and all what's related to it: http://source.winehq.org/source/dlls/shell32/shellpath.c#L2141 )