A buddy of mine has been getting this error mesage when trying to run uninstall programs andor new program apps, windows just shows "ShellExecuteEx failed; code 18" and refuses to run the program.
Asked
Active
Viewed 429 times
1 Answers
0
This Microsoft article explains the system call he tries to make.
A little googling the error codes suggests that 18
means SE_ERR_ACCESSDENIED
(In the list the previous one is 11
and the next is 27
)
In case this is NOT a programming question, please head over to superuser.com

Kimvais
- 38,306
- 16
- 108
- 142