Re: silent install
Yes - string "msiexec /i Product.msi /qn INSTALLDIR=D:\ProductFolder USERNAME="Valued Customer"" is a right string for silent install
But you cannot start Service in this case. Try to run mysql - you can see error - Can't connect to MySQL server on 'localhost'
You need run:
- mysqld-nt.exe --install
- net start MySQL
....
Subject
Written By
Posted
Re: silent install
July 21, 2005 05:31AM
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.