Jump to content

Recommended Posts

Hi everybody!!!

I am working in a remote application with LabVIEW 8.0. I have a serius problem if a client hasn't install the LabVIEW 8.0 Run time engine.

How can I ensure from HTML or PHP that the LabVIEW 8.0 run time engine was installed?

Do you know a way to install sillently the LabVIEW 8.0 run time engine in a client pc via HTML or PHP?

Thanks a lot!!!!!!!!!!!!!!!!!

Link to comment

Looking at the NI forum I see that older version of the run-time engine can be installed silently using this command.

lvrteinstall.exe /q

Not sure if this works for the newer ones. If it doesn't I recommend using a scripting language (like AutoIt3) to run the installer, and press the return character until the installer starts.

I don't know of a method to check for run-time engines using html or php.

Link to comment

QUOTE(akala @ Nov 14 2007, 06:19 PM)

I doubt it, it would be a very risky situation if this could be done

QUOTE(hooovahh @ Nov 14 2007, 07:26 PM)

Looking at the NI forum I see that older version of the run-time engine can be installed silently using this command.

lvrteinstall.exe /q

Not sure if this works for the newer ones. If it doesn't I recommend using a scripting language (like AutoIt3) to run the installer, and press the return character until the installer starts.

I don't know of a method to check for run-time engines using html or php.

The quiet install still works (in 8.5)

Ton

Link to comment

QUOTE(akala @ Nov 14 2007, 12:19 PM)

Do you know a way to install sillently the LabVIEW 8.0 run time engine in a client pc via HTML or PHP?

No way with any recent OS! The ability to start any executable remotely through a HTTP connection is exactly what all Adware, Malware and other suspect programmers would like to have. A system that allows that will be invested with these kind of things in a very short time when browsing the web. So any user allowing that in his Browser settings is out of his mind.

Rolf Kalbermatter

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.