ericmacau
14th April 2010 10:50 UTC
Install JDK and MySQL
Hello,
I am a beginner of NSIS.
In my project, I need to install the Java 6 and MySQL 5.
But, how can I use NSIS to install Java 6, MySQL 5 and then my program?
How can I know if the Java 6 installed completed and MySQL 5 install completed?
jpderuiter
14th April 2010 11:35 UTC
To detect java SDK:
http://nsis.sourceforge.net/Detecting_the_JDK_version
To install MySQL:
http://forums.mysql.com/read.php?11,...578#msg-247578
Might need some modification for the latest version, but it should get you started.