Can you confirm that I am performing all the correct steps to release my app using the distribution kit.
1) Compile app in release mode
2) Create Dist Kit
2a) Include any .lib files in project for toolkits
2b) CVI includes any .dll for standard libraries
2c) Add .dll for toolkits under Add Groups (Sql, Internet)
2d) Add any misc files to include during install
2e) Specify any programs you want to run after install
2f) Set prefs and create distribution
This creates full distribution which can be ran on pc, will install/register all .dll's needed and actual application(exe).
Do I have this about right?
thanks for any help.
Mike