I try to use Advanced Installer 13.1 to make an installer for my C# project working with MySQL database.
I can connect MySQL database and also i can log in using Custom Actions tab in advanced installer but i cannot continue to import my file(test.sql).
mysql> -h localhost -u root -p1234 dbtest < D:\test.sql
So i tried to run this on command prompt.It easily and successfully worked but cannot work in my advanced installer project.I don't know why.
Could you please to answer my question?
Here is a screen shot of my advanced installer project: