Bugs item #758773, was opened at 2003-06-22 17:02
Message generated for change (Comment added) made by kichik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=373085&aid=758773&group_id=22049
Category: General
Group: 2.0 Beta Series
>Status: Closed
>Resolution: Fixed
Priority: 8
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Ramon (ramon18)
Summary: Error, if temp file not available
Initial Comment:
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!
----------------------------------------------------------------------
>Comment By: Amir Szekely (kichik)
Date: 2003-07-18 20:07
Message:
Logged In: YES
user_id=584402
OK, now it should be fixed for good.
----------------------------------------------------------------------
Comment By: Amir Szekely (kichik)
Date: 2003-06-24 10:51
Message:
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.
----------------------------------------------------------------------
Comment By: Ramon (ramon18)
Date: 2003-06-23 15:19
Message:
Logged In: YES
user_id=785255
Thanks, Fixed
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=373085&aid=758773&group_id=22049
|