I have been asked to fix a small problem with one of our small product's install. Its a basic .msi file (about 0.5 megs) that was created in Microsoft Visual Studio. When you run the installer it goes and installs the program, just like it should, then when the progress bar is about 99% done the program that it installed loads up, stalling the installer.
If I go and Exit the running program the installer then finishes and lets me exit. If I dont exit the program I have to go into task manager to exit the installer's process.
I have searched everywhere for a solution to this and I cant find anyone else with a similar problem. I have gone though the code and I cant find anything that would be causing this. Is it just a stupid setting that I am missing?
Sorry for being so vague, I don't know what information is relevant. Thanks!