المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : installation prerequisites



C# Programming
02-20-2010, 03:00 AM
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?