georgepatotk Posted June 7, 2006 Posted June 7, 2006 I am wondering of compiling mysql into my Setup Deployment File. Means while I am installing my application, the MySQL will be run silent without the attention of user. How could I do that? Any guidances for me?? Quote George C.K. Low
Arch4ngel Posted June 7, 2006 Posted June 7, 2006 I don't know how to do this but running a silent MySql on a computer without the user knowing it is not recommended. Flaws in MySql could be used by potential hackers to exploit the system. Why would you need that anyway? Quote "If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown "Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me "A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend. C# TO VB TRANSLATOR
georgepatotk Posted June 7, 2006 Author Posted June 7, 2006 Yes, that's not my concern anyway. I am thinking of installing mysql with my Setup file instead of running it seperately. This could be useful because my clients don't need to install so many things and just need a setup file from me. And so, my setup file will resposible in installing mysql and my program all together. In other hand, it will be the best if able to install .netframework all together in one setup file. Hope you guys could help... Quote George C.K. Low
HJB417 Posted June 7, 2006 Posted June 7, 2006 I believe mysql has a msi installer. msi has several flags, one of them I believe is /silent. MSSQL for example supports this. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.