How make in setup project that after setup msi application run same exe file?
I add one of the exe file in custom action (install). But in instalation proccess there a error:
There is a problem whith this Windows Installer package. A program run as part of the setup did not finesh as expected. Contact your support personnel or package vendot.
What need to do?
TIA
DioNNiS Friday, October 19, 2007 7:20 AM
This means that your program (run as a customaction) crashed, so you need to put some diagnostics or tracing it it to figure out what it's doing.
PhilWilson Friday, October 19, 2007 8:10 PM
This means that your program (run as a customaction) crashed, so you need to put some diagnostics or tracing it it to figure out what it's doing.