[Bug 43423] Multiple applications and games need 'ProgramData' environment variable set (SteelSeries Engine SDK based games, World of Warships 0.6.9+)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 16 11:42:09 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=43423

--- Comment #11 from Vincent Povirk <madewokherd at gmail.com> ---
Turns out the existing values are created by _SHGetProfilesValue, called by
_SHExpandEnvironmentStrings. So, I guess we could do it that way, and default
to the path of FOLDERID_ProgramData.

FOLDERID_ProgramData is already stored in the registry, so we can change the
default for new prefixes, separately.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list