I have written a dialog-based MFC application, which includes a few CVI headers and static libraries for DDE support, and I'm thinking about the right way to redistribute it. At the moment, I expect to:
- Bundle the CVI DLL's in the program directory within my installer.
- Create a self-extracting Zip archive from C:\WINNT\SYSTEM32\cvirte\ and instruct users/customers to unpack it to the default directory. This folder merely contains a couple of fonts and some lists of error messages which my application may need to access from time to time.
I'd like to ask:
- Is this the most correct thing to do ?
Remember, I have built the project from within Visual Studio.NET - it's no use suggesting that
I "create a distribution kit from the CVI IDE".
- Is this going to be legal ?
Alternatives, please, if either answer is "No".
Yours
Pawel Tokarczuk