Cannot Install LV Runtime Engine 7.1

HI,
Some of our users are having unusual installatiion problems while
installing the LV runtime Engine 7.1.1 on win2k. Our users have
installed another application recently and in that process the LV
runtime engine was removed from their computer. So, they tried to
install the runtime engine(downloaded it from NI website) again but couldn't becuase they keep getting
the message that they are not logged in as administrator. We logged in
as admnistrator and  tried installing the runtime engine again,
but the error keeps occuring and is not allowing us to install. I
searched the NI discussion forums and the Knowledge base to find
answers but did not see any that match our problem. From some of the
posts I suspect it has got something to do with Microsoft hotfixes and
windows upgrades etc.
If anyone else had seen this kind of behavior and has found a fix,
please share it with us. Any help will be greatly appreciated.
Thanks Ahead
Deepak K

Hello!
This is an unusual problem.  I would first go through the add/remove
programs through control panel.  Loate the "National Instruments
Software" item and select "change".  See if any LabVIEW
components are there and slect to remove them. This will completely remove the
LabVIEW components.  Then attempt a reinstall of the runtime engine. 
If this still causes problems, you may have deleted the old LabVIEW runtime
engine in an unusual way which is interfering with later installs.  If this
is the case, there are some other methods that we might be able to use to
uninstall fragments of NI software.  Removing the software does not fix
the problem post back and let us know!
-thanks-
Travis M
LabVIEW R&D
National Instruments

Similar Messages

  • How do I build an executable w/o installing the runtime engine in the OS?

    Hello everyone
    I have developped an application with LabView 8.01 and build an executable for a customer, this works great, if I have administrator rights. But my customer don't have full administrator rights and they are not able to install the software (Runtime Engine). In LabView 6.0.1, to solve this problem we added the lvrt.dll and some support files directly to the application builder as support files and it worked without to install the runtime engine in the operating system.
    How can this be done in LabView 8.0.1 and which files are needed?
    I am thankfull for any advice.

    hi,
    you always need admin rights to install software.
    I think it's not possible in labVIEW 8.01 to install the runtime without admin rights.
    The costumer only has to  the runtime one time, so he should try to contact his system administrator.
    I've found no workaround for it.
    Best regards.
    Christoph Strasser
    AE/NIG

  • Trouble installing labview runtime engine

    Can not install labview runtime engine.  Says there is already a higher version installed.

    Yes, this is a pain - and I have no idea why NI would design their installers in this way. I can think of no rational reason. In any case, the work around is to uninstall everything and then reinstall in a different order. For example, I ran into the problem was trying to install a runtime executable on a machine that already has some NI drivers installed. Part of that installation was that it installed the V7.1 runtime engine. When I then went to install my executable which was built in V7.0 it wouldn't install. To get around this bug I had to uninstall all NI software and then reinstall my executable and then the drivers, in that order.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Unable to install LV Runtime Engine 7.1.1 with LabVIEW Professional 8.5.1

    I installed LabVIEW Professional Sys. for Windows (XP) 8.5 and then the 8.5.1 update. Somewhere in the original installation, LV Run-time Engine 7.1 was installed. But I need LV RTE 7.1.1. So I attempted to install RTE 7.1.1. Problem: The LV RTE installer aborts with the following message:
    "Installation aborted. Newer version already installed." 
    Why do I need 7.1.1? I must run some commercial LV executables that were compiled with LV 7.1.1 and will not run under 7.1.

    Well, I have to correct myself. MAX indicated that LV RTE 7.1 (not 7.1.1) was installed. My complied LV app indicated that 7.1.1 was not installed. I checked Windows Add New Programs and selected "National Instruments Software" I found that LV RTE 7.1.1 was, in fact, installed. So I selected LabVIEW Runtime Engine 7.1.1 and clicked Repair. After rebooting, My app works correctly. Again, MAX incorrectly displays LV RTE 7.1 (not 7.1.1). My app works, so I don't care.

  • Cannot install Intel Management Engine Interface (Rapid Start)

    Hello,
    after setting up a totally new system after scratch I cannot install the 
    LENOVO Intel Management Engine Interface. (from the support page). During install the setup stops.
    Error message (in german): "setup program couldn`t start at least one application process"
    Waht can I do?
    Any hint?
    I want to get the Hibernate working...

    hi Ralph1,
    thanks for posting I'm really sorry to hear about the issues your're facing with your machine. I understand how frusting this can be. 
    Just to get a clearer understanding of the issue, the machine that you are trying to update is for the U410 is that correct? If that is the machine you are trying to update. If you are trying to update the U410 IME. please click on the link below.
    http://support.lenovo.com/en_US/downloads/detail.page?DocID=DS028767
    hope this helps,
    Do let us know how it goes.
    regards

  • Installing Labview runtime engine 2011

    Hi,
    Is it mandatory to uninstall any previous version of the Labview runtime engine before installing the 2011 verstion ?
    Thanks.

    No, you should actutally keep the older runtime engine installed in case you still have applications that depend on it. The 2011 run time will only support applications built with LabVIEW 2011.
    LabVIEW Champion . Do more with less code and in less time .

  • How to install LV runtime engine and run .vi's in linux

    I am attemtpting to load run time engine and run a .vi on Linux system.
    Here is what I have done so far.
    1. I don't have rpm on my system (gentoo) so I used the app on the install cd called INSTALL.norpm to install
    labview70-rte-7.0.1.i386.rpm. It looks like it worked, there are a lot of files copied to /usr/local. A couple of .so files and a directory called Labview-7.0 (12M of files). 
    2. Made a test vi on other linux box that has full development system installed (also gentoo but i have rpm on this system).
        Do I need this application builder i keep hearing about to make an .exe or can I run vi's with this run time engine?
        What is the syntax to run a vi in linux?  ./test.vi   ????
        Is application builder a seperate program that I must purchase?
    When I attemp to run a vi I get garbage printing to the console, not unlike when you cat a binary file.
    Any help would be appreciated. Is there instructions somewhare??? A manual perhaps that explains rte install and operation.
    D.A.M.

    You need the application builder to create an exe. The rte by itself will not run a VI. The exe does require the rte. It is possible to create a "loader" program that you can use to run separate VIs but the loader program must be created with the app builder. The app builder is a separate add-on or if you buy the professional version of LabVIEW, it comes included with that.

  • Cannot Install PB Runtime 12.0 or 12.5 on Windows 8 Server 2008 R2

    Greetings All!!
    I am trying to set up a new server for deployment and when I run either the PB Runtime for 12.0 or 12.5 I get an error stating (in general) module pbjvm120.dll failed to register.
    I am also having this problem with another Windows 2008 Server install. I had to move on with the last one, but I need this one up and running now so I am asking for advice/help.
    I attached a screenshot of the error.
    Thanks all!!
    Best,
    Paul

    Thanks Gentlmen!!
    I don't know how the '8' in Windows 8 Server 2008 R2 got in there, but it is just Windows Server 2008 R2.
    I copied msvcr71.dll , msvcp71.dll and atl71.dll to the c:\windows\system32 directory. Tried again and got the same error as shown in my screenshot. This 'is' a VM. I am logged into the machine as Administrator.
    Chris, what do you mean by official MR?
    I am creating the runtime files using the PB Runtime Packager.
    Thank you!!
    Paul

  • Install labview runtime engine in microXP?

    Hi folks,
    As the title says, did anybody try to install? I am getting error without any code in microxp 0.82.
    Thanks in advance.

    Hi Grasho,
    Thanks for your post. Unfortunately, we are only able to support the RTE for a standard Windows XP Distribution. While I don't know exactly what MicroXP omits to create it's "lite" profile, it is an unofficial modification to the OS which the RTE installer was not designed to work with.
    I'm sorry I'm unable to be of further help on this occasion.
    Kind Regards,
    Paul
    http://www.paulharris.engineering

  • Can i install labview runtime engine 8.6 on windows nt

    I have written an application on LV 8.6, but i would like to deploy it in my clent site which has only win NT. Is it possible?

    The table muks posted refers to supported OS version. So maybe it will work, maybe not. If not, you won't get support from NI.
    So in general i do not recommend you to do so (even if it works), but the decision is up to you.
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • What is minimum runtime engine size when installed on XP embedded OS

    I hope to build move an existing Labview 8.6 application to a Windows XP embedded machine and would like to know if their are any tools available to help minimize the hard disk memory requirement, specifically can the runtime engine installation be micro managed so that absolutely nothing that is not required by the application is installed?
     If not, is their some way to install the runtime engine and then remove unused items, for instance one .dll file at a time?
    I would appreciate any guidance.
    Thanks,
    Bernie

    I believe NI does not officially support running LV apps on XPe, but if you search, you should find some references to it. In any case, I doubt you will find anything relating to the size of the RTE. You can probably safely remove some of the support files (e.g. language files, which take up some space), but I've never done it and it isn't necessarily safe.
    In older versions, you could simply use all the files from the RTE folder if you didn't require any drivers, but I believe that doesn't work since ~8.0.
    Try to take over the world!

  • Labview runtime engine plugin problem in Mac OS X

    Hi:
    We have just recently acquired a macBook Pro and am trying to test some instrumentation modules we have previously developed online for Circuit Theory courses on the MAc platform.
    These VI's are installed on lab view server and we have no difficulty accessing them in Windows XP or Vista from a browser either Firefox or IE. Of course the latest version of runtime engine is installed on the pc prior to accessing the vi using remote panel and secondly we have to disable any virus protection software.
    I have also installed the 8.5 version of LV runtime engine on the macbook with Leopard 10.5.x OS. I can see the LV plugin with the proper version in the Installed plug in check for the Safari browser. But every time the Remote panel is accessed I get a missing plugin message.
    Here is the message:
    Safari cannot find the Internet plug-in.
    The page “Blackboard Academic Suite” has content of MIME type “application/x-labviewrpvi82”, but you don’t have a plug-in installed for this MIME type. A plug-in should be available on this page:
    http://digital.ni.com/express.nsf/express?openagent&code=exck2m&
    Do you want to open the page?
    The page it suggests is the NI site for the plugin download?
    I am really in a corner and donot know what I am doing is wrong? Any help will be appreciated?
    Vishnu

    I'm not a Mac expert, but it sounds like you are missing the LabVIEW Browser Plugin which is necessary to view remote front panels.  That plugin installs with the LabVIEW runtime engine which you can find here.  I don't think Safari requires any extra configuration to work with the plugin but it might... let us know if installing the runtime engine doesn't resolve the problem.
    Travis M
    LabVIEW R&D
    National Instruments

  • What is needed to run a .llb file using a runtime engine?

    I would like to run a .llb file on a computer that doesn't have LabVIEW installed. Is that possible? If so, what is needed to do that? I have tried to install a runtime engine, but can't get it to work. The .llb file is currently running on LabVIEW version 6.0 on another computer, but I don't know with what version of LabVIEW the .llb file was created. The computer on which I would like to run the .llb file has Windows XP.
    Thank you for any help!

    Mathan wrote:
    You have to create an executable with the help of project explorer.
    The user has LabVIEW 6 (as he noted in the original message). LabVIEW 6 has no project explorer.
    To OP: I am assuming the LLB contains a top-level VI that can be run. Otherwise, this is a moot question. If you want to open the VI and view it, then you need the development version on the target machine. If you want to run the top-level VI in the LLB then you must create an application that you can copy over to the other computer. The other computer requires the LabVIEW Runtime Engine in order to run the executable.  To build the application you need the Application Builder. This is a separate product from LabVIEW, but was included with certain LabVIEW editions.. If you do not see a menu option for building the application then you do not have the Application Builder. You would need to contact your local NI sales office to see if you can still buy a copy. I doubt you will be able to, but it's worth a try. 
    EDIT: Sorry for the duplicate info. I got sidetracked while composing the message, and did not see the additional responses from Dennis.
    Message Edited by smercurio_fc on 08-18-2009 09:51 AM

  • Can I install LV runtime without admin rights?

    I want to install LV runtime without admin rights.  Is there any workaround that will allow me to do this?
    J

    JustinJames wrote:
    Does anyone know of a hacky way to do this?  I have ABSOLUTELY no way to get admin rights.
    J
    Not that Windows security is the greatest but generally these types of things are not easy to bypass. They are security related afterall. I think you will need to contact you IT department about installing the runtime engine for you.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Running Datasocket in labview 2013 open labview runtime engine 7.0

    Hello All,
    I am trying to communicate with a COGNEX camera using Labview 2013. I am using Datasocket to read tags from cognex OPC server.
    but when I open labview and run the code for the first time. An installer will automatically pop up trying to install labview runtime engine 7.0.
    When i cancel the installation datasocket throws an error. Again if i run second time, datasocket works fine and communicate with cognex camera using OPC.
    This problem comes everytime I open labview and run the datasocket. I cancel the installer. second time onwards when i run the code everything works fine.
    This is actually annoying and i doubt how things will work when i make an executable. 
    Need help. 
    Is this due to datasocket version installed... how to resolve this.
     

    Hi phil,
    That is interesting that you were unable to find the offending key that the installation is having trouble with.  Do you have Administrator privileges on your computer? You may even want to try to log in as the actual Administrator itself to make sure that you have access to all of the proper registry keys.  Also, I was going to say that I do think you're right with Windows XP not having the Scanreg/fix function, but there are several free programs that you can download as registry checkers.  You may want to try one of those to see if you can find the key and give it the proper permission.
    As far as the other part of your question, the Run-Time Engines are very important for LabVIEW to be able to run, but the 7.1.1 Run-Time Engine should not be affecting a LabVIEW 8.2 installation as it will use the 8.2 Run-Time Engine.  One thing that you can do is go into your Control Panel under Add or Remove Programs>>National Instruments Software and you can try and repair/modify your Run-Time Engine there.  If you already have the 7.1.1 Run-Time Engine on your computer, this is where it will show up so you can make any changes you want.  Also, if you go to www.ni.com and click on "Drivers and Updates" on the right, you will be able to find the Run-Time Engine there that you will need, but I would definitely try using a downloadable registry checker first before attempting to change any of the software that is currently on your computer.  As stated in the Knowledgebase article, this is actually an error from Windows saying that the registry key does not have the proper permission settings, so I am reluctant to say that downloading the new Run-Time Engine from our website will help much.  Please try some of these suggestions out and let me know how they work out for you. Thanks!
    Regards
    Noah R
    Applications Engineering
    National Instruments

Maybe you are looking for

  • Moving of /var/run/daemons to /run/daemons

    Hi, just curious here. Why was the location of the "daemons" files representing running daemons moved from /var/run/daemons to /run/daemons ? I note this happened around April 9th. (http://mailman.archlinux.org/pipermail/ - 00576.html) Was there a pr

  • Pixma MG6320 - Photos print with lines at the bottom

    I just setup my printer last night and tried to print some 4x6 photos.  When the first photo was printing, the paper went crooked at the last inch of the paper, and it was blurry.  I attempted 6 more prints, the paper stayed straight through the whol

  • What for do we use the infotype 0041

    what for do we use the infotype 0041

  • BEST GNU audio format ?

    I am looking to convert my entire .mp3 collection over to something more GNU friendly, any suggestions?

  • Another capture issue

    So I had a Macbook and ran FCP on it. It worked like a charm. But, silly me, I decided I wanted to "upgrade." So, I bought a Macbook Pro and went with FCP 2. Now I can't capture any footage without getting dropped frames. I'm capturing directly to my