Please fix this annoying bug in NSIS. If a temp folder is
included in the environment variable, but the folder
didn't already exists, NSIS shows a message box with
the following text:
Error. Can't initialize plug-ins directory, please try again
later!
Please verify in the installer that the TEMP folder exists
or create it, if not!
Logged In: YES
user_id=785255
Thanks, Fixed
Logged In: YES
user_id=584402
Not fixed yet. If the parent directory of whatever the
directory is does not exist or the path is invalid $TEMP is still
invalid. Would be best to create a tiny script that will create
a folder named Temp in $WINDIR if the original $TEMP doesn't
exist.
Logged In: YES
user_id=584402
OK, now it should be fixed for good.