I have a Visual Studio setup and deployment project that runs a couple executables after the commit custom action. The installer fails with this error: "There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor." even though the programs that were run in the custom action have succeeded in doing what they were supposed to do.
What can I do to prevent this error?