>I had a previous post on this subject, but perhaps didn't explain the
>problem
[quoted text clipped - 14 lines]
>
> Thank you.
The pair of the % symbols mean that the contents of the environmental
variable must be used.
In your case, temp is an environment variable which contains the address of
your individual temporary storage location.
This variable gets created during login to your account.
To add or change an environment variable, proceed as follows:
Open System in the control panel.
On the advanced tab, click Environment Variables
Click on the name of the environment or system variable that you wish to
change
Then select
New - create a new environment variable
Edit - correct an exisiting environment variable
Delete - remove an existing environment variable
When you inspect the temp environment variable, insure that the name is that
of an existing folder.
Environment variables are stored in the registry.
Jim
onetime - 21 May 2008 18:28 GMT
Jim
Thank you, Thank you, Thank you. I checked the user environment variables
per your instructions and found that the path for temp was listed as
'userprofile\localsettings|temp'. I corrected that to read
'userprofile\local settings\temp'. restarted and everything worked as it
should. Wonderful after two months of trying to resolve this problem.
I find, so often, that the correct answer lies in asking the right question.
The problem is in defining the proper question.
By the way, I found that I only had two user variables, %temp% and %TMP% and
they both lead to the same folder. Is this normal and is this correct>
Again, thank you. I was able to complete a failed installation right after
I made this correction, so things seem to be working properly.
> >I had a previous post on this subject, but perhaps didn't explain the
> >problem
[quoted text clipped - 38 lines]
>
> Jim
Jim - 21 May 2008 18:57 GMT
> Jim
>
[quoted text clipped - 65 lines]
>>
>> Jim
Don't thank me; I found the instructions in Help & Support. I must say
though that finding such things there can be extremely tedious and
frustrating.
The other environment variables are used by other packages and for
historical reasons.
Jim