Im ready to deploy my project and I'm using Advanced Installer to package it. My project does involved a Database connection. My goal is during installation I will have a dialog that will ask user to setup a username and password for MYSQL database connection (and perhaps other mysql server fields).
How can I achieve this using Advanced Installer?
Any suggestion is welcome.
Here is their user guide tutorial about how to run sql scripts during installation. Hope this is useful.