$LocalAppData now resolves to the ProgramData folder in the "SetShellVarContext all" context
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6875 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
decb52f505
commit
2553c6e550
6 changed files with 7 additions and 4 deletions
|
@ -49,6 +49,7 @@ static const struct { const TCHAR *name, *guidstr; } g_soslmap[] = {
|
|||
|
||||
bool SupportedOSList::addall()
|
||||
{
|
||||
m_isdefaultlist = false;
|
||||
for (UINT i = 0; i < COUNTOF(g_soslmap); ++i)
|
||||
if (!append(g_soslmap[i].name))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue