Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: SQL Server Express Example Installer

You're welcome. I'm glad you got this working.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
skywalker
Posts: 15
Joined: Mon Jul 17, 2017 12:34 pm

Re: SQL Server Express Example Installer

Have completely forgotten.
The setup always looks for the MySQLConfigFile.ini file in C:\Users\USERNAME\AppdData\Roaming\TestAPP\TestFolder\SQL 2014 SP2 Express , so I get an error that the file can't be found.
I have copied the file itself to make it work.

My Output Folder is: C:\Testpackage
and the MySQLConfigFile.ini is in C:\Testpackage\SQLServerExpr2014SP2

Where can I tell the software the right place of that .ini?


Thanks.
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: SQL Server Express Example Installer

Hi,

You can specify the path of the configuration file directly in the command line fields from the "Setup Files" tab of the prerequisite (e.g. /ConfigurationFile=[WindowsVolume]TestPackage\SQLServerExpr2014SP2).

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
skywalker
Posts: 15
Joined: Mon Jul 17, 2017 12:34 pm

Re: SQL Server Express Example Installer

In the prerequisites I can add files "Additional files", why can I not use this for the MySQLConfigFile.ini?

thanks
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: SQL Server Express Example Installer

Hi,

Yes, you can use the "Additional Files" section to add your INI file, this is recommended. However, to tell the prerequisite to use that file, you need to send its path through command line as I suggested in the previous post. You can also see the conversations and test the sample from the previous page of this thread.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
skywalker
Posts: 15
Joined: Mon Jul 17, 2017 12:34 pm

Re: SQL Server Express Example Installer

Ok with the right path through the command line it is working :)

thank you!
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: SQL Server Express Example Installer

You're always welcome.

Let us know if you have further questions.

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

Return to “Building Installers”