MySQL Forums
Forum List  »  Install & Repo

Re: silent install
Posted by: Umesh Shastry
Date: May 19, 2005 12:18AM

Hi!!

I haven't checked this...check out whether this works..

[FromNet]
To run a Basic MSI setup silently, the end user needs to type the following at the command line:

msiexec /i Product.msi /qn

If your release settings include Setup.exe, users can run the command Setup.exe /s /v"/qn".

Basic MSI projects do not create or read response files. To set installation properties for a Basic MSI project, run a command line such as:

//Here you can specify target directory also..

msiexec /i Product.msi /qn INSTALLDIR=D:\ProductFolder USERNAME="Valued Customer".

Regards,
Umesh Shastry
http://www.blogger.com/profile/02551756983528645221

Options: ReplyQuote


Subject
Written By
Posted
dig
May 18, 2005 07:15AM
Re: silent install
May 19, 2005 12:18AM
July 21, 2005 05:31AM
dig
July 21, 2005 05:34AM
August 31, 2005 05:32AM
April 22, 2008 04:36AM
dig
August 31, 2005 07:24AM
August 31, 2005 08:53AM
April 22, 2006 07:42AM
July 28, 2006 02:06AM
July 21, 2008 01:29AM


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.