LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application Builder 6.0.2 Problem

I'm making the distribution kit for a LabVIEW 6.0.2 Professional application.
I instruct the setup kit the run an executable file after the installation (an advanced option in the installer settings). The executable is a distributed as a support file.
Unfortunately this does not work (apparently the executable is not run).
This feature worked fine under LabVIEW 5.1.
Is there a workaround for this problem?

Thank you for your help
0 Kudos
Message 1 of 4
(2,878 Views)
check for the command-line syntax, especially when using long pathnames (non DOS8.3) with %dest and %src. You might need to include the whole line in double-quotes and use "%dest" and "%src".


LabVIEW, C'est LabVIEW

0 Kudos
Message 2 of 4
(2,878 Views)
That's not my problem.
I do not specify any command-line arguments to the executable I want to launch after the installation.
0 Kudos
Message 3 of 4
(2,878 Views)
I ignore if this is the same with the PDS (professional version) of LV...

With the FDS, after upgrading from 6 to 6.02, you need to copy the installation files of the application builder to C:\...\LabVIEW6\AppLibs\Install.

I suggest you to check if the files in this directory are correct.

However, this should not be a problem during the installation of your application. But at least when running the application you may encounter problems if the installed version of the application is 6 instead of 6.02.
0 Kudos
Message 4 of 4
(2,878 Views)