If you encounter the above error while installing a software, Do the following steps:
The above error encounters when the user defined environment variable "TEMP" is updated. For example, If we installed JDK , the main important part after installing JDK is setting PATH .. somehow, for some need we need to set TEMP variable also, In that case, this TEMP variable creates the error while installing since the ":" is not allowed in the folder names and here in path we have a ';' followed by 'C:' generates a windows error
Your %TEMP% environment variable is screwy. Do this:
- Open Control Panel
- System
- Advanced System Settings
- Environment Variables
- In the User Variables, select TEMP and click Edit
- Remove the semi-colon (;) and everything after it
- OK your way out of all the dialogs
- Try installing Software again
- Open Control Panel
- System
- Advanced System Settings
- Environment Variables
- In the User Variables, select TEMP and click Edit
- Remove the semi-colon (;) and everything after it
- OK your way out of all the dialogs
- Try installing Software again
Hope this helps!!!
No comments:
Post a Comment