Is it possible to create an installer that includes another installer?
For example, have a single installer that installs my app and mysql server and mysql driver.
Printable View
Is it possible to create an installer that includes another installer?
For example, have a single installer that installs my app and mysql server and mysql driver.
Sure it is. In Inno Setup, just place the files as normal in the [Files] Section and also include an entry in the [Run] section to execute the application. Of course use the parameters if it has a silent install function or other features.