Deployment error (the install keeps rolling back)
I have built a setup project to deploy a migration utility that migrates a clients data up to SQL Server. When you run the install, I install the files then launch the app to migrate the data after the app is done it shuts down then the finish screen is suppose to display.
Problem: When the app completes, it shuts down and then the install is suppose to go to the finish screen but it errors out and gives me a generic msg "There is a problem with the install" then rolls back the entire process.
I have built the entire solution in both debug and release mode and that did not make a difference. I have also created a custom action in the install section and the commit section (when to launch the app during the install) and neither one made a difference either. I am unable to trap the error, so I have no clue what is causing it.
Does anyone have any idea what may be causing this error? The migration application runs approximately for about 8 minutes. Would it have anything to do with the legnth of the migration process?