BLD:E0003
Error %u while running custom actions batch file %s: %s
An error occurred when InstallMate tried to run the commands for a custom build action. As a result, the actions were not executed.
Parameters
- %u
- Windows error code
- %s
- Path name of the batch file that contains the commands
- %s
- Error message (derived from the Windows error code)
Background information
Any custom build actions that you define for a package are saved to a temporary batch file and then executed by running the command processor specified by %COMSPEC. If the command processor cannot be started, the commands cannot be executed.
Solution
Inspect the error message to see what went wrong and try to resolve the problem.