04-30-2010 09:15 AM
Hi
I have created a program and build an exe of that, now i like to open this program in a computer where there is no LabVIEW runtime installed, the idea is to open the exe file so that it installs the runtime and then opens the program,is that possible to do ?
Thanks
Solved! Go to Solution.
04-30-2010 09:22 AM - edited 04-30-2010 09:23 AM
No.
Think about it. You need the runtime engine installed for the exe to run. How can the exe start and install the runtime if the runtime is not installed in the first place? You are placing the cart before the horse.
p.s. Try to use a subject that comes a littel closer to describing the problem.
04-30-2010 09:23 AM
Hi Veeru,
You can create an installer which will install both LabVIEW runtime engine and exe in the other computer.
Thanks,
Sanad MM
04-30-2010 09:25 AM
Thanks Dennis
Yes i do accept that but my boss said that, "for sure" we can do that, so i thought there could be a possibility. Now i am sure that we can't do that
Thanks
04-30-2010 11:09 AM
05-01-2010 08:37 AM
Thanks
Sanad, could you pls explain in detail
05-01-2010 02:50 PM