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.

Active3 years ago

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

Install Mysql Using Inno Setup Skin
Smith
Smith

Inno Setup Download

Smith
3,12915 gold badges84 silver badges141 bronze badges

1 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
3,12915 gold badges84 silver badges141 bronze badges

Inno Setup Tutorial

Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Free Installer For Windows Programs

Not the answer you're looking for? Browse other questions tagged mysqlinstallationinno-setup or ask your own question.