I have this script, we developed a Windows application and it has a prerequisite for mysql, so we need:
1. Install MySql 2. Create users and get great privileges 3. Create a database 4. Install several exe files 5. Run 3-4 sql scripts.
We want to make one installation, if possible, or a wizard to install only 1, after some research I saw InstallShield and NSIS, but I have 0 experience in mking installations,
Anyone have a suggestion for a solution in this scenario?
source share