Roy I don't think we provide any merge module for our ODBC installation yet, but the changes that the odbc installer makes are very trivial so you could make them yourself.
Are you going to run the mysql installer or perform the install yourself? If you are going to perform the install yourself, you could install the service by simply running the mysql binary with the --install option. [check the command line help for syntax] Once you get the mysql service installed, you could start the service and then add users using some vb.net ado.net code you write. Or you could just create a text file in temp and feed that to the server. Are you using the Vs.net installer stuff or wix? -reggie > -----Original Message----- > From: Roy Brown [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 3:54 PM > To: [EMAIL PROTECTED] > Subject: How to create an Installation Package using VB.NET? > > Hi, I am very new to MySQL and using it as the backend of my VB.NET > application. Now, I am trying to create an installation package from > within > VB and don't know what files from MySQL & MyODBC 3.51 I need to add to my > installation package. Can anyone provide some help in this regards? > > Also, I will need to know how to start mysql as a service, setup users & > password, all through the installation package. I would appreciate any > help > that anyone can provide. > > > > Sincerely, > > Roy. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]