LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple installs of runtime engine?

Are there any problems with multiple installs of LabVIEW 7.0 runtime engine.
That is, if I create an executable application with the runtime engine installer present and distribute it to a person who already has the 7.0 runtime engine installed, does this present any problems? Will the runtime engine actually be installed the second time? Will there be multiple entries in the Windows add/remove list?
0 Kudos
Message 1 of 2
(2,672 Views)
The installer is designed to work that way. Multiple installs of the same version of the runtime engine should only increment the reference count on the files. When you install your built application you will not see an entry for the runtime engine in the Add/Remove Programs (ARP) list.

If you are familiar with MSI terminology, this behaviour is because the LV RTE that is included in your installer is just the merge module not the MSI. When you install the LV development environment, the RTE is installed from a separate MSI. Because your built app installer will use the merge module, the only way to uninstall the RTE will be by uninstalling your app.

Naren
0 Kudos
Message 2 of 2
(2,672 Views)