need help (Setting Environmental Variables Temporarily )
Hi
I searched about it and also I found A lot of using script for Setting Environmental Variables Temporarily at site ( redirect folder)but I don't know why didn't work with Nsis launcher
also here
http://nsis.sourceforge.net/Setting_Environment_Variables
StrCpy "$SETTINGSDIRECTORY" "$EXEDIR\Data\${DEFAULTSETTINGSDIR}"
System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("APPDATA", "$SETTINGSDIRECTORY")
when run Nsis Launcher with this code Portable APP made setting in AppData
folder again (why didn't make Directly in the $SETTINGSDIRECTORY?)