I am creating a stand alone exe that does reads and writes to a database (ODBC). I have read the solution for doing this and it involves installing the SQL toolkit on the target machine and then deselecting the libraries and examples. Even though this works, I would like to create my own installer that would include everything needed to install my application on the target machine (so the customer can do this themselves). Are there certain files that only need to be installed and that I can add to my application build?
Using LabVIEW 7.1
Windows XP