0

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.

Dave
  • 599
  • 4
  • 11
  • 20

1 Answers1

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