MySQL Forums
Forum List  »  Install & Repo

Re: unattended installation
Posted by: John Day
Date: October 19, 2004 09:46PM

danielle:

Have you unzipped the 4.0.21 files?

In my installer (based on Nullsoft NSIS) I unzip the files, create a /MySQL directory where I put the files and then in the installer itself I:

;Run MySQL installer in silent mode
ExecWait "$EXEDIR\MySQL\setup.exe -sms"

$EXEDIR is the directory in which _MY_ installer is running - the parent of the MySQL directory.

...john

Options: ReplyQuote


Subject
Written By
Posted
October 18, 2004 04:43PM
Re: unattended installation
October 19, 2004 09:46PM
October 20, 2004 11:55AM
October 21, 2004 08:53PM
October 25, 2004 09:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.