LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application builder

Hey
I'm using LV5.1.1 and its applaication builder.
In the application builders Installer -> Advanced menu it's possible to Run
a executable after installtion.
But it dosen't work.
I use following settings:

Executeble : Test.bat
Command line argument: "c:\"

How do i use the %xxx arguments?


Has anyone a suggestion.
0 Kudos
Message 1 of 5
(3,129 Views)
hi, Esben
instead of using c:\test.bat use the following c:\test.exe the Application
Builder creates a EXE not a batch file....? hope this works.



"Esben Jensen" wrote:
>Hey>I'm using LV5.1.1 and its applaication builder.>In the application builders
Installer -> Advanced menu it's possible to Run>a executable after installtion.>But
it dosen't work.>I use following settings:>>Executeble : Test.bat>Command
line argument: "c:\">>How do i use the %xxx arguments?>>>Has anyone a suggestion.>>>
0 Kudos
Message 2 of 5
(3,129 Views)
Hi i think you misunderstod me.
It's not the exe file that i build, that is the problem.
It's the installer, under installer settings there is an advanced button,
under these advanced settings it's possible to run another executeble file
after the installation of the labview program. And that is here í can't
figure out what i'm doing wrong.

Regards Esben



Fausto Meraz wrote in message
news:393d7352@newsgroups.ni.com...
>
> hi, Esben
> instead of using c:\test.bat use the following c:\test.exe the Application
> Builder creates a EXE not a batch file....? hope this works.
>
>
>
> "Esben Jensen" wrote:
> >Hey>I'm using LV5.1.1 and its applaication builder.>In the application
builders
> Installer -> Advanced menu it's possib
le to Run>a executable after
installtion.>But
> it dosen't work.>I use following settings:>>Executeble : Test.bat>Command
> line argument: "c:\">>How do i use the %xxx arguments?>>>Has anyone a
suggestion.>>>
0 Kudos
Message 3 of 5
(3,129 Views)
The easiest way to run your executable is to add it as a support file. If you add test.exe as a support file, all you have to do to run it afterward is go to Run Executable After Installation and for the Executable input, type: test.exe
0 Kudos
Message 4 of 5
(3,129 Views)
This Knowledge Base may also help you:

Command-Line Argument Variables in LabVIEW 6.1 Application Builder Do Not Work

It seems like the command line arguments changed from being % variables to MSI Variables.
0 Kudos
Message 5 of 5
(3,129 Views)