23.01.2020

Install Mysql Using Inno Setup Installers

Install Mysql Using Inno Setup Installers Average ratng: 4,3/5 648 reviews

1) Apache was not installed. Dear YfastudNo, I am not compiling anything new.

  1. Install Mysql Using Inno Setup Installers Online
  2. Inno Setup Compiler

Install Mysql Using Inno Setup Installers Online

Setup

I am just trying to add a web package (php software) into www. I used all the same server and database software that is in the latest release of WAMP5, which I got by using innounp to unpack it.One possible reason why apache did not install might be because I removed the part of the iss file relating to the new WAMP5 homepage. I did not want to overwrite the index.php of the software I am trying to bundle with WAMP.In other words I removed all of this.// index.php file I think that this should all goDestFile:= FileName+'/www/index.php';SrcFile:= FileName+'/www/index.new.install';if FileExists (DestFile) thenbeginif MsgBox('Would you like to install the new WAMP5 homepage? Oh, I think you want to make a new package installer. If you just want to add-on something, why don't just install wampserver, then install that add-on w/ its document root inside wampWhy doessn't Mr. I eventually got it to work.There were basically 2 problems1) The log and temp files folders were not being created. The solution was to create empty text files inside these folders.2) The database was not being created.

Inno

I tried a several ways of getting the database to createAn extra create database sql line in the php of phpmyadminAn batch file called from a Run commandA run command taking text from a SQL fileWriting to a file and then exectuting that file (WAMP seems to do this in other cases)and none of them worked. Finally, just copying the contents of the mysql/data folder with an empty database worked.The remaining problem isreg add HKLMSYSTEMCurrentControlSetServiceswampapache /V Start /t REGDWORD /d 3 /fBut in the meantime, or before, I am not sure, the php program that I wanted to bundle has created its own XAMPP packages!But WAMP is more than 15 times smaller so perhaps there was a point to it.Tim. Nxt programs for tribotan.

Wix

Inno Setup Compiler

I have install MySQL 5.6 using inno setup without any issue.But then i am trying to install MySQL 5.7.19 using same script its not working.