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
|
@ -118,7 +118,8 @@ enum myGetProcAddressFunctions {
|
|||
MGA_AdjustTokenPrivileges,
|
||||
MGA_GetUserDefaultUILanguage,
|
||||
MGA_SHAutoComplete,
|
||||
MGA_SHGetFolderPath
|
||||
MGA_SHGetFolderPath,
|
||||
MGA_SHGetKnownFolderPath
|
||||
};
|
||||
|
||||
void * NSISCALL myGetProcAddress(const enum myGetProcAddressFunctions func);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue