Question : Error Installation of programs

Everytime I try installing a program I receive the error

Event Type:      Error
Event Source:      MsiInstaller
Event Category:      None
Event ID:      10005
Date:            27/06/2010
Time:            19:57:47
User:            IM-ADMIN\Administrator
Computer:      
Description:
Product: Evernote -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2203. The arguments are: C:\WINDOWS\Installer\107f28dd.ipi, -2147287035,

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 7b 46 37 36 31 33 35 39   {F761359
0008: 43 2d 39 43 45 44 2d 34   C-9CED-4
0010: 35 41 45 2d 39 41 35 31   5AE-9A51
0018: 2d 39 44 36 36 30 35 43   -9D6605C
0020: 44 35 35 43 34 7d         D55C4}  

Answer : Error Installation of programs

I found a fix and itn works

A legacy logon script was setting:
HKEY_CURRENT_USER\Environment\TMP
HKEY_CURRENT_USER\Environment\TEMP

To be the string %UserProfile%\Local Settings\Temp. Removing this and
changing it to:

> SETX TEMP "%userprofile$\Local Settings\Temp"
> SETX TMP "%userprofile$\Local Settings\Temp"
Random Solutions  
 
programming4us programming4us