How to Install MySql in silent mode with Setup Application
-
Hi All, I have developed an application using C# WinApp VS 2005 and MYSQL 5.0.1. My Query is it possible by any means that I can create a setup application that can identify and install MySQL Server on the deployment machine if its not installed on it. Also it will run the script file to create database and user into MySQL Server. I have done some googleing but was unable to find appropriate answer. Can it be done using InstallShield? If so, How to do it? Its very urgent. Please Help me. Thanx in Advance, Regards, Paramhans Dubey
-
Hi All, I have developed an application using C# WinApp VS 2005 and MYSQL 5.0.1. My Query is it possible by any means that I can create a setup application that can identify and install MySQL Server on the deployment machine if its not installed on it. Also it will run the script file to create database and user into MySQL Server. I have done some googleing but was unable to find appropriate answer. Can it be done using InstallShield? If so, How to do it? Its very urgent. Please Help me. Thanx in Advance, Regards, Paramhans Dubey
Hi Paramhans, I'm also facing the same problem. :( If you get the solution pleaseeeeeeee let me know. agarwal.vineeta@yahoo.com Thanks Vineeta
-
Hi All, I have developed an application using C# WinApp VS 2005 and MYSQL 5.0.1. My Query is it possible by any means that I can create a setup application that can identify and install MySQL Server on the deployment machine if its not installed on it. Also it will run the script file to create database and user into MySQL Server. I have done some googleing but was unable to find appropriate answer. Can it be done using InstallShield? If so, How to do it? Its very urgent. Please Help me. Thanx in Advance, Regards, Paramhans Dubey
When you are deploying any project then you can specify the prerequisites for that project. Here Mysql 5.1 is the prerequisite of your application. VS provides some default prerequisites. If you don't find the required one there then you can create custom prerequisite and include it there.
-
When you are deploying any project then you can specify the prerequisites for that project. Here Mysql 5.1 is the prerequisite of your application. VS provides some default prerequisites. If you don't find the required one there then you can create custom prerequisite and include it there.
HI Nisha, Thanx for your reply. Can you please tell me how to create custom Prerequisite and How to include it with the setup. Please guide me. Thanks again.
-
HI Nisha, Thanx for your reply. Can you please tell me how to create custom Prerequisite and How to include it with the setup. Please guide me. Thanks again.
You can create custom prerequisite using BootStrapper Manifest Generator. It's utility provided by Microsoft for this purpose. You can get the help for it from this site. http://msdn.microsoft.com/en-us/library/ms165429(VS.80).aspx[^]
modified on Thursday, September 24, 2009 9:28 AM
-
You can create custom prerequisite using BootStrapper Manifest Generator. It's utility provided by Microsoft for this purpose. You can get the help for it from this site. http://msdn.microsoft.com/en-us/library/ms165429(VS.80).aspx[^]
modified on Thursday, September 24, 2009 9:28 AM
Thanks Nisha my problem is solved now.
-
Thanks Nisha my problem is solved now.
I am facing the same problem plz send me the solution on my mail address abdullah555@yahoo.com