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.

link|improve this question

74% accept rate
feedback

1 Answer

up vote 0 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.