mamre200
Posts: 2
Joined: Fri May 16, 2014 9:56 am

install mysql server 5.5 sliently

hi, i'm new in advanced installer and i want some help in my problem

I create java project with Mysql database, i'm using Advanced installer 10.3

I'd like to know how to install mysql server 5.5 sliently in detail. and then how to config it.


thanks in advanced.
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: install mysql server 5.5 sliently

Hello and welcome to Advanced Installer forums,

Thank you for your interest in Advanced Installer.

Please take a look on our "setting up my database after i install MySQL as prerequisit" thread which debates a similar topic.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
mamre200
Posts: 2
Joined: Fri May 16, 2014 9:56 am

Re: install mysql server 5.5 sliently

thanks for your reply

I can't refrance to mysqlServer.msi in prerequisties page> command line to setup it silently.

can you tell me how to do it.


thanks
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: install mysql server 5.5 sliently

Hello,

Here are the steps to proceed:
- go to "Prerequisites" page and select "Pacakges" root tree node
- from the "Predefined Prerequisites" list select "MySQL Server 5.5" prerequisites
- select the added My SQL prerequisite and go to "Setup Files" tab
- in all fields from "Install Command Line" section add a command line like this:

Code: Select all

/quiet
- build and run your project

If you have any questions let us know.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Feature Requests”