Question Installing my VB App and include a couple of utils...

EvanKean

New member
Joined
Mar 16, 2010
Messages
1
Programming Experience
3-5
Good Morning All,
Hoping for a little help here. I've created a simple SQL database viewer which works great. Part of the process is to get all SQL Servers on the domain and list them, for the user to select in a drop-down box. In order to do this, I've utilized the SQLCMD -L command to run in the background to get the list. It works great on my laptop of course, because I have the SQLClient and SQLCMD utils installed. If I were to compile my app and have a user install it on their PC, it won't work, of course, because chances are, they won't have the SQL utils installed on their PC. How would I include these two apps "sqlncli_x64.msi and SQLServer2005_SQLCMD.msi" to be installed along with the installation of my program?
Evan
 

Latest posts

Back
Top