How can I add a User Library or Instrument Library to my Project Installer?

Hello All,
I want to includ some libraries for 2014 in my distribution installer in LabVIEW 2014.
Some of these files are located in Instr.lib and others in User.lib. There may also be some in vi.lib.
I have some devices and custom VI's I have written and would like to distribute these with my executable.
Is there a way to include these libraries automatically?
As it stands now, I have to install my application then manually copy these libraries which is obtuse.
Note that one of my user libraries is a directory of VI's, not a compiled libary (at this time).
Thanks for any advice.
Veni Vidi Duci

DB_IQ wrote:
Yeah, I believe so.
In the past, though, none of these libraries were installed.
But this is why:
My main VI is the test VI that calls sub vi's from a remote location by reference. These VI's are dynamic in scope.
As such, any of these sub VI's that refer to the libraries in my User.lib for example have no VI to reference. These dynamic VI's do not get installed. They are simply present in a library.
Would it make sense, then, that my VI's that are called by reference should themeselves be installed using an executible so the required instrumetns and user VI's are installed as well?
That might do the trick.
You can manually add them as dependencies to a seperate folder in the exe build spec, and then reference that relative location in your main VI when calling them.
There is always the Post-Build action too that might help.

Similar Messages

  • How can I add new user in sharepoint list column (people or group) or in sharepoint group using loginName only

    Hi
    If I have only login name of any user like - "Donamin\login_name".
    If this user is not present in sharepoint portal.
    How can I add this user to people or group column of any list or in any  sharepoint group with permission?

    hi
    got the issue
    it should be  like this -
    string userloginname = @"DOMAIN001\vyankatesh_mujumdar"
    using (SPSite oSpSite = new SPSite(site.ID))
    using (SPWeb web = site.OpenWeb())
    try
    { SPList lst = web.Lists["TestList"];
    string userloginname = @"DOMAIN001\vyankatesh_mujumdar";
    web.EnsureUser(userloginname);
    SPUser oSPUser = web.SiteUsers[userloginname];
    SPFieldUserValue FieldValueName = new SPFieldUserValue(web, oSPUser.ID, oSPUser.LoginName);
    SPListItem oSPListItem = lst.Items.Add();
    oSPListItem["Title"] = userloginname;
    oSPListItem["People"] = FieldValueName;
    oSPListItem.Update();
    catch (Exception ex)
    ExceptionManager.LogErrorInFile("--------Exception -------", bIsLogEnabled);
    ExceptionManager.LogErrorInFile(ex.Message, bIsLogEnabled);
    ExceptionManager.LogErrorInFile(ex.Source, bIsLogEnabled);
    ExceptionManager.LogErrorInFile(ex.StackTrace, bIsLogEnabled);
    ExceptionManager.LogErrorInFile("-------------------------------------------------------", bIsLogEnabled);
    Thanks for all for the reply

  • How can i add addtional user defiend fields in infoset

    Hi,
    Can any one tell me how can i add addtional user defiend fields in infoset and make it availible in output screen.
    Also please tell me to create parameters through abap quary sq02 , as by default it creates select-option.
    With Thanks n Regards,
    Ranu

    Hi,
    As I said before it is not that straight forward.If you will decompile tcViewProfileAction .class using any java decompiler you will find out that data in setAccountProfile method is not getting set through formmetadata.xml . If you are well verse with struts then only you can achieve what you are trying to do.You need to extend tcViewProfileAction class and also tcViewProfileForm class and then you need to modify tjspViewProfileTiles.jsp .It will not be easy job.Usually in implementation we do not change action class until its absolutely required as oracle also do not recommend that so now its between you and your client to make a call if they want to go for such customization.I won't recommend you do that.
    Regards
    Nitesh

  • How can i mangage 2 users (same computer) music library

    How can i manage the music librarys of 2 users so that if i add one song on one user it will appear in the other library as well. At the momment both are set up so that the music libary is in the same place (c:/MUSIC) and both have manage my library and also have the copy a song to c:/MUSIC....
    Thanks,
    Olly

    Quit iTunes.
    Drag your entire iTunes folder from /Username/Music to a Shared directory
    Log out.
    Log in on the other user's account.
    Click on the iTunes icon to start it, then immediately press an hold the Shift key.
    iTunes will ask to Create new library or Choose existing library. Select Choose existing library.
    Select the iTunes library file in the iTunes folder you moved to the Shared directory.
    iTunes will open and all the music in your account will be there.
    Now, go to iTunes prefs -> Advanced -> Importing.
    Make sure Copy files to iTunes music folder when adding to library is ticked.
    Go to File -> Add Folder to library and select the iTunes music folder in /My Documents/My Music/iTunes. This will add all the music in that account.
    When done, quit iTunes.
    Go to /My Documents/My Music/ and drag the iTunes folder to the trash. Do NOT empty the trash yet.
    Restart iTunes normally (don't hold Shift).
    Everything should be there.
    Quit iTunes and log out of the account.
    Log into your account, start iTunes normally and all music should be there.
    Quit iTunes and go back into the other account and make sure iTunes works okay. If it does, empty the trash.
    An changes made by any user will be seen by all users.

  • How can I add a user Role member that is from a different domain

    We are currently building out SCOM 2012 R2 to provide monitoring as a service to some of our customers.  As of now we have the RMS on our own department's domain (Domain A) which we have full control of and we have a gateway server that is on the company
    wide domain (Domain B) so that we can monitor other departments devices as the leverage this system.
    Monitoring is working just fine on both domains and we are just working on fine tuning SCOM so that we can roll it out as a service we offer to our customers.  One of the next steps we are working on before rolling it out is giving specific users access
    to view only their own devices, dashboards, and groups.  So I created a Read-Only profile and went to add a user to test it out, but that user is on Domain B and SCOM is unable to resolve this account.  I'm seeing Event ID 26319 with Error Code 1332.
    How can I get SCOM to discover devices on a different domain so that I can give them different permissions for accessing the Operations Console and/or Web Console?  Is this possible?
    Here is the Error I'm seeing.
    Log Name:      Operations Manager
    Source:        OpsMgr SDK Service
    Date:          2/4/2015 1:11:59 PM
    Event ID:      26319
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      xxxxx.xxxx.xxxxxxxx.xxx
    Description:
    An exception was thrown while processing UpsertUserRolesV2 for session ID uuid:f3b4015e-9583-4237-b7a6-406826434553;id=40.
     Exception message: The creator of this fault did not specify a Reason.
     Full Exception: System.ServiceModel.FaultException`1[Microsoft.EnterpriseManagement.Common.UserRoleUserUnresolvedException]: The creator of this fault did not specify a Reason. (Fault Detail is equal to Microsoft.EnterpriseManagement.Common.UserRoleUserUnresolvedException:
    Unable to resolve the user [email protected] associated with the user role. Error code 1332. Check your active directory configuration.).
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="OpsMgr SDK Service" />
        <EventID Qualifiers="49152">26319</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-02-04T21:11:59.000000000Z" />
        <EventRecordID>172748</EventRecordID>
        <Channel>Operations Manager</Channel>
        <Computer>xxxxx.xxxx.xxxxxxxx.xxx</Computer>
        <Security />
      </System>
      <EventData>
        <Data>UpsertUserRolesV2</Data>
        <Data>uuid:f3b4015e-9583-4237-b7a6-406826434553;id=40</Data>
        <Data>The creator of this fault did not specify a Reason.</Data>
        <Data>System.ServiceModel.FaultException`1[Microsoft.EnterpriseManagement.Common.UserRoleUserUnresolvedException]: The creator of this fault did not specify a Reason. (Fault Detail is equal to Microsoft.EnterpriseManagement.Common.UserRoleUserUnresolvedException:
    Unable to resolve the user [email protected]  associated with the user role. Error code 1332. Check your active directory configuration.).</Data>
      </EventData>
    </Event>
    Thanks for any help I can get in resolving this issue.
    Jake

    The SCOM Management Server is in Domain A.  I've tried it already and it has failed.  
    So just to clarify the method I used was to go to Administration>Security>User Roles.  Then New User Role>Read-Only Operator.  In the Create User Role Wizard I then gave the User Role a name, Clicked "Add" under User Role Members.
     Then the Select Users or Groups window pops up and I changed the Locations from Domain A to Domain B and searched for the user, which it's able to find, then clicked "OK" to add it to the User Role members which it does just fine.  On
    the next page which is Group Scope I checked the one group I want this account to have access to and then click next.  This brings me to Dashboards and Views where I click the radio button for "Only the dashboards and views selected in each tab are
    approved" and chose the folder of dashboards I want this account to access and then click next.  This brings me to the Summary and I click "Create".  At this point it thinks for a moment then closes out the wizard but the new Read-Only
    Operator does not appear.  I then look in Event Viewer and see the Event I pasted above.
    Am I doing something wrong here?  Any guidance on how to get around this issue would be much appreciated.
    Thanks,
    Jake

  • How can I add another user to my iCloud account?

    I have sandirod1@**** and want to know if and how to add another user from my household linked to the same account
    <Edited By Host>

    Firstly, it's a bad idea to post your email address - it's an invitation to spam - and I've asked the Hosts to remove it.
    If you give the other user your ID and password he will have full access to everything in your account just as if he was you, and his contacts and calendars will sync if enabled, and he will have full access to your email. (He will of course need Lion 10.7.2 or above, or iOS5, to use the syncing facilities). He can also access the iCloud website and read, move or delete emails, and alter settings.

  • How can I add an iPad app to my library without an iPad?

    Hello,
    As part of the App Store's 5th anniversary, the Traktor DJ app for iPad is free, possibly for a short time only. I currently don't have an iPod, but I would like to add the for-now-free iPad app to my library, just in case I later acquire an iPad. How can I do so?
    (I know that the Traktor DJ app for iPhone is available, but I want to secure ALSO the iPad version.)

    Download the app in the App Store in iTunes on your computer.
    Open iTunes on your computer, go to the iTunes Store, search for that app, and download it. If it can be synced to your iPod, it will be if you select it to sync. Otherwise, it will be on your computer until you can sync it to an iPad

  • How can I add a User to the transport workflow

    Hi all,
       I want to add one user to the transport workflow in BW Dev system? How can I do it, PLEASE.
    Thanks.

    Hi,
    Check this if you can reset the workflow if the configuration of old user get damaged instead of creating a new one.
    http://help.sap.com/saphelp_erp2005/helpdata/en/06/1c3737f0e64142e10000009b38f839/frameset.htm
    Please reward if it helps.

  • How can I add a user to the current session context ?

    Hello,
    I would like to use the programmatic authorization of servlets ( the roles are defined
    in the servlet deployment descriptor web.xml ). But I don' t use the authentication
    specified in the servlet deployment descriptor.
    Is it possible to populate a user to the session/servlet context without using the
    authentication specified in the deployment descriptor ? How can I do ? ( cookie ?
    methods ? ... )
    Thank you for your answer.
    Nicolas.

    see weblogic.servlet.security.ServletAuthentication.
    - Neil
    Nicolas Dieu wrote:
    Hello,
    I would like to use the programmatic authorization of servlets ( the roles are defined
    in the servlet deployment descriptor web.xml ). But I don' t use the authentication
    specified in the servlet deployment descriptor.
    Is it possible to populate a user to the session/servlet context without using the
    authentication specified in the deployment descriptor ? How can I do ? ( cookie ?
    methods ? ... )
    Thank you for your answer.
    Nicolas.

  • How can you edit a User defined Graphic Style Library?

    Sometimes I need to make small changes to my User defined Graphic Style Libraries - Add or remove an item or update another etc... Is this possible?
    Thank you for your time
    ++Michael

    I thought I was the only one!
    I asked a similar question and got no reply. My problem is I want to move from one library to another. I even had a chat with Adobe tech support and got no answer.
    I ended up deleting the assets and re-downloading into the new one.

  • How can I add a second authorized user to my installation of Adobe Digital Editions?

    I have initially installed with one user.  I have purchased a digital book using my credit card and id from Barnes & Noble.  I can't open the content without proper ADE authorization.  How can I add another user authorization to ADE?

    Paul, if you used one ID to install ADE, you cannot download an ebook from
    a site into ADE if you used a different ID.  That's the way the Digital
    Millenium Copyright Act of 2000 was implemented to prevent unauthorized
    copying of ematerials.  ADE tells you that in its HELP section.  You can't
    add a second ID to ADE either, for the same reason.
    What you CAN do is to change users, and authorize ADE with the same ID you
    used when you downloaded the ebook.  You do this by bringing ADE up, then
    using the CNTLSHIFTD key combination, you will deauthorize ADE.  Close
    ADE and reopen it, and ADE should ask you to authorize it.  At this point,
    you can enter the second ID, and ADE will take off from there.  BUT, keep
    in mind that any other ebooks you downloaded into ADE with the first ID
    will not be accessible until you go through the same process again and
    revert to the first ID.
    Hope this helps!
    =============

  • What are user parameters? and how can i add user parameter

    Hi Experts,
    what are user parameters? and how can i add user parameter and how can i add a user parameter
    HR_DISP_INFTY_NUM with value X?

    user parameters are used give reference grps and counntry grouping use SU3 tcode as amite said

  • How can i attach a user-speci​fied header to each UDP packet?

    Hello,
    i have here a question about UDP:
    i want to stream live-videos using UDP. To avoid/observe some possible problems that could occur (e.g. wrong packet-order, packet loss etc.) i am planning to add a header to each UDP packet with e.g. frame-nr. , frame-size, packet-nr...
    Question:
    1. (How) Can i control the UDP packet size in LabVIEW?
    2. If possible, how can i add a user specified header to each/certain (e.g. the first or the last packet of the frame) packet?
    Thanks!
    WLAN
    Message Edited by wlan on 01-26-2007 03:02 AM

    WLAN,
    i just copied the help regarding the max size-terminal from the LV-help:
    "max size is the maximum number of bytes to read. The default is 548. Windows If you wire a value other than 548 to this input, Windows might return an error because the function cannot read fewer bytes than are in a packet"
    So, please do not change this value....
    UDP creates packets from the data you transmitt. Each packet in Windows should have a size of 548 bytes or less. So this should read one whole packet at a time.... Decreasing this could lead to problems if the packet is larger.... Increasing this value changes nothing since the packets themselfs do not get larger only by trying to read more bytes..... Since you cannot alter the packetsize from LV, you shouldnt bother about that anymore.
    And to add (again): UDP does not garantuee ANY correct transission. So you will never get any note if the first packet of a frame was lost. If you need some kind of garantuee for this, you have to use TCP (btw. infact, the TCP header uses 192 bytes, containing the infos like seen in the attached gif).
    regards,
    NorbertMessage Edited by Norbert B on 01-31-2007 11:12 AM
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.
    Attachments:
    tcp_header.gif ‏9 KB

  • How Do I Add A Pre-recorded Voice Over to an iMovie Project?

    I have an audio file with the voice over I want to add to my movie project (which has an insturmental music track I want to duck during the voice over). How can I add this pre-recorded voice over track to my project?

    You can drag in the voiceover file and drop it on top of the clip where you want it to start. It does not have to be perfectly placed, because you can fine tune it later by dragging.
    I would suggest putting your voiceover file in iTunes and dragging in from the music browser, but it also works to drag in from the Finder. If you drag in from the Finder, you must take care not to move it later, or the iMovie Project will not be able to find it.

  • How can I allow other users on my macbook to view my iphoto library when th

    How can I allow other users on my macbook to view my iphoto library when they are logged in. I do not have a network, and the users (my family) all log in seperately when they use the computer. Does anyone know? Thank you.

    rdoss
    Welcome to the Apple Discussions.
    If you want others to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other account(s). In the other account(s), enable 'Look For Shared Libraries'. Your Library will appear in their source pane.
    Remember iPhoto must be running in both accounts for this to work.
    Regards
    TD

Maybe you are looking for

  • Save/create a variant in user defined screen in dialog program

    is there a way to save/create a variant in user defined screen in dialog program? thanks...

  • Store not opening after update to Windows 8.1

    On opening the store, the Windows Store loading screen gets stuck in perpetual loop without end. I have tried out the fixes mentioned in some blogs and posts but none of them solved the problem. I have tried solutions from this blog, all four of them

  • LR 3 is pointing to an old (uninstalled) version of PS

    Hello - I have LR 3 and Photoshop CS5. (And I previously had Photoshop CS3 and CS4, both of which I've uninstalled.)  For some reason LR's "Edit In" command thinks my main external editor is CS3 (vs. CS5).  (The first choice for the "Edit In" command

  • Export roles structure to a file

    Hi, We have ep7 installed. We have a need to export EP roles structure (folders, pages etc) to a file that can be easily understood (text/excel etc). Is there a way to do this? Thanks in advance!

  • MacBook Pro comes back damaged in another way from Applecare

    Hi, I sent my laptop in for repair to fix an issue with the screen and latch. Both were fixed. They replaced my screen and the entire bottom casing. When I got my laptop back, the casing above the slot drive was bent inwards towards the slot. I'm cur