Deploy ActiveX with App Builder

1. When an ActiveX component is part of my application, does Appp Builder regiter it on the target machine?
2. If I want to deploy another ActiveX component (not used inside my application), how can I register it on the target machine?
3. Is it possible to install the main executable in one subfolder of installation folder?
4. Where can I find details about Application Builder settings?
Tank you in advance
LV6.0.2 - w2k and w98

1. No, you have to write a short program to call regsrv32.exe to register it.
2. See last half of answer to question 1.
3. Don't know, give it a try and see if it works.
4. There is no good documentation on the app builder. If you have specific questions, this is a good place to ask them.
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

Similar Messages

  • App made with App Builder V32.1 on iOS 8 doesn't install on iPad

    Hi,
    I got a problem with an App with subscription made with App Builder V32.1 on iOS 8.
    The process was ok, no error message, i download the .ipa and then I upload on my iPad using iTunes. I have synchronized everything and then I saw my App on the device but the icon is darker and there is a text under the icon that report the App is still under installation.
    Any idea?

    Hi Neil,
    I appreciate your answer but unfortunately you are wrong, at least for my case  :-)
    I delete the old mobileprovision files, I made a new App ID and associate with the devices and then I built new mobileprovision files... and it still doesn't work.
    After a day spent to try to understand the problem, I solved making a new couple of certificates and then it works.
    I don't know why, the "old" certificates are used in other Apps and they are still valid.
    This solution works but now I have to verify if is it possible to update the oldest App with a new one made with another certificate. The Apple Developer credentials are the same but there is not documentation about this issue.
    Ciao,
    Andrea

  • Making ActiveX Server with App Builder

    OK I am writing a program in C++. I want the GUI to be in Labview and I need the C++ program and Labview GUI to communicate. So I used the app builder to create an ActiveX Server. So how do I use this? Do I use the GUI.tlb instead of the normal labview.tlb? Do I still create an application reference to Labview or do I create an application reference to GUI.exe since this is my executeable now? I can't find much documentation on this at all... Please help!

    > OK I am writing a program in C++. I want the GUI to be in Labview and
    > I need the C++ program and Labview GUI to communicate. So I used the
    > app builder to create an ActiveX Server. So how do I use this? Do I
    > use the GUI.tlb instead of the normal labview.tlb? Do I still create
    > an application reference to Labview or do I create an application
    > reference to GUI.exe since this is my executeable now? I can't find
    > much documentation on this at all... Please help!
    Switch over to using the GUI components that you mention. Think of it
    this way, your C++ program could need to use both LabVIEW and GUI. For
    that to work, most of the connection pieces have to be specific about
    what they are dealing with.
    Greg McKaskle

  • Signing failed issue with app builder

    "Message was edited by: bicknell1 Ok well I kept trying and the App Builder finally launched, but still have the same problem of 'Signing failed, please try again' for the digital signature at the end of the process.  Even though it failed, it put an .ipa on the desktop, but when launched in iTunes its only 15.7mb when it should be around 180mb which tells me that the Folio is not loading into the App Builder properly. Please advise. Thx"
    I have the same problem, I tried to recreate the certificates and provisioning files that look good, then I tried to change the version and republish the app (from v25 to v24) but nothing.
    Can you contact me Neil? So I send you the log files ( but I don't know how to create them).
    Thank you in advance for the help

    Neil thanks for the link,
    I am a member Creative Cloud Single Edition, I had an article entitled,
    I put a title When updating and tried again but nothing.
    Certificates are valid from the keychain because I have both the public and private key associated with the certificate inside the private key.
    I have no articles with the name "cover_h" or "cover_v."
    I updated the java for mac os x version 10.7.5.
    But no, I always error.
    I do not know what to feel.
    Do you have other useful links for finding the cause of the error?
    Thank you in advance for the help.

  • Creating app for Android/Kindle with App builder and Single Edition (No professional or Enterprise)

    Hi there,
    I know there is no official support for Android in Single Edition, but, once you have installed Indesing CC and App Builder in a mac, and you create app from your Folio menu, is it possible to create then an Android/Kindle apk app for publishing by your own?
    Has anybody published sucessfully in this way?
    Other point, is that I suposse that you need a Professional or Enterprise licence to create an android app from the Web-enablet App Builder. Cause I can't find the way the make my single account to join the role to this function (And app builder website website just tells me I have to do this, as if I were able to do it with my license...).
    By the way, I think Adobe should explain more clearly this points. There is too much documentation, but difficult to find this answers... And a lot of people with the same troubles...
    Thanks!

    Thanks Tomek!
    So, can you confirm if you join the Professional edition (just for a month) if you are able to use both options App Builder/Web-Based App Builder, to create the app in a way that you don't need to be suscribed more time to Professional Edition to be downloaded by the users in Google Play/Kindle Store, and it should work for Applestore (iphone apps) too. I mean, once again, no using Multi-issue and Renditions, cause in this case I know they are hosted by Adobe and you need the subscription to be downloaded.
    I think there are discussions here about this topic, but it's not exactly clear what I'm asking. So, I still don't know if I should buy the Professional Edition or go to another supplier as you said.
    I hope that Adobe improve these functions! There should be native support for these platforms, cause at the end you only can publish to the applestore with the Single Edition and everbody knows the "too booky problem" with the apps. And we should have support to publish to ibookstore because of that too, without third party solutions. 

  • Error 1305 when installing LabVIEW 7.1 app built with app builder

    I have built an executable with installer from LabVIEW 7.1 app builder.  The app installs/works fine, however 1 user reported 'Error 1305' when installing the app from a DOS subset on a WinXP machine.  For example, a virtual drive is created using the DOS 'subst' command (see http://www.easydos.com/subst.html for more info), e.g. 'subst z: c:\temp'.  Now when running z:\setup.exe, the error 1305 is encountered.  If the same app is run from c:, e.g. 'c:\temp\setup.exe', it works fine.  Is this a bug in the installer, or in the OS...?

    Greetings,
    This is an architectural issue with the Microsoft Windows Installer and Windows, and will occur with any MSI (not just those from the app builder).  Under XP, a MSI cannot install from OR install to a location created by the "subst" command.  My understanding of why is that installSequence runs in the context of the MSI engine, which is running as "system" user.  But the subst command is a per-user setting (local to your account) so the MSI engine doesn't see it. 
    The only workaround is to run the MSI from a non-subst drive, or instead use network file shares (you can simulate what "subst" does by mounting an exported file share from the same machine).
    Regards,
    - WesW / NI

  • Cross-comp​iling PC-to-Mac with App Builder?

    My company has LabView 6.1 PDS under Windows. However, I have a LabView
    application that I'd like to have run on a Macintosh. Is there any way to
    use the App Builder to generate a LabView executable that will run under the
    RTE on a Mac?
    Alternatively, would my license allow me to obtain a copy of the LabView PDS
    for Mac? I have no intention of violating any license restrictions, but I
    do understand the concerns that force them to exist . Even an older
    version of LabView (5.1 or 6.0.2 or whatever) would be OK -- the app is
    actually pretty low-tech,
    Best regards,
    Justin Goeres

    Justin,
    To do what you want to do, you will need to purchase LabVIEW and the Application Builder for the Macintosh and compile it there. LabVIEW is cross platform, but the results of the Application Builder are not. To produce a shared object library (.so or .dll) and/or an executable, one must use the Application Builder on the operating system they wish to use the created object.
    For more information, see KnowledgeBase 261GD4VW: Are Standalone Applications Built with Application Builder Platform Dependen....
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • Problem with scrollbar after update with App Builder 32.4.4.

    Hey,
    I just created an app update with the new version of the DPS App Builder (32.4.4.). After the update the scrollbar (of the viewer – no scrollable content) moved from it's original position. (see screenshot)
    Any ideas?

    Could you tell me more about the article? Is it an HTML article or a PDF/JPEG/PNG?
    The issue appears in every article, in every folio. It doesn't depends on the type of article.
    Is your Multi Folio app a Newsstand app as well?
    Yes.
    Was the previous version of the app already installed on the device with downloaded folios in it, and then you upgraded it via iTunes? or was it a fresh install on the device?
    The previous version was build one week ago with the previous App Builder and installed via TestFlight on the iPad. Today we created a new version with the new App Builder (32.4.4) and updated the App via TestFlight.
    Thanks!

  • Deploying plugin with App?

    Hi all..
    My company is preparing to roll out the next release of our enterprise app, which uses an applet as a client. We're moving to using the Java plugin. Our customers deploy our app on their own extranets and intranets with quite a large number of workstations (1000+).
    My question is this:
    How do most application developers handle deployment of the plug-in under these types of circumstances?
    Do they simply advise their client's IT department to download the plugin installer and do the silent install thing?
    Or do they ship a copy of the plugin installer and launch it silently from within their own app's installer? (Any special licensing procedures for this?)
    Any suggestions?
    Thanx,
    DragonMan

    The following excerpt is taken from SDK1.3.1 readme.html file:
    The Java 2 Runtime Environment
         You may not redistribute the Java 2 SDK with the applications you develop. Instead, you may redistribute the Java 2 Runtime Environment with your applications. The Java 2 Runtime
         Environment is available as a separately downloadable product. See the J2SE download web site.
         The Java 2 Runtime Environment allows you to run applications written in the Java programming language. Like the Java 2 SDK, it contains the Java virtual machine, classes comprising the
         Java 2 Platform API, and supporting files. Unlike the Java 2 SDK, it does not contain development tools such as compilers and debuggers.
         You can freely redistribute the Java 2 Runtime Environment with your application, according to the terms of the Runtime Environment's license. Once you have developed your application using
         the Java 2 SDK, you can ship it with the Runtime Environment so your end-users will have a Java platform on which to run your software.
         Note that the Java 2 SDK has an internal implementation of a Java runtime environment for its own use. This internal runtime environment is contained in the SDK's jre directory. Don't confuse
         the SDK's internal runtime environment with the Java 2 Runtime Environment, which is a separately installable product. ........
    If I were you, I would package the plugin installer and launch it from within my own app's installer (as indicated above, you can freely package the JRE with your own software). The client's IT department personnel will love you for it and you'll know that it's done correctly.
    That's just my 2-cents.
    ;o)
    V.V.

  • Executable created with App Builder cannot be executed

    Dear forum,
    I am trying to build an executable from a rather big Labview Project with a lot of LVOOP classes. I am using labview 8.5 FDS.
    The program runs fine when executed from the development environment and compiles without error. When i try to run the executable, I get a dialog box with a long list of error messages like "VI has an error of type 4E348, 4A348, 302208, 2208, etc., LabView FDS is required to resolve the error" (actually I am using a German version of LabView, so let me quote the German error message: "VI hat einen Fehler vom Typ 4E348. Zur Behebung des Fehlers ist das Labview Full Development System erforderlich")
    Any information would be highly appreciated
    Thanks
    Georg

    Hi Joseph,
    I just finished rebuilding the project today (have been busy with some other job last week) and now the project builds and runs perfectly (at least on my development machine). Now I can go through the rest of my testing and debugging process.
    Thank you very much for your help.
    Probably I should give a short explanation on how my application is designed:
    I am developing a general-purpose control, data-acquisition and on-line data-processing application for a number of test-rigs in our company. I have chosen a modular design with plugin architecture where functionality for control, daq, etc. is provided as plugins. These plugins are implemented as user-defined classes which inherit from class templates. In this way it is very easy to add functionality e.g. for specialised control or data post-processing. The downside is that there is a lot of method overloading and this might have been the reason why the build process failed. Now I re-arranged all the classes in a "virgin" directory tree and the build process works.
    By the way, I changed the way my plugins are loaded from static to dynamic. This is significantly reducing the time to start-up my application.
    regards
    Georg

  • Why is my new download of DPS App Builder still coming up with the notification that I still need to update to the latest release when I already have??!!!

    Is anyone else experiencing the same problem?

    There is no "release 32" of DPS going out today, and there are no updates to the InDesign panels. We are pushing out a minor update to release 31 with some new features in the Android and Windows viewers and some minor bug fixes elsewhere.
    This thread is about a specific issue with App Builder that is now resolved with our completed App Builder deployment. If you are experiencing issues previewing content in Adobe Content Viewer please start a new thread regarding your issue. Be sure to provide the detailed steps you are taking, including the target viewer version you've selected and the version of Adobe Content Viewer that is installed on your device.
    Neil

  • USB/Serial Drivers and App Builder Installer Questions...are drivers included in the Installer with the LV runtime engine?

    Hello all,
    I'm wondering if someone can help me out with how drivers and all are treated with applications distributed with App Builder, used to create a stand alone, full install of app and labview engine with Installer.
    What has happened  is, my application was created using the NI branded USB to RS232...and USB to RS485, and they work great.
    On the application when running..you fire it up, it finds the USB to serial device, and I have a dropdown that finds the available COM ports to use (along with setting parity, etc).
    I've installed on different computers (without previous labview installs) with the installer. They all worked.
    The customer has received the installer....and despite us telling them to use the NI branded USB/Serial interfaces..they are trying to work with a different USB/serial cable.
    They say the COM ports aren't even showing up when they run the installed application.
    So, I'm not sure where to start. Is this a driver issue?  Does the App Builder Installer...install the drivers for the interfaces I was using with it? Is there a way for the person to find and install a driver on their own...or would I have to somehow find out a driver for what they use....then, basically redo the App Builder Installer build...to include that driver with the executable I send back out?
    I guess I basically need a better understanding of how drivers for external access/communications are handled when you use App Builder to create a stand alone application complete with the labview runtime engine...and nothing else.
    Thank you in advance,
    cayenne

    The main thing is that LV uses VISA to talk to serial port whether native on the machine or from USB dongles that you plug into the computer. It sounds to me like their dongles aren't working.
    Can the customer see the ports in the Windows Device Manager? Can they access them through something like hyperterminal? How does your program find the USB/Serial devices?
    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

  • How do I create a single file installer for LV 6.1 App Builder Output?

    I have created an application using the 6.1 App builder and it installs fine. To be able to send this app to others, I would really like to put it in something like a self extracting executable file. How can I do this with app builder or can you suggest another software to buy that will let me create this.
    Thanks for any help that you can provide

    You raise a number of important points. I'll answer to the best of my knowledge.
    1. Usually true. Win98/2K/XP have the Windows Installer Service built in, but 95/98/ME require InstMsiA.exe, and WinNT4 requires InstMsiW.exe. The difference is in the character set (ASCII vs. Unicode), and I don't know how that difference applies to the non-Roman alphabet installations. It's safest to include both if you're going to include one.
    On the same subject, I noticed that the first thing the LV7 evaluation installer does on a Win2K box (and therefore probably on a Win98 box as well) is update the Windows Installer service, so LV7-built executables may very well require InstMsiA.exe/InstMsiW.exe on Win98/2K.
    2. I think so. I usually don't distribu
    te LabVIEW EXEs as self-extracting installers, but it probably is safest to wait until the setup is complete before returning control to the self-extractor software.
    3. True. (And note that one of the circumstances under which you might repair/update msiexec is with LV7 on Win98/2K).
    4. True. Setup.exe appears to install/update msiexec if needed and then launch the MSI file.

  • App builder v27 Android sign

    Is there a known issue about signing an Android app with a .keystore key with App Builder v27?
    I've an app already published on Google play, this means I cannot change key at all in order to be able to upgrade it. It has been already signed (many times) with a .keystore certificate valid until year 2040 (double checked).
    Right now it always says "not a valid key" when I try to sign and download it.
    Also with a freshly generated .keystore (using keytool) it returns the same error. It works instead with an old .p12 certificate I already had.
    Could it be an incompatibility with the keytool version I used to generate the key or what?
    It is quite strange I cannot use anymore a still valid key.

    Hi guiott,
    I'm facing the same problem. By saying moving it to the root of the disk, can you specify the path?
    Hi Neil,
    Hope App Builder team can solve this problem ASAP, as we need to do the app submission for our client.
    Thanks..

  • App Builder v26 update

    With this update we are no longer able to specify custom library code and hide the Navigation Bar at the same time, which we were able to do in the last release. Is this intentional? Can it be reverted?
    This is the process to be clear:
    Make a Multi Folio app
    Check Show navigation toolbar
    Assign .zip file to custom App library
    Uncheck Show navigation toolbar
    Complete app process
    Launch app
    App shows default app library viewer
    Many thanks

    This is a known issue with App Builder in v26 that we'll be addressing in v27.
    Neil

Maybe you are looking for

  • XML To ABAP Transformatiom

    Hello, I have the following sample xml: <SERVICE name="CreateContact">      <INPUT>      <ATTRIBUTE ATTRNAME="FNAME" type="freetext">Test</ATTRIBUTE>              <ATTRIBUTE ATTRNAME="LNAME" type="freetext">Contact</ATTRIBUTE>              <ATTRIBUTE

  • Blackberry deleted my Blackberry Messenger App from My Phone and Won't Let Me Re-Download It!

    A few days ago, my Blackberry decided to mysteriously delete the Blackberry Messenger application I had downloaded on my phone. When I go to Blackberry App World, it shows that the BBM Application had been installed and will not let me re-download it

  • [N95 8Gb Pc Suite]Impossible to synchronize : "syn...

    Hello, My config : - Windows XP SP2 - PC Suite 6.85.14.1 - Nokia N95 8 Gb (v15.0.0.15) - Lotus Notes 6.5 - synchronization parameters : bidirectional, agenda and contacts The problem : Everything was working fine until the last few days. I can't sync

  • Dynamic Query in Element Definition

    Hi All, I am using SiteStudio 10gR4 Designer, i have placed a query in element definition, since the query is auto generated from content server so it is specific to node ID, now i want to use it for other node IDs as well. Just to clear out i want t

  • Is there a specific differences doing obiee 11g setup on Linux Vs Windows?

    Hi, I did setup obiee 11.1.1.6 on windows 7 64 bit and upgraded RPD and webcat. now I need to do it on Linux environment. Is there a specific differences doing setup on Linux? do I need to update host file and configure loopback adapter in Linuc as w