Bug #19994 Can not install MySql.Data.msi with /passive or /quiet parameters
Submitted: 22 May 2006 9:43 Modified: 22 Sep 2006 14:48
Reporter: Jared S (Silver Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S3 (Non-critical)
Version:1.0.7 OS:Windows (WinXP)
Assigned to: CPU Architecture:Any

[22 May 2006 9:43] Jared S
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 12: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?
[23 May 2006 23:04] Jared S
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 6: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 2: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 2:35] Reggie Burnett
fixed in 1.0.8 and 5.0.1
[22 Sep 2006 14:48] MC Brown
A note has been added to the changelog, and the documentatiion has been extended with the command line options supported.