Hello all.
I wrote a program in C# that uses MySql, .NET and a few other DLLs. I would like to give it to someone who has Mysql but not necessarily the data service providers and other DLL files. Is there a way to bundle everything they need together so they can just run it without problems?
i searched net and found out that in VB6 they had a deployment wizard. I found something similar for C# (a setup wizard)... but I'm not quite sure if that is the proper way to go about it. If it is, I can't seem to get it to work.
Any suggestions?
I wrote a program in C# that uses MySql, .NET and a few other DLLs. I would like to give it to someone who has Mysql but not necessarily the data service providers and other DLL files. Is there a way to bundle everything they need together so they can just run it without problems?
i searched net and found out that in VB6 they had a deployment wizard. I found something similar for C# (a setup wizard)... but I'm not quite sure if that is the proper way to go about it. If it is, I can't seem to get it to work.
Any suggestions?
