Install Mysql Using Inno Setup Skin
Make a setup with Delphi and Mysql. Here you will find Inno Setup. This way you will run the MySQL official installation from your setup program. I need to write a setup program for MySQL Server instillation and configuration using Inno. While we install Mysql 5. Installation in inno setup. Install Mysql Using Inno Setup. Execute MySQL.sql files in an Inno Setup Installer. I am using MySQL 5. Tools that add customizable skin support to Inno Setup. Selection of software according to 'Inno setup install mysql service' topic. Selection of software according to 'Inno setup install mysql service' topic.
I am using the script below to install mysql with my application, but it always fails to create the database and load the database script. The debugger returns an error code of 1, I dont find any other message as regards the cause of the failure anywhere
when i check event viewer, it saw service successfully created and started, which is true, but I dont understand why the database is not created.
The database script
Inno Setup Download
Smith1 Answer
So after hours of debugging and searching the web, I found a weird behaviour
mysql does not allow backlash in the source path parameter when executing from sql statements from file.
so i started looking for a way around this
and in the code section
SmithSmith