Running exe and bat files using InstallShield 2010

I need to make the msi installer for the application. This application requires Microsoft Visual C ++ Runtime and MySQL Server, and I want to run installers from mine. I searched for solutions and tried to create a custom Launch exe action to run them. I think that is correct. Then I put this action in the "Sequences and Commands" tab at the end of all procces execution. When the installation completes, it seems that the installer is trying to run the exe files, but causes an error message. I also need to run a bat file that runs the MySQL script to load the bbdd dump, but after a deep search I can’t see anything (or I don’t know how to look for it in English, sorry). Does anyone know a good tutorial explaining these things? Thanks you

+3
source share

All Articles