12-03-2007 03:51 PM
12-04-2007 08:54 AM
12-04-2007 09:27 AM - edited 12-04-2007 09:28 AM


12-04-2007 10:01 AM
Create an indicator for the path that you are not sure of....
When you finish, just delete it
12-04-2007 10:49 AM
12-04-2007 12:09 PM - edited 12-04-2007 12:11 PM
12-04-2007 12:21 PM
I assume you are talking about the sound files. Are they included in your installation build? If you do, they generally are placed in the data directory under the directory the executable actually is.
This may be a dumb question, did you check for the sound files after an installation?
12-04-2007 12:32 PM - edited 12-04-2007 12:41 PM
12-04-2007 12:49 PM
This is one of the problems when you work with data directory. The development version maps it to a different location than the actual one you want during the intallation.
I have multiple directories where I store my VI. To make sure it operates roughly the same way, find the location where you build the the data path. If it is in a library, you may need to strip the library name out. If it is an individual file VI in the directory, you can create your data directory in that location. When you run the VI, it should now properly find the direcory. When you install the program, it should now operate properly.
An alternative is to use the data directory and set it in the intialization file and use that to store the sound files, You will need to alter the development data directory and the installation data directory via the initialization file.
12-04-2007 02:27 PM