ZENIX
Posts: 1
Joined: Sat Oct 09, 2021 8:22 pm

Pre-Installation Post-Installation Setting

Sat Oct 09, 2021 8:27 pm

I want to install only to the first directory of the disk.
C:/.../ I Want To Force It, Not Directory How Can We Do It?

I want to install the MySQL Installer 8.0.26 file automatically and with the desired setting and password.

It is possible to run it as cmd, I want to install mysql first and then have it installed on mandatory disks. how can I do that ?

https://dev.mysql.com/doc/mysql-monitor ... ution.html

Catalin
Posts: 6509
Joined: Wed Jun 13, 2018 7:49 am

Re: Pre-Installation Post-Installation Setting

Mon Oct 11, 2021 10:16 am

Hello and welcome to our forums,
I want to install only to the first directory of the disk.
C:/.../ I Want To Force It, Not Directory How Can We Do It?
In order to achieve this, you can modify the default path by going to "Install Parameters" page --> "Application folder" as it follows:

from:

Code: Select all

[ProgramFilesFolder][Manufacturer]\[ProductName]
to:

Code: Select all

[WindowsVolume]
I want to install the MySQL Installer 8.0.26 file automatically and with the desired setting and password.

It is possible to run it as cmd, I want to install mysql first and then have it installed on mandatory disks. how can I do that ?
In order to achieve this, you can add MySQL as a pre-install prerequisite.

Creating a Professional package

Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”