Try FOLDERID_LocalAppDataLow\Temp as last ValidateTempDir() attempt for Low IL aka Protected IE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6121 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
73501896d4
commit
accab7bdbd
3 changed files with 44 additions and 5 deletions
|
@ -1005,7 +1005,8 @@ struct MGA_FUNC MGA_FUNCS[] = {
|
|||
{"ADVAPI32", "AdjustTokenPrivileges"},
|
||||
{"KERNEL32", "GetUserDefaultUILanguage"},
|
||||
{"SHLWAPI", "SHAutoComplete"},
|
||||
{"SHFOLDER", "SHGetFolderPathW"}
|
||||
{"SHFOLDER", "SHGetFolderPathW"},
|
||||
{"SHELL32", "SHGetKnownFolderPath"}
|
||||
};
|
||||
#else
|
||||
struct MGA_FUNC MGA_FUNCS[] = {
|
||||
|
@ -1017,7 +1018,8 @@ struct MGA_FUNC MGA_FUNCS[] = {
|
|||
{"ADVAPI32", "AdjustTokenPrivileges"},
|
||||
{"KERNEL32", "GetUserDefaultUILanguage"},
|
||||
{"SHLWAPI", "SHAutoComplete"},
|
||||
{"SHFOLDER", "SHGetFolderPathA"}
|
||||
{"SHFOLDER", "SHGetFolderPathA"},
|
||||
{"SHELL32", "SHGetKnownFolderPath"}
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue