Bug #19994 Can not install MySql.Data.msi with /passive or /quiet parameters
Submitted: 22 May 2006 11:43 Modified: 22 Sep 2006 16:48
Reporter: Jared Sullivan (Silver Quality Contributor)
Status: Closed
Category:Connector/Net Severity:S3 (Non-critical)
Version:1.0.7 OS:Microsoft Windows (WinXP)
Assigned to: Target Version:

[22 May 2006 11:43] Jared Sullivan
Description:
Hi,

I have spent alot of time trying to install the data connector silently, but it will not
work unless done manually.

How to repeat:
MySql.Data.msi /passive
MySql.Data.msi /quiet
MySql.Data.msi /q

Suggested fix:
Correct the MSI issues
[23 May 2006 14:23] Tonci Grgin
Hi Jared. Thanks for your problem report. I'm not familiar with the switches you used, did
you try to install like described in
http://dev.mysql.com/doc/refman/5.0/en/connector-net-installation.html?
[24 May 2006 1:04] Jared Sullivan
The switches are standard switches that should work for any MSI file. 
Anyway, I have now found solution using gacutil.exe to register extracted file for client
machine.  Though you would of had some documentation on deploying objects.

Problem is fixed.
[24 May 2006 8:14] Tonci Grgin
Hi Jared. Thanks for your report. 
You are right according to
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/standard_instal...
[18 Sep 2006 4:34] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/12094
[18 Sep 2006 4:35] Reggie Burnett
fixed in 1.0.8 and 5.0.1
[22 Sep 2006 16:48] MC Brown
A note has been added to the changelog, and the documentatiion has been extended with the
command line options supported.