<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Require additional installers? in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2221368#M708200</link>
    <description>&lt;P&gt;Just another question, how exactly do you deploy it onto another computer?I have been looking up manuals etc but not actually clarify how to achieve this do you need to copy the folder and send to a target computer?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2012 15:17:40 GMT</pubDate>
    <dc:creator>Damien129</dc:creator>
    <dc:date>2012-11-15T15:17:40Z</dc:date>
    <item>
      <title>Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2221310#M708191</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;am looking for advice on the following, I am attempting to build a stand alone application, i am unsure as to how to go about achieving this as its the&amp;nbsp;first time i have attempted it. I have built an application with my main vi as the start up vi&amp;nbsp;and all the dependencies are attached so there are no vis to choose from for the source files for the always included window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My next step was to build an installer, i assume the source files to attach to this is the one i selected for the start up in building the stand alone application. Now within my vi i use NI-IMAQdx 4.0 aquisition software i was wondering what additional installers i require or will my code execute? Do i need to add drivers etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2012 14:21:55 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2221310#M708191</guid>
      <dc:creator>Damien129</dc:creator>
      <dc:date>2012-11-15T14:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2221368#M708200</link>
      <description>&lt;P&gt;Just another question, how exactly do you deploy it onto another computer?I have been looking up manuals etc but not actually clarify how to achieve this do you need to copy the folder and send to a target computer?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2012 15:17:40 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2221368#M708200</guid>
      <dc:creator>Damien129</dc:creator>
      <dc:date>2012-11-15T15:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2221392#M708202</link>
      <description>&lt;P&gt;You need to determine the software you want to deploy and use. For instance, since you use daqmax, I suggest you include MAX, Usually the run-time support for labview during the build. Since you are using DAQMx 4.0, it is quite old. I am not sure which version of Labview you are using. Do you have the builder License for your version of Labview.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One way to help determine it, you can get a pristine machine and install it on the machine and see what kind of error occurs when you install your software.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2012 15:31:04 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2221392#M708202</guid>
      <dc:creator>Joseph_Loo</dc:creator>
      <dc:date>2012-11-15T15:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2221814#M708290</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have labview2012 it's the vision acquisition imaqdx that is 4.0 I was wondering do I need to install the visa drivers along with the vision when I deploy it onto a new computer also how do I put it onto another computer?as this is not clear from the labview help.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Damien</description>
      <pubDate>Thu, 15 Nov 2012 20:17:33 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2221814#M708290</guid>
      <dc:creator>Damien129</dc:creator>
      <dc:date>2012-11-15T20:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2222030#M708330</link>
      <description>&lt;P&gt;When it's done building, press the "Explore" button. Copy that folder to another computer (or network drive, flash drive, CD, etc). On the other PC, run setup.exe.&lt;/P&gt;
&lt;P&gt;If you're able, make a virtual machine that has not had any NI software installed - then clone it. That way you can see if the install works correctly, then clone the "clean" VM again the next time.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2012 23:13:28 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2222030#M708330</guid>
      <dc:creator>Todd_Lesher</dc:creator>
      <dc:date>2012-11-15T23:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2222172#M708344</link>
      <description>The installer creates a windows installer that is just like all of the other windows installers that you have used. You can put it onto aCD/DVD/thumb drive/shared network location or any other medium that you want.&lt;BR /&gt;&lt;BR /&gt;You only install NI-VISA if you use it. Also, don't forget the vision license.</description>
      <pubDate>Fri, 16 Nov 2012 02:14:53 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2222172#M708344</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2012-11-16T02:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2224220#M708682</link>
      <description>I will want to deploy it on two machines that have no labview so i will need to put the vision licence on both machines?do you need to activate it on ye new machines or can I just add it as an installer?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Damien</description>
      <pubDate>Sun, 18 Nov 2012 13:12:37 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2224220#M708682</guid>
      <dc:creator>Damien129</dc:creator>
      <dc:date>2012-11-18T13:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2224236#M708687</link>
      <description>You add it as an installer and then you activate it with the the license you purchased.</description>
      <pubDate>Sun, 18 Nov 2012 14:55:41 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2224236#M708687</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2012-11-18T14:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2224672#M708800</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have added the NI-IMAQ 4.7.0, NI-IMAQdx 4.0.0, the chroma driver, NI-Serial and the NI-VISA Configuration support 5.2, NI-VISA Runtime 5.2 and NI-VISA Server 5.2. Do i install Vision Run-Time Engine 2012 also?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a serial number for the labview professional development licence and it contained the vision acquisition module along with the vision builder and toolkits etc. I also have a different serial number this is the vision development module run time licence which is the vision acquisition product. So this is the one i activate on the deployed computers? Thanks for the help i am just a bit cautious as to what i can activate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2012 08:37:23 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2224672#M708800</guid>
      <dc:creator>Damien129</dc:creator>
      <dc:date>2012-11-19T08:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2224688#M708804</link>
      <description>&lt;P&gt;Also with the labview professional development licence i know i can activate it on 3 machines, but with this vision development module run-time licence how many can i activate it on?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2012 08:42:55 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2224688#M708804</guid>
      <dc:creator>Damien129</dc:creator>
      <dc:date>2012-11-19T08:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2225174#M708886</link>
      <description>&lt;P&gt;Since you are building a LabVIEW exe, the development license is irrelevant. There is no limit to the number of exe's you can deploy and no extra license is required. For Vision module, you need a &lt;STRONG&gt;new, separate&lt;/STRONG&gt; &lt;A href="http://sine.ni.com/nips/cds/view/p/lang/en/nid/207700" target="_self"&gt;license&lt;/A&gt; for each installation. You cannot use your existing Vision license.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2012 15:35:44 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2225174#M708886</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2012-11-19T15:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2225254#M708903</link>
      <description>&lt;P&gt;Ok thank you for clarifying this for me, thisis very much appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;damien&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2012 16:17:44 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2225254#M708903</guid>
      <dc:creator>Damien129</dc:creator>
      <dc:date>2012-11-19T16:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2226406#M709130</link>
      <description>&lt;P&gt;Hi Dennis, i have deployed the installation onto the monitor but there is no executable file contained within the folder where do you run the code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 11:09:16 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2226406#M709130</guid>
      <dc:creator>Damien129</dc:creator>
      <dc:date>2012-11-20T11:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2226732#M709194</link>
      <description>&lt;P&gt;What do you mean by 'monitor'? I don't know what you copied and where you copied it to. Did you click the 'Explore' button as previously mentioned? You should see a 'Volume' folder with a couple of folders along with a setup.exe. If you did not copy this folder, then you copied the wrong one. If this folder does not exist, your build of the installer was incorrect.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 15:43:21 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2226732#M709194</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2012-11-20T15:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Require additional installers?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2226826#M709208</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I forgot to copy over the executable file i had the setup.exe so it is installed ok now thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Damien&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 16:39:24 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Require-additional-installers/m-p/2226826#M709208</guid>
      <dc:creator>Damien129</dc:creator>
      <dc:date>2012-11-20T16:39:24Z</dc:date>
    </item>
  </channel>
</rss>

