Hi
I a working on a VC++ Win32 application and it depends on a dll to be installed on the system. When this dll is missing it gives out a message box 'suppress messagebox "Unable to Locate Component" - This application has failed to start because xyz.dll was not found. Re-installing the application may fix this problem.

Can I suppress this messagebox and display my own custom message ( I want to do my own check and display proper instructions).

Thanks