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
Subject
Written By
Posted
Re: unattended installation
October 19, 2004 09:46PM
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.