installation prerequisites
C#
1
Posts
1
Posters
0
Views
1
Watching
-
generally speaking, if you are writing an install program, how would you ensure that a computer has a required installation prerequisite (i.e. MySql)? in development, i add a reference to a DLL to get the MySQL libraries. in an installation environment, would the install program look for that DLL (through COM for example), or would I need to include the required DLL with the install?