Application.IgnoreLastError

Application.IgnoreLastError ( 

)

Example 1

Application.IgnoreLastError();

Ignores the last setup error that occurred. This action must be called from either the On Install Error or On Uninstall Error event.

See also:  Related Actions