LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

ODBC SETTING WHILE INSTALLATION

Hi,
I find the enduser of my project are struggling to set the ODBC setting after installing the executable. Is there any method to distribute the ODBC setting via distribution kit.
So that the enduser istall the setup.exe and ready to run the application.
Regards,
Kumar.E
0 Kudos
Message 1 of 2
(2,805 Views)

All ODBC settings are represented by key/value pairs in the windows registry.  Open regedit and search for odbc.

Regedit can export these settings to a file and if you open such a file with regedit it will ask you to merge that file again.

Or you can write a program, which creates these key/value pairs.  

 

 

0 Kudos
Message 2 of 2
(2,787 Views)