01-07-2005 10:08 AM
01-10-2005 02:02 PM
01-13-2005 11:33 AM
01-16-2005 07:18 PM
01-17-2005 12:42 PM
@Travs H. wrote:
Hi Radman!
Maybe Robert will have more to add, but I'll throw in my 2 cents worth 🙂
When creating an executable/installer, setting Top-level VIs is what designates what VIs actually open and run when you double-click your exe file. By adding both the DS 3D Graph Reader & Writer as Top-Level VIs, you are indicating that when running the executable you want both of those VIs to automatically open and run.
Now about your concern for the batch file. This document was originally created before the release of Windows XP. With that being said the following:
"Then, set the Installation Destination to be Windows System Directory. This will put the ocx into the System32 directory on NT, ME, and 2000, and the System directory on 9x."
should read:
"Then, set the Installation Destination to be Windows System Directory. This will put the ocx into the System32 directory on XP, NT, ME, and 2000, and the System directory on 9x."
Also, if you need to have the ocx file in different directories depending on the operating system (XP or 2000), you will just need to make two versions of the exe. A WinXP version and a Win2000 version.
Hope this helps!
Travis H.
National Instruments
01-17-2005 03:22 PM