Max34
27th January 2006, 08:39
I did an install including MySQL 4.1.
After the installation of MySQL I launch the install of the DB of the application, but this part of the installer doesn't work. The ExecWait command look like this:
ExecWait '"C:\Program Files\mysql\MySQL Server 4.1\bin\mysql.exe" -hlocalhost -uroot -P6808 -p2oo5 < "U:\Database Development\MGIS Database\UPGRADE\Project\install\UploadDB.bat"' $0
I use a batch file in which are listed the SQL command for setting up my DB.
This command line works weel on the shell, but not at all in the NSI script. What is wrong?
After the installation of MySQL I launch the install of the DB of the application, but this part of the installer doesn't work. The ExecWait command look like this:
ExecWait '"C:\Program Files\mysql\MySQL Server 4.1\bin\mysql.exe" -hlocalhost -uroot -P6808 -p2oo5 < "U:\Database Development\MGIS Database\UPGRADE\Project\install\UploadDB.bat"' $0
I use a batch file in which are listed the SQL command for setting up my DB.
This command line works weel on the shell, but not at all in the NSI script. What is wrong?