fune/browser/installer/windows
Adam Gashlin 0b45d0cf52 Bug 1730290 - Replace $LocalAppData in NSIS. r=bytesized,mhowell
1. $LocalAppData behavior changes in NSIS 3.02, previously it always
used CSIDL_LOCAL_APPDATA but it now depends on context, work around
that by directly calling SHGetSpecialFolderPathW.

2. Refactor several other calls to SHGetSpecialFolderPathW for
CSIDL_COMMON_APPDATA and CSIDL_PROGRAMS.

3. Remove broken default path fallback to $APPDATA. I was in this
code for 1. and realized it hadn't worked properly in the full
installer since bug 367539, and it must have never worked in the stub.

4. Remove unused CleanUpdateDirectories and DeleteRelativeProfiles
macros rather than trying to fix them.

Differential Revision: https://phabricator.services.mozilla.com/D125490
2021-09-14 21:10:26 +00:00
..
docs Bug 1724885 - Fix broken icons; differentiate Beta. r=mhowell 2021-08-12 16:18:32 +00:00
msi
msix Bug 1724885 - Fix broken icons; differentiate Beta. r=mhowell 2021-08-12 16:18:32 +00:00
nsis Bug 1730290 - Replace $LocalAppData in NSIS. r=bytesized,mhowell 2021-09-14 21:10:26 +00:00
app.tag
Makefile.in
moz.build Bug 1670147 - Set values for AccessibleHandler.dll CLSID/IIDs at configure time. r=Jamie,firefox-build-system-reviewers,glandium 2021-07-26 13:43:36 +00:00
stub.tag