07-19-2005 02:13 AM
07-19-2005 03:18 AM
I can't look at your VI, but I'm not sure I understand - you want to use a LV EXE to run a LV installer?
If you don't have the run-time engine installed, the EXE can't run, and you need to install the RTE, which requires you run the installer, which you want to run from the EXE, which requires the RTE...
If you want to autorun Setup.exe when a CD is inserted, and you're using windows, have a file called Autorun.inf in the CD's root directory and place the following lines into it:
[autorun]
open=setup.exe
This should cause setup to run when the CD is inserted.
If you still want to know how to call an EXE from LV, that can be done by using the System Exec VI from the Communications palette.
07-20-2005 12:25 AM
Thanks.
I got a solution and i made a Autorun CD program in Lab View.
Thanks.
Kaustubh
VC (Pune)
INDIA