mysql
Hi all,
I create a software which need a platfrom or packager mysql-4.1 .
Before software installation,I need to install mysql first.How can I make a installer ?
Regards,
S
Archive: mysql
mysql
Hi all,
I create a software which need a platfrom or packager mysql-4.1 .
Before software installation,I need to install mysql first.How can I make a installer ?
Regards,
S
Include the mysql installer in yours and then execute it e.g.
IntPluginsDir
File "/oname=$PLUGINSDIR\mysql-4.1.exe" "mysql-4.1.exe"
ExecWait "$PLUGINSDIR\mysql-4.1.exe"
If it's an InstallShield installer you may find that it does not wait for it to finish. There are switches like /sms to make it wait (and /w too I think).
Search the forums for this.
-Stu
You are right.But it can't satisfy me.Because,I need another thing.
When I run the installer it will automatically install Mysql first.It will add in the program and show in the start menu .That's I need.