1 Aug
2018
1 Aug
'18
3:12 a.m.
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> wrote:
This patch fixes an installer that has "[%PUBLIC]\Documents" entry for some of the targets being copied from a cabinet file. Under Windows %PUBLIC% environment variable is set to C:\Users\Public.
On windows, these are set to different values.
ALLUSERSPROFILE=C:\ProgramData
PUBLIC=C:\Users\Public
Why have you made them the same?
Yes, I'm aware of that difference. However since Wine already has the code path to set ALLUSERSPROFILE=C:\Users\Public I decided to reuse it path to set PUBLIC=C:\Users\Public. Changing ALLUSERSPROFILE to point to another place is not the subject of my patch. -- Dmitry.