To clarify, I am creating an application that needs to run a small program just after installation of my main program.
In the Advanced part of the install definition, you can give a program name and define command line parameters. Some parameters are
pseudo parameters defined by Labview: Three are expressed in the Help definition; [INSTALLDIR], [ProductName], and [Product Version]...
Labview 6.1 and 7.0 allowed me to also pass the [Source Directory], which ending up giving the path of the setup.exe file
In prior Labviews, the parameter was defined as [NIMSIDISTKIT_SourceDir]...
(in my case it would be a CD: path). Then I could use this path in this small program that was called at installation (of my pgm) to access the CD for whatever other files I might want to take - without having to include these files in the build.
This is not just a curiosity factor - I'm actually using it in my program install...thankyou for responding...