Has anyone here had luck in suppressing error messages (specifically error E1514) that arise from people with Vista not having checked the "Run as Administrator" checkbox in the shortcut for the program? I know that it's possible to add a manifest file that instructs Vista to run a program as admin but what I don't know is how to incorporate this into an A7 build.

Our program reads and writes to settings files and if the user has Vista and doesn't have admin privileges the program crashes out with an error E1514. Since there's no error handling in the engine (I would love an error trap for this) there's no way to avoid the problem except for telling people to check mark the "run as administrator" box in the shortcut. This is frustrating.

Does anyone here have any suggestions?