<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Fri, 10 Feb 2012 05:11:10 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-visual-fortran-compiler-for-windows-kb/type/installation/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network articles Feed</title>
    <link>http://software.intel.com/en-us/articles/intel-visual-fortran-compiler-for-windows-kb/type/installation/</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>How do I uninstall Microsoft Visual Studio 2008 Shell?</title>
      <description><![CDATA[ To uninstall the Microsoft Visual Studio Shell you must run 3 uninstall programs in Add/Remove Programs:
<div><br /></div>
<div>Microsoft Visual Studio 2008* Shell – ENU<br />Microsoft Visual Studio 2010 Files for Intel Visual Fortran (if present)<br />Microsoft Visual Studio 2008 Remote Debugger - ENU <br /></div>
<div><br /></div>
<div>This is in addition to uninstalling the Intel(R) Visual Fortran Compiler which may be entitled a title similar to: "Intel Composer XE 2011 Update 1 for Windows"</div> ]]></description>
      <link>http://software.intel.com/en-us/articles/how-do-i-uninstall-microsoft-visual-studio-2008-shell/</link>
      <pubDate>Wed, 16 Nov 2011 00:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/how-do-i-uninstall-microsoft-visual-studio-2008-shell/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/how-do-i-uninstall-microsoft-visual-studio-2008-shell/</guid>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>Resolving link errors after installing Microsoft Visual Basic 2010 Express on a system where Intel(R) Visual Fortran Composer XE is installed</title>
      <description><![CDATA[ <br />
<div id="art_pre_template"><b>Problem : </b>I have been using Visual Fortran Composer XE for several weeks without problems. Recently, I installed Microsoft Visual Basic 2010 Express (free download), and now I get the LNK1104 error for uuid.lib. If I uninstall Visual Basic 2010 Express I do not get the link error. <br /><br /><br /><b>Environment : </b>Windows 7, Intel(R)64, Visual Studio 2008<br /><br /><br /><b>Root Cause : </b>Visual Basic 2010 Express will install a new Windows SDK 7.0 probably at c:\Program Files(x86)\Microsoft SDKs\Windows\v7.0A. This Windows SDK is incomplete, not containing the lib folder. It also updated registration key of HKEY_LOCAL_MACHINE-&gt;Microsoft-&gt;Microsoft SDKs-&gt;Windows-&gt;"CurrentInstallFolder" to reference to this new Windows SDK folder. The Visual Studio development environment will use this registration key to set "WindowsSdkDir" which is used in Visual Fortran library list.<br /><br /><br /><b>Resolution : </b>There are two possible solutions:<br />1.Download and install the complete <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6b6c21d2-2006-4afa-9702-529fa782d63b">Microsoft Windows SDK</a> manually.<br /><br />2. Add your original SDK path to the Fortran project library path list:<br />E.g., my original SDK path before I install Visual Studio express can be got by opening a Fortran Composer XE command prompt, and run:<br />&gt; echo %WindowsSDKDir<br />C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\PlatformSDK<br /><br />In Visual Studio, select Tools &gt; Options &gt; Intel Visual Fortran &gt; Compilers.<br />- For IA32, add "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\PlatformSDK\Lib" to library list.<br />- For Intel 64, add "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\PlatformSDK\Lib\AMD64" to the library list.<br /></div> ]]></description>
      <link>http://software.intel.com/en-us/articles/lnk1104-cannot-open-file-uuidlib/</link>
      <pubDate>Fri, 04 Mar 2011 09:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/lnk1104-cannot-open-file-uuidlib/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/lnk1104-cannot-open-file-uuidlib/</guid>
      <category>Intel Software Network communities</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
      <category>Intel Software Network communities</category>
    </item>
    <item>
      <title>Intel Compilers for Windows Silent Installation Guides</title>
      <description><![CDATA[ <p>The Intel(R) Composer XE 2011 for Windows* and Intel Parallel Composer 2011 installation support both Setup Wizard mode installation and silent installation. <br /><br />1. Simply run the downloaded package, the installation will proceed in the Setup Wizard mode. <br />2. To proceed in silent installation mode, use following: </p>
<ol type="a" >
<li>Run the download package and it will ask for a directory for extracting files like "c:\temp\IntelC_setup\". After extracting, cancel the installation. </li>
<li>Open a command window, run following command:<br /><strong>&gt;&gt; c:\temp\IntelC_setup\setup /?</strong></li>
<li>The above command displays the command line flags for silent installation and describes below: </li>
<br />Usage: <strong>Setup.exe [&lt;command&gt;] [arguments...]</strong>
<p >If no command is specified, the installation program will proceed in the Setup Wizard mode.<br />If any command is specified, the installation program will proceed in non-interactive (silent) mode.</p>
<p ><strong>Commands</strong><br />--------------------------------------------------------<br />install - install the product<br />remove - remove the product<br />repair - repair existing installation<br />modify - modify existing installation<br />toc - table of contents</p>
<p ><strong>Mandatory arguments for silent installation</strong><br />--------------------------------------------------------<br /><strong>--output=</strong>&lt;file&gt; [command: all]<br />Specify a file to which the output will be redirected. This option cannot be omitted.</p>
<p ><strong>--eula=</strong>{accept|reject}    [command: install]<br />Specify if you accept or reject the End User License Agreement (EULA). You should explicitly accept EULA to proceed with the installation.</p>
<p ><strong>Optional arguments for silent installation<br /></strong>--------------------------------------------------------<br /><strong>--installdir=</strong>&lt;installdir&gt; [command: install]<br />Specify the installation directory.</p>
<p ><strong>--license=</strong>&lt;license&gt; [command: install]<br />Activate product via license file(s). You can specify either file or folder. If folder is specified, installer will</p>
<p >seek for *.lic files. Many locations may be pointed by specifying this options many times. Do not use this option with the option '--s/n'.</p>
<p ><strong>--sn=</strong>&lt;s/n&gt; [command: install]<br />Activate product via serial number. The internet connection is required in this case. Do not use this option with the option '--license'.</p>
<p ><strong>--update=</strong>{no|always} [command: install]<br />Define if the Installer should force removal of the currently installed version of the product prior to installing the version in this package. The options are: 'no' ?do not remove the currently installed version; and if any version is found, end the installation. 'always' ?remove the currently installed version (if any) and proceed with the installation. The default value is 'no'</p>
<p ><strong>--force-remove </strong>[command: remove]<br />Force Installer to remove any currently installed version of the product. If this option is not specified, installer will remove only version of the product installed with this package.</p>
<p ><strong>--log=</strong>&lt;log file&gt; [command: all]<br />Specify a location for a LOG file. Log file is used for debug purposes. Support Engineer can ask you to send this file.</p>
<p ><strong>Comments on activation:</strong><br />You can activate the product by either specifying license file (--license) or by specifying serial number (--sn). If don't specify any of this options the Installer simply checks if the product is already activated.</p>
<p ><strong>Arguments for Setup Wizard mode</strong><br />--------------------------------------------------------</p>
<p >In the Setup Wizard mode the Installer asks you all the necessary questions via dialogs.<br />The following options allow specifying answers from the command line to facilitate the installation.</p>
<p ><strong>--sn=</strong>&lt;s/n&gt;<br />Specify serial number.</p>
<p ><strong>--installdir=</strong>&lt;installdir&gt;<br />Specify the install location.</p>
<li><strong>Example command for silent installation: </strong><br />&gt;&gt; setup install --output=c:\temp\installout.txt --eula=accept --license=c:\temp\intelc_setup\mylicense.lic<br />&gt;&gt; setup install --output=c:\temp\installout.txt --eula=accept --sn=xxxxxxxxx </li>
</ol> ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-compilers-for-windows-silent-installation-guides/</link>
      <pubDate>Sun, 27 Feb 2011 21:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/intel-compilers-for-windows-silent-installation-guides/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-compilers-for-windows-silent-installation-guides/</guid>
      <category>Intel® C++ Compiler for Windows* Knowledge Base</category>
      <category>Intel® Parallel Composer Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>Overinstalls of Intel(R) Visual Fortran 2011 on non-English Operating Systems can cause errors openning projects</title>
      <description><![CDATA[ <br />
<div id="art_pre_template"><b>Reference Number : DPD200162396</b><br /><br /><br /><b>Version : Intel(R) Visual Fortran Composer XE 2011 First Release and Update 1</b><br /><br /><br /><b>Product : Intel(R) Visual Fortran Composer XE 2011 <br /><br /></b><br /><br /><b>Operating System : Windows</b><br /><br /><br /><b>Problem Description : When installing Intel(R) Visual Fortran Composer XE 2011 over an older compiler (e.g. 11.1) on a non-English OS some needed directories are removed.<br /><br /></b><br /><br /><br /><b>Resolution Status : Install the Update 2 compiler which has this problem resovled.<br /></b><br /><br /><br /><br /><i>[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]</i></div> ]]></description>
      <link>http://software.intel.com/en-us/articles/overinstalls-of-intelr-visual-fortran-2011-on-non-english-operating-systems-can-cause-errors-openning-projects/</link>
      <pubDate>Fri, 04 Feb 2011 00:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/overinstalls-of-intelr-visual-fortran-2011-on-non-english-operating-systems-can-cause-errors-openning-projects/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/overinstalls-of-intelr-visual-fortran-2011-on-non-english-operating-systems-can-cause-errors-openning-projects/</guid>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>Fail to install the Intel(R) C++ or Visual Fortran Composer XE 2011 on system with Visual Studio 2005</title>
      <description><![CDATA[ <br />
<div id="art_pre_template"><b>Reference Number : </b>DPD200161613, DPD200162865<br /><br /><br /><b>Version : 2011</b><br /><br /><br /><b>Product : </b>Intel C++ or Visual Fortran Composer XE for Windows, Version 2011, Build: Initial Release (2011.0.104), or any other products contains Intel Parallel Debugger Extension<br /><br /><br /><b>Operating System : </b>Windows XP*, Windows 7*, Windows Server 2003*, Windows Server 2008*<br /><br /><br /><b>Problem Description : </b><br /><br />This issue happens in some environment only. But the symptoms and work-arounds are below. <br /><br />When you try to install new Intel C++ or Visual Fortran Composer XE for Windows, and select to integrate them into Visual Studio 2005 which is already installed on your system, you will see the error message:<br /><br /><i>"Microsoft Visual Studio 2005 software is currently running. Installation cannot continue while MS VS 2005 software is running. Suggestion: Exit MS VS .NET 2005 software and run the installation again."<br /></i><br />You have to press OK to continue, will see another error message:<br /><br /><i>"Error while installing the package 'C:\Program Files\Intel\Download\w_fcompxe_ie32_2011.0.104\Installs\1033\w_cproidb_vs_p_12.0.104\w_cproidb_vs_p_12.0.104.msi' Fatal error during installation.".<br /></i><br />Then the installer will rollback and remove all componets installed on your system.<br /><br />We have identified that the root cause of this problem is caused by installation failure of “Intel Parallel Debugger Extension” component (which will be installed by default with "Full Installation" type).<br /><br /><br /><b>Resolution Status : </b><br /><br />Compiler engineering team is working to fix this problem in future release. <br /><br />The work around is to select “Custom Install” and deselect the “Intel Parallel Debugger” component while the installer ask you to select components to install. Then the installation will finish successfully without any problem.<br /><br /><strong>Update</strong>: The<strong> update 1</strong> of Intel Composer XE for Windows (package <strong>2011.1.127</strong>) should have fixed this issue.   Please note that the final installation steps may take some time, please wait till the installation "Finish" dialog appears that shows the completion of the installation.  <br /><br /><br /><i>[DISCLAIMER: The information on this web site is intended for hardware system manufacturers and software developers. Intel does not warrant the accuracy, completeness or utility of any information on this site. Intel may make changes to the information or the site at any time without notice. Intel makes no commitment to update the information at this site. ALL INFORMATION PROVIDED ON THIS WEBSITE IS PROVIDED "as is" without any express, implied, or statutory warranty of any kind including but not limited to warranties of merchantability, non-infringement of intellectual property, or fitness for any particular purpose. Independent companies manufacture the third-party products that are mentioned on this site. Intel is not responsible for the quality or performance of third-party products and makes no representation or warranty regarding such products. The third-party supplier remains solely responsible for the design, manufacture, sale and functionality of its products. Intel and the Intel logo are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. *Other names and brands may be claimed as the property of others.]</i></div> ]]></description>
      <link>http://software.intel.com/en-us/articles/fail-to-install-composer-xe-2011-on-system-with-visual-studio-2005/</link>
      <pubDate>Thu, 11 Nov 2010 08:00:00 -0800</pubDate>
      <comments>http://software.intel.com/en-us/articles/fail-to-install-composer-xe-2011-on-system-with-visual-studio-2005/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/fail-to-install-composer-xe-2011-on-system-with-visual-studio-2005/</guid>
      <category>Intel® C++ Compiler for Windows* Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>Intel Fortran Composer XE 2011 Release Notes</title>
      <description><![CDATA[ <p>This page provides the current Installation Guide and Release Notes for the Intel® Fortran Composer XE 2011 products. All files are in PDF format - <a target="_blank" href="http://www.adobe.com/go/EN_US-H-GET-READER">Adobe Reader* </a>(or compatible) required.</p>
<p>For version 11.1, please see <a href="http://software.intel.com/en-us/articles/intel-fortran-compiler-111-release-notes/">Intel Fortran Compiler 11.1 Release Notes</a></p>
<p>To get product updates, log in to the <a target="_blank" href="https://registrationcenter.intel.com/">Intel® Software Development Products Registration Center</a>.</p>
<p>For questions or technical support, visit <a target="_blank" href="http://software.intel.com/sites/support/">Intel® Software Developer Support</a></p>
<hr />
<p><b><br /></b></p>
<p><b>Update 8 - December 2011<br /></b>Intel® Fortran Composer XE 2011 for Linux*</p>
<ul>
<li><a href="http://software.intel.com/file/40410">English</a></li>
</ul>
<p>Intel® Fortran Composer XE 2011 for Mac OS X*</p>
<ul>
<li><a href="http://software.intel.com/file/40411">English</a></li>
</ul>
<p>Intel® Visual Fortran Composer XE 2011 for Windows*</p>
<ul>
<li><a href="http://software.intel.com/file/40409">English</a></li>
</ul>
<p><b>Update 7 - October 2011<br /></b>Intel® Fortran Composer XE 2011 for Linux*</p>
<ul>
<li><a href="http://software.intel.com/file/39195">English</a></li>
<li><a href="http://software.intel.com/file/39196">Japanese</a></li>
</ul>
<p>Intel® Fortran Composer XE 2011 for Mac OS X*</p>
<ul>
<li><a href="http://software.intel.com/file/39194">English</a></li>
</ul>
<p>Intel® Visual Fortran Composer XE 2011 for Windows*</p>
<ul>
<li><a href="http://software.intel.com/file/39192">English</a></li>
<li><a href="http://software.intel.com/file/39193">Japanese</a></li>
</ul>
<p><b>Update 6 - September 2011<br /></b>Intel® Fortran Composer XE 2011 for Linux*</p>
<ul>
<li><a href="http://software.intel.com/file/38270">English</a></li>
</ul>
<p>Intel® Fortran Composer XE 2011 for Mac OS X*</p>
<ul>
<li><a href="http://software.intel.com/file/38271">English</a></li>
</ul>
<p>Intel® Visual Fortran Composer XE 2011 for Windows*</p>
<ul>
<li><a href="http://software.intel.com/file/38272">English</a></li>
</ul>
<p><b>Update 5 - July 2011<br /></b>Intel® Fortran Composer XE 2011 for Linux*</p>
<ul>
<li><a href="http://software.intel.com/file/37910">English</a></li>
</ul>
<p>Intel® Fortran Composer XE 2011 for Mac OS X*</p>
<ul>
<li><a href="http://software.intel.com/file/37911">English</a></li>
</ul>
<p>Intel® Visual Fortran Composer XE 2011 for Windows*</p>
<ul>
<li><a href="http://software.intel.com/file/37912">English</a></li>
</ul>
<p><b>Update 4 - May 2011<br /></b>Intel® Fortran Composer XE 2011 for Linux*</p>
<ul>
<li><a href="http://software.intel.com/file/36129">English</a></li>
</ul>
<p>Intel® Fortran Composer XE 2011 for Mac OS X*</p>
<ul>
<li><a href="http://software.intel.com/file/36130">English</a></li>
</ul>
<p>Intel® Visual Fortran Composer XE 2011 for Windows*</p>
<ul>
<li><a href="http://software.intel.com/file/36131">English</a></li>
</ul>
<p><b>Update 3 - March 2011<br /></b>Intel® Fortran Composer XE 2011 for Linux*</p>
<ul>
<li><a href="http://software.intel.com/file/35033">English</a></li>
<li><a href="http://software.intel.com/file/35034">Japanese</a></li>
</ul>
<p>Intel® Fortran Composer XE 2011 for Mac OS X*</p>
<ul>
<li><a href="http://software.intel.com/file/35035">English</a></li>
</ul>
<p>Intel® Visual Fortran Composer XE 2011 for Windows*</p>
<ul>
<li><a href="http://software.intel.com/file/35036">English</a></li>
<li><a href="http://software.intel.com/file/35037">Japanese</a></li>
</ul>
<p><b>Update 2 - January 2011<br /></b>Intel ® Fortran Composer XE 2011 for Linux*</p>
<ul>
<li><a href="http://software.intel.com/file/33834">English</a></li>
</ul>
<p>Intel® Fortran Composer XE 2011 for Mac OS X*</p>
<ul>
<li><a href="http://software.intel.com/file/33835">English</a></li>
</ul>
<p>Intel® Visual Fortran Composer XE 2011 for Windows*</p>
<ul>
<li><a href="http://software.intel.com/file/33836">English</a></li>
</ul>
<p><b>Update 1 - December 2010<br /></b>Intel® Fortran Composer XE 2011 for Linux*</p>
<ul>
<li><a href="http://software.intel.com/file/32672">English</a></li>
<li><a href="http://software.intel.com/file/32673">Japanese</a></li>
</ul>
<p>Intel® Fortran Composer XE 2011 for Mac OS X*</p>
<ul>
<li><a href="http://software.intel.com/file/32674">English</a></li>
</ul>
<p>Intel® Visual Fortran Composer XE 2011 for Windows*</p>
<ul>
<li><a href="http://software.intel.com/file/32675">English</a></li>
<li><a href="http://software.intel.com/file/32676">Japanese</a></li>
</ul>
<p><b>Initial Product Release - November 2010</b><br />Intel® Fortran Composer XE 2011 for Linux*</p>
<ul>
<li><a href="http://software.intel.com/file/32098">English</a></li>
</ul>
<p>Intel® Fortran Composer XE 2011 for Mac OS X*</p>
<ul>
<li><a href="http://software.intel.com/file/31390">English</a></li>
</ul>
<p>Intel® Visual Fortran Composer XE 2011 for Windows*</p>
<ul>
<li><a href="http://software.intel.com/file/31391">English</a></li>
</ul> ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-fortran-composer-xe-2011-release-notes/</link>
      <pubDate>Thu, 28 Oct 2010 00:00:00 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/intel-fortran-composer-xe-2011-release-notes/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-fortran-composer-xe-2011-release-notes/</guid>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>Checklist for Installation and Troubleshooting Intel® FLEXlm* License Manager</title>
      <description><![CDATA[ NOTE: Many of the following steps should be reviewed and performed when a floating product license is renewed or added to an existing set of floating licenses, and when a combined license file is updated.<br /><br /><br />1. Download the latest Intel FLEXlm* License Manager user guide. Click <a href="http://software.intel.com/en-us/articles/license-manager-for-flexlm-users-guide/" title="Intel FLEXlm* user guide">here</a> to download the user guide.<br /><br /><strong>Steps to complete FOR THE LICENSE HOST SERVER SYSTEM(S)<br /></strong><br />2. Download the Intel® FLEXlm* license server that best matches your license host server OS. Click <a href="http://software.intel.com/en-us/articles/performance-tools-for-software-developers-intel-flexlm-license-servers/" title="Intel FLEXlm license servers">here</a> to download license servers.<br /><br />3. Verify your license host server machine’s host name and host id. If you are using three redundant license host server systems, verify the host name and host id for all three machines. Click <a href="http://software.intel.com/en-us/articles/how-to-find-host-id-for-floating-licenses/" title="How to find host id for floating licenses">here</a> for more information. <br /><br />4. Verify your floating licenses are registered with the correct host name and host id specified. If you are using three redundant license host server systems, verify all three host names and host ids are specified for each floating license. <br />You can find this information by logging  into the <a href="https://registrationcenter.intel.com/" title="Intel Registration Center">Intel Registration Center</a> and checking your floating license information.<br /><br />5. If any of your floating licenses have incorrect or out-of-date host name or host id information, follow the instructions in this user guide to correct the information in the floating license(s), and obtain updated license file(s). Click <a href="http://software.intel.com/en-us/articles/change--serverhost-data-node-locked-or-floating-license/" title="How to change host server data">here</a> for more information.<br /><br />6. If you wish to combine your floating license files into one file, follow the instructions in section 4.3 of the Intel(R) FLEXlm* License Manager user guide, or follow the instructions <a href="http://software.intel.com/en-us/articles/how-do-i-combine-multiple-license-files/" title="Combining multiple floating license files">here</a>.<br /><br />7. Verify that all the individual floating license files or the combined license file resides on your license host server system. Ensure there are no Single User, evaluation, or Beta licenses residing in the flexlm license directory on your license host server system. <br /><br />On Linux*: /opt/intel/flexlm/<br />On Mac OS* X: /opt/intel/flexlm/ <br />On Windows*: C:\Program Files\Common Files\Intel\FLEXlm<br /><br />8. If you have specified three redundant license host server systems in your floating licenses, at least two of the three redundant license host servers must be up and running at all times. Click <a href="http://software.intel.com/en-us/articles/redundancy-server-notes/" title="Redundancy license server notes">here</a> for more information.<br /><br />9. Install your Intel® FLEXlm* license server binary on your license host server system. If you have specified three redundant license host server systems in your floating licenses, complete all three license host server installations. Follow the instructions in Chapter 3 of the Intel FLEXlm* License Manager <a href="http://software.intel.com/en-us/articles/license-manager-for-flexlm-users-guide/" title="Intel FLEXlm* user guide">user guide</a>.<br /><br />10. Start your license host server process by following the instructions in Chapter 3 of the Intel FLEXlm* License Manager user guide. If you are using a Vista or Windows Server 2008 system, please see the information at this <a href="http://software.intel.com/en-us/articles/installing-license-server-on-vista/" title="Vista or Windows 2008* Server">link</a>.<br /><br />11. Ensure your license server is running by following the instructions in the user guide for the &lt;&lt; lmstat &gt;&gt; command. Click <a href="http://software.intel.com/en-us/articles/when-is-a-floating-license-seat-checked-out-and-checked-in/" title="license checkout and lmstat command">here</a> for more information.<br /><br /><br /><strong>Steps to complete ON THE CLIENT SYSTEMS<br /></strong><br />12. On each client system, install the Intel software product(s) your users will be running from that client system. You will likely need a copy of the floating .lic license file on the client system for each product you will be installing; please put the copy of the Intel product floating license file(s) in the default Intel license file directory, and make sure you are using the same license file on the client system as you are using on the license host server system(s).<br /><br />There is a different default Intel license file directory on Windows*, Linux* and Mac OS* X.<br /><br />Windows*:   C:\Program Files\Common Files\Intel\Licenses <br /><br />Linux*:   /opt/intel/licenses/<br /><br />Mac OS* X:  /Users/Shared/Library/Application Support/Intel/Licenses/<br /><br /><br />13. Set the INTEL_LICENSE_FILE environment variable on each client system. Click <a href="http://software.intel.com/en-us/articles/how-to-set-intel_license_file-environment-variable/" title="Set INTEL_LICENSE_FILE environment variable">here</a> for more information.<br /><br />14. Try launching the Intel product, such as the Intel® C++ Compiler product. <br /><br />15. If problems occur with floating license seat check-out, or with any of these steps, please follow the steps in Chapter 5 of the <a href="http://software.intel.com/en-us/articles/license-manager-for-flexlm-users-guide/" title="Intel FLEXlm* user guide">user guide</a> to capture a debug log for your license host server.  <br /><br />Then submit a new issue to <a href="https://premier.intel.com/" title="Intel Premier Support">Intel® Premier Support</a> and attach the debug log you generated.<br />If you do not have access to Premier Support, please post a new question on the <a href="http://software.intel.com/en-us/forums/intel-software-development-products-download-registration-licensing/" title="User forum for Downloads, Licensing and Registration">user forum</a>.<br /><br />15. To help the Support team assist you efficiently with your problem, please provide the following information:<br /><br />     a. OS and architecture for your license host server system(s)<br /><br />     b. the name of the specific Intel FLEXlm license manager server file you downloaded and installed<br /><br />     c. the serial number for the floating license you are using <br />[NOTE: DO NOT POST SERIAL NUMBERS IN USER FORUM COMMUNICATIONS UNTIL OUR SUPPORT TEAM HAS CHANGED YOUR POSTING TO PRIVATE STATUS.]<br /><br />     d. the environment variable setting for INTEL_LICENSE_FILE<br /><br />     e. a copy of each floating license file you are using <br />[NOTE: DO NOT ATTACH FILES TO A USER FORUM POSTING UNTIL OUR SUPPORT TEAM HAS CHANGED YOUR POSTING TO PRIVATE STATUS.]<br /><br />     f. the combined license file (only if customer is using a combined license file)<br />[NOTE: DO NOT ATTACH FILES TO A USER FORUM POSTING UNTIL OUR SUPPORT TEAM HAS CHANGED YOUR POSTING TO PRIVATE STATUS.]<br /><br />     g. host server name and host server id for the license host server(s) <br /><br />      h. verification that Intel License manager is running (capture of the results of running the appropriate lmstat command)<br />[NOTE: DO NOT ATTACH FILES TO A USER FORUM POSTING UNTIL OUR SUPPORT TEAM HAS CHANGED YOUR POSTING TO PRIVATE STATUS.]<br /><br />     i. license server debug log and client-side debug log<br />[NOTE: DO NOT ATTACH FILES TO A USER FORUM POSTING UNTIL OUR SUPPORT TEAM HAS CHANGED YOUR POSTING TO PRIVATE STATUS.]<br /><br /><br /><br /> ]]></description>
      <link>http://software.intel.com/en-us/articles/checklist-for-installation-and-troubleshooting-intel-flexlm-license-manager/</link>
      <pubDate>Mon, 16 Aug 2010 00:00:00 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/checklist-for-installation-and-troubleshooting-intel-flexlm-license-manager/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/checklist-for-installation-and-troubleshooting-intel-flexlm-license-manager/</guid>
      <category>Intel® C++ Compiler for Linux* Knowledge Base</category>
      <category>Intel® C++ Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® C++ Compiler for Windows* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® License Manager for FLEXlm* Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>Intel® FLEXlm* License Borrowing Capability</title>
      <description><![CDATA[ <strong>Overview<br /></strong><br />This feature allows users to ‘borrow” a license seat from the license host server for a limited time, disconnect from the network and use the borrowed license even with no connection to the license server. This is very useful in case you want to use the software offline.<br /><br /><strong>Required Information</strong><br /><br />To use the license borrow functionality for Intel floating product licenses, customers need to ensure they have the following items:<br /><br />1) A build of the Intel® License Manager for FLEXlm* (for the desired OS) that supports the Borrow capability: <br /><br />a) Users need to make sure that they are using a build of Intel FLEXlm* License Manager which supports borrowing <br />and early return of borrowed licenses. <br /><br />b) We recommend the customer download and install one of the free license manager servers available at the <br />following website link:<br /><a href="http://software.intel.com/en-us/articles/performance-tools-for-software-developers-intel-flexlm-license-servers/">http://software.intel.com/en-us/articles/performance-tools-for-software-developers-intel-flexlm-license-servers/</a><br /><br />2) A license file which has the keyword BORROW in it: <br /><br />a) Licenses for Intel® Software Development Products with version 2011 have the BORROW feature with a BOROW period of 7 days enabled by default.  <br /><br />b) To obtain a borrow-enabled license for a multi-seat floating product license with a version older than 2011, please   submit an issue to Intel® Premier Support at https://premier.intel.com/ under product 'Download, Licensing and Registartion'.<br />     <br /><br /><strong>Steps for starting the FLEXlm* License Manager (Server) for using the Borrow feature<br /></strong><br />(1) Start the license server using the new borrow-enabled license file(s).<br /><br />(2) Check the log for the Intel® FLEXlm* License Server and make sure that it does not complain about BORROW keyword in the license file. <br /><br />     • By default, the log file location on Windows* is: %ProgramFiles%\Common Files\Intel\FLEXlm <br />     • By default, the log file location on Linux* and Mac OS* X is the same where FLEXlm server has been installed<br /><br />     A typical log file when FLEXlm Server has started successfully looks like the following:<br /><br />     14:00:31 (lmgrd) US Patents 5,390,297 and 5,671,412.<br />     14:00:31 (lmgrd) World Wide Web: http://www.macrovision.com<br />     14:00:31 (lmgrd) License file(s): server.lic<br />     14:00:31 (lmgrd) lmgrd tcp-port 28518<br />     14:00:31 (lmgrd) Starting vendor daemons ...<br />     14:00:31 (lmgrd) Started INTEL (internet tcp_port 35860 pid 9309)<br />     14:00:31 (INTEL) FLEXlm version 9.23<br />     14:00:31 (INTEL) Server started on LicenseServer for:<br />     14:00:31 (INTEL) I3F97C15E (consisting of:   ArBBL<br />     14:00:31 (INTEL) CCompL    DbgL    FCompL<br />     14:00:31 (INTEL) MKernL    PerfAnl    PerfPrimL<br />     14:00:31 (INTEL) StaticAnlL    ThreadAnlGui    ThreadBB)<br /><br /><br /><strong>Client System Setup for the Borrow feature (Application Setup)<br /></strong><br />NOTE: The term “Client” refers to the application that uses Intel FLEXlm floating license seat check-out and check-in. <br /><br />1) Download the lmutil for your operating system and architecture from http://www.globes.com/support/fnp_utilities_download.htm. <br /><br />2) If you are not able to download the lmutil from the website above, work with your Intel Support team contact (or submit an issue to Premier Support at https://premier.intel.com/) for access to lmutil, and have the information about your Operating System, OS Version and Architecture (IA-32, Intel® 64 and/or IA-64[Intel® Itanium®]).<br /><br />3) Verify that no Intel product components’ license seats (i.e., Compiler Professional Edition, Vtune, etc.) can be borrowed by running the following command. If you see any information that indicates one or more features/components were borrowed, then borrowing has already been enabled for those licensed features/components. Here is an example of output when no borrowing is enabled.<br /><br />lmutil lmborrow -status<br /><br />Example:<br />lmutil lmborrow -status<br />lmutil - Copyright (c) 1989-2009 by Macrovision Corporation. All rights reserved.<br /><br /><br />4) Configure the borrow duration and FLEXlm feature to be borrowed:<br /><br />lmutil lmborrow INTEL dd-mmm-yyyy:[time] &lt;featurename&gt; -c &lt;serverlicense file&gt;<br /><br />Example:<br />lmutil lmborrow INTEL 06-Oct-2011 CCompL -c server.lic<br /><br />where, <br />server.lic is the license file which was used to start the server. It should be noted that license borrowing will fail if the license file on the client side is different than the one which was used to start the server.<br /><br />The command above borrows a “featurename” called CCompL (Intel® C++ Compiler for Linux*) from the vendor INTEL until 6th Oct 2011 using the license file server.lic<br /><br />NOTE:  The time specified on command line of lmborrow is the end date/time the user planed to borrow, which must be &lt;= 168 hours, which is the maximum borrow period. If the user wants to borrow the license seat for only 1 or 2 days, the corresponding date/time for that period should be set. <br />Users cannot borrow a license seat for more than the 168 hour barrier that is set in the license file and in the license server logic. If an extended borrow time is required, please submit an issue to Intel® Premier Support at https://premier.intel.com/ under product 'Download, Licensing and Registartion' providing a jsutification of why you need to extend the borrow time beyond 7 days.<br /><br />After running this command, the customer should see the following:<br /><br />lmutil - Copyright (c) 1989-2004 by Macrovision Corporation. All rights reserved.<br />Setting LM_BORROW=3-oct-2011:INTEL:06-oct-2011:CCompL<br /><br /><br />5) If the above steps are successful, you are now ready to borrow a seat by running the client application (e.g. – Composer XE, Vtune Amplifier XE, Inspector XE, etc). The FLEXlm feature will be borrowed when you run the client/application and a successful check-out happens. As soon as the first license is checked out, the server log file will confirm the borrowed feature with the following message in the log file:<br /><br />14:35:14 (INTEL) OUT: "I3F97C15E" User1@Host1<br />14:35:14 (INTEL) OUT: "CCompL" User1@Host1<br /><br />Note that there are no corresponding IN entries in the server log. This is different behavior than a normal check-out where corresponding to every two OUT entries in the server log file, you will also see two IN entries after the OUT entries after the application exits.<br /><br /><br />6) Verify that the FLEXlm product feature was really borrowed by running the following command on the client system: <br /><br />lmutil lmborrow –status<br /><br />Example for borrowing a seat for the Intel C++ Compiler for Linux*:<br /><br />lmutil lmborrow –status<br />lmutil - Copyright (c) 1989-2004 by Macrovision Corporation. All rights reserved.<br /><br />Vendor Feature Expiration<br />______ ________ __________<br /><br />INTEL CCompL 6-Oct-11 23:59<br /><br />NOTE: Before the Borrow period expires, the product will always get the license from the local storage for the Borrowed license seat when it tries to check-out license. The Client system on which the product is used does not need to be attached to FLEXlm* license host server.<br /><br /><br />7) Disconnect the client system from the server network. Now with the borrowed license, you can use the software application with the borrowed license.<br /><br />NOTE: After the Borrow period expires, the product license seat will no longer to be able to check-out the license from local storage. Instead, the client system must be “attached” to the FLEXlm* license host server to check-out a product license seat.<br /><br /><br />8) Run the following command to return a borrowed license: <br /><br />lmutil lmborrow -return -c server.lic featurename<br /><br />Example:<br />lmutil lmborrow -return -c server.lic CCompL<br />lmutil - Copyright (c) 1989-2009 by Macrovision Corporation. All rights reserved.<br /><br />On the FLEXlm server side, you will see the following message in the log file for the borrowed feature which was returned. This message is different compared to a normal check-in.<br /><br />14:40:17 (INTEL) REMOVING User1@Host1:/dev/pts/0 from CCompL by administrator request.<br /><br />14:40:17 (INTEL) IN: "CCompL" User1@Host1 (USER_REMOVED)<br />14:40:17 (INTEL) IN: "I3F97C15E" <a href="http://software.intel.commailto:User1@Host1">User1@Host1</a> (USER_REMOVED)<br /><br /><br />9) Run the following command to verify that the license was returned successfully back to the server: <br /><br />lmutil lmborrow -status<br /><br />Example:<br />./lmutil lmborrow -status<br />lmutil - Copyright (c) 1989-2009 by Macrovision Corporation. All rights reserved.<br /><br />Note: If you try to return a license which has not been borrowed, you will see a message like this:<br /><br />./lmutil lmborrow -return -c server.lic CCompL<br />lmutil - Copyright (c) 1989-2009 by Macrovision Corporation. All rights reserved.<br />Error: CCompL not currently borrowed.<br /><br /><br /> ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-flexlm-license-borrowing-capability/</link>
      <pubDate>Fri, 06 Aug 2010 00:00:00 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/intel-flexlm-license-borrowing-capability/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-flexlm-license-borrowing-capability/</guid>
      <category>Intel® TBB</category>
      <category>Intel® C++ Compiler for Linux* Knowledge Base</category>
      <category>Intel® C++ Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® C++ Compiler for Windows* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® Integrated Performance Primitives Knowledge Base</category>
      <category>Intel® License Manager for FLEXlm* Knowledge Base</category>
      <category>Intel® Math Kernel Library Knowledge Base</category>
      <category>Intel® Threading Building Blocks Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
      <category>Intel® VTune™ Performance Analyzer for Linux* Knowledge Base</category>
      <category>Intel® VTune™ Performance Analyzer for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>Intel® License Manager for FLEXlm* Servers</title>
      <description><![CDATA[ <!--CTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dt-->
<table cellpadding="0" cellspacing="15" border="0">
<tbody>
<tr>
<td class="bodycopy">
<p>Intel® License Manager for FLEXlm* servers are available from Intel® Registration Center Download Center.<br /><br />Remember that the OS of the server system where the Intel License Manager for FLEXlm is installed does not have to match the OS for the license(s) it supports. So the Intel license manager for FLEXlm can be installed on either Windows, Linux, or Mac machines regardless of the OS for each of your floating and nodelocked Intel software product licenses.<br /><br />For customers with a current "counted" product license, Intel® License Manager for FLEXlm* servers are available from the Intel® Registration Center Download Center. After logging into the Intel® Registration Center, select "Product Download". Select "FLEXlm servers" from the Product list, then search through the list of files to download the Intel® License Manager for FLEXlm* driver for your particular operating system environment.<br /><br />You can also use this direct link: <a href="https://registrationcenter.intel.com/RegCenter/Download.aspx?productid=633">https://registrationcenter.intel.com/RegCenter/Download.aspx?productid=633</a></p>
</td>
</tr>
</tbody>
</table>
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td><img height="5" width="388" src="http://software.intel.com/file/6324" /></td>
</tr>
<tr>
<td height="10"></td>
</tr>
</tbody>
</table> ]]></description>
      <link>http://software.intel.com/en-us/articles/performance-tools-for-software-developers-intel-flexlm-license-servers/</link>
      <pubDate>Mon, 19 Jul 2010 22:00:00 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/performance-tools-for-software-developers-intel-flexlm-license-servers/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/performance-tools-for-software-developers-intel-flexlm-license-servers/</guid>
      <category>Intel® C++ Compiler for Linux* Knowledge Base</category>
      <category>Intel® C++ Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® C++ Compiler for Windows* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Linux* Knowledge Base</category>
      <category>Intel® Fortran Compiler for Mac OS X* Knowledge Base</category>
      <category>Intel® License Manager for FLEXlm* Knowledge Base</category>
      <category>Intel® Thread Checker for Linux* Knowledge Base</category>
      <category>Intel® Thread Checker for Windows* Knowledge Base</category>
      <category>Intel® Thread Profiler for Windows* Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
      <category>Intel® VTune™ Performance Analyzer for Linux* Knowledge Base</category>
      <category>Intel® VTune™ Performance Analyzer for Windows* Knowledge Base</category>
    </item>
    <item>
      <title>Redistributable libraries for Intel C++ and Visual Fortran Composer XE for Windows</title>
      <description><![CDATA[ <p><b class="sectionHeading">Overview<br /></b><br />This article contains links to the redistributable library packages and merge modules for the Intel C++ Composer XE for Windows* and Intel Visual Fortran Composer XE for Windows. <br /><br />The redistributable library packages (.msi) are for the end users who use applications that are built with Intel Compilers. Please note that there is one redistributable package for every compiler update. Make sure you download and install the one recommended by the application vendor. <br /><br />The redistributable merge module (.msm) is intended to be used by the application installation engineers to merge the redistributable into the application's installation. <br /><br /><span class="sectionHeading">OS and prerequisite library requirements for redistributable packages for Intel® C++ Composer XE and Intel® Visual Fortran Composer XE for Windows<br /></span><br />The supported OS are: Windows XP*, Vista*, Windows 7*, Windows Server 2003*, Windows Server 2008*, Windows HPC Server 2008*.</p>
<p>In addition to a supported OS and Intel redistributable libraries, the target system must have either Microsoft Visual Studio with Visual C++ libraries installed OR the Microsoft Visual C++ redistibutable library kit installed.  In addition, the target system must have the same version of Microsoft Visual C++ libraries installed at the same version ( 2005, 2008, 2010 etc ) as the version of VC++ used on the development platform when the Intel compiled application was built.  Visit the Microsoft website or search the web for "Microsoft Visual C++ Redistributable Package" and find the appropriate version to match your development system.</p>
<p>The Microsoft Visual C++ redistibutable libraries OR Visual Studio with the C++ tools (libraries) may be installed before or after the Intel compiler redistributable libraries.</p>
<p><br /><span class="sectionHeading">Installation instructions<br /></span><br />The installation program of the redistributable package will guide you through the installation. You will need to accept the EULA and the installation will install all the libraries to the fixed directory. <br /><br />The installation directory is: [Common Files]\Intel\Shared Libraries\redist\[ia32|intel64]\compiler<br /><br />The installation will add the above directory to your environment variable "path" as well.</p>
<p>If you wish to install the redistributable package "<b>silently</b>", so that no output is presented to the user, run the executable with the following options added to the command line like:<br />&gt;&gt; w_ccompxe_redist_ia32_2011.0.104.msi /S /V/qn</p>
<p> </p>
<p><span ><b>Testing your Installation:</b></span></p>
<p>After installation of the Intel redistibutable libraries AND the prerequisite Microsoft Visual C++ redistributables or Visual Studio with C++ tools and libraries, try to run your Intel-compiled binary.  If there are any issues, please try to determine the missing DLLs or libraries using a tool such as <a href="http://www.dependencywalker.com/">Dependency Walker</a>.  If you are still having issues, please consult the Intel User Forums:</p>
<p>C++:  <a href="http://software.intel.com/en-us/forums/intel-c-compiler/">http://software.intel.com/en-us/forums/intel-c-compiler/</a></p>
<p>Fortran: <a href="http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/"> http://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/</a></p>
<p><span class="sectionHeading"><br /></span></p>
<p><span class="sectionHeading">Links to the redistributable packages<br /></span></p>
<p><b>Note:</b></p>
<p> </p>
<ul>
<li>The redistributable library package: this is intended for end users. It contains two .msi installation files: one .msi is for IA-32 applications; one .msi is for Intel® 64 architecture applications.</li>
<li>The redistributable merge module: this is intended for developers who create the application installation program. It contains two .msm installation merge files:  one .msm is for the installation program of an IA-32 application. another .msm is for the installation program of an Intel 64 architecture application. </li>
<li>The redistributable packages contain the redistributable files from Intel C++ Compiler and Intel Visual Fortran Compiler only. The Intel® Performance Primitives (Intel® IPP), Intel® Math Kernel Library (Intel® MKL) or Intel® Threading Building Blocks (Intel® TBB) redistributable files are not included. </li>
</ul>
<p>
<table cellpadding="0" cellspacing="0" border="1" >
<tbody>
<tr bgcolor="#c0c0c0">
<td width="295" valign="top"><b>Intel C++ Composer XE for Windows </b></td>
<td width="295" valign="top"><b>Intel Visual Fortran Composer XE for Windows</b></td>
</tr>
<tr>
<td width="295" valign="top">RTM<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/1963/w_ccompxe_redist_msi_2011.0.104.zip">Redistributable library package</a> <br />• <a href="http://registrationcenter.intel.com/irc_nas/1963/w_ccompxe_redist_msm_2011.0.104.zip">Redistributable merge module</a></p>
</td>
<td width="295" valign="top">RTM<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/1964/w_fcompxe_redist_msi_2011.0.104.zip">Redistributable library package</a> <br />• <a href="http://registrationcenter.intel.com/irc_nas/1964/w_fcompxe_redist_msm_2011.0.104.zip">Redistributable merge module</a></p>
</td>
</tr>
<tr>
<td width="295" valign="top">Update 1<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2002/w_ccompxe_redist_msi_2011.1.127.zip">Redistributable library package</a> <br />• <a href="http://registrationcenter.intel.com/irc_nas/2002/w_ccompxe_redist_msm_2011.1.127.zip">Redistributable merge module</a></p>
</td>
<td width="295" valign="top">Update 1<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2010/w_fcompxe_redist_msi_2011.1.127.zip">Redistributable library package</a> <br />• <a href="http://registrationcenter.intel.com/irc_nas/2010/w_fcompxe_redist_msm_2011.1.127.zip">Redistributable merge module</a></p>
</td>
</tr>
<tr>
<td width="295" valign="top">Update 2<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2056/w_ccompxe_redist_msi_2011.2.154.zip">Redistributable library package</a> <br />• <a href="http://registrationcenter.intel.com/irc_nas/2056/w_ccompxe_redist_msm_2011.2.154.zip">Redistributable merge module</a></p>
</td>
<td width="295" valign="top">Update 2<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2060/w_fcompxe_redist_msi_2011.2.154.zip">Redistributable library package</a> <br />• <a href="http://registrationcenter.intel.com/irc_nas/2060/w_fcompxe_redist_msm_2011.2.154.zip">Redistributable merge module</a></p>
</td>
</tr>
<tr>
<td width="295" valign="top">Update 3<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2108/w_ccompxe_redist_msi_2011.3.175.zip">Redistributable library package</a> <br />• <a href="http://registrationcenter.intel.com/irc_nas/2108/w_ccompxe_redist_msm_2011.3.175.zip">Redistributable merge module</a></p>
</td>
<td width="295" valign="top">Update 3<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2105/w_fcompxe_redist_msi_2011.3.175.zip">Redistributable library package</a> <br />• <a href="http://registrationcenter.intel.com/irc_nas/2105/w_fcompxe_redist_msm_2011.3.175.zip">Redistributable merge module</a></p>
</td>
</tr>
<tr>
<td width="295" valign="top">Update 4<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2145/w_ccompxe_redist_msi_2011.4.196.zip">Redistributable library package</a> <br />• <a href="http://registrationcenter.intel.com/irc_nas/2145/w_ccompxe_redist_msm_2011.4.196.zip">Redistributable merge module</a></p>
</td>
<td width="295" valign="top">Update 4<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2149/w_fcompxe_redist_msi_2011.4.196.zip">Redistributable library package</a> <br />• <a href="http://registrationcenter.intel.com/irc_nas/2149/w_fcompxe_redist_msm_2011.4.196.zip">Redistributable merge module</a></p>
</td>
</tr>
<tr>
<td width="295" valign="top">Update 5<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2266/w_ccompxe_redist_msi_2011.5.221.zip">Redistributable library package</a> <br />• <a href="http://registrationcenter.intel.com/irc_nas/2266/w_ccompxe_redist_msm_2011.5.221.zip">Redistributable merge module</a></p>
</td>
<td width="295" valign="top">Update 5<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2267/w_fcompxe_redist_msi_2011.5.221.zip">Redistributable library package</a> <br />• <a href="http://registrationcenter.intel.com/irc_nas/2267/w_fcompxe_redist_msm_2011.5.221.zip">Redistributable merge module</a></p>
</td>
</tr>
<tr>
<td width="295" valign="top">Update 6<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2309/w_ccompxe_redist_msi_2011.6.233.zip">Redistributable library package</a> <br />• Redistributable merge module: please use the *.msm installed under <br />[install-dir]\redist\ia32\compiler <br />[install-dir]\redist\intel64\compiler <br />directory.</p>
</td>
<td width="295" valign="top">Update 6<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2314/w_fcompxe_redist_msi_2011.6.233.zip">Redistributable library package</a> <br />• Redistributable merge module: please use the *.msm installed under <br />[install-dir]\redist\ia32\compiler <br />[install-dir]\redist\intel64\compiler <br />directory.</p>
</td>
</tr>
<tr>
<td width="295" valign="top">Update 7<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2371/w_ccompxe_redist_msi_2011.7.258.zip">Redistributable library package</a> <br />• Redistributable merge module: please use the *.msm installed under <br />[install-dir]\redist\ia32\compiler <br />[install-dir]\redist\intel64\compiler <br />directory.</p>
</td>
<td width="295" valign="top">Update 7<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2379/w_fcompxe_redist_msi_2011.7.258.zip">Redistributable library package</a> <br />• Redistributable merge module: please use the *.msm installed under <br />[install-dir]\redist\ia32\compiler <br />[install-dir]\redist\intel64\compiler <br />directory.</p>
</td>
</tr>
<tr>
<td width="295" valign="top">Update 8<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2427/w_ccompxe_redist_msi_2011.8.278.zip">Redistributable library package</a> <br />• Redistributable merge module: please use the *.msm installed under <br />[install-dir]\redist\ia32\compiler <br />[install-dir]\redist\intel64\compiler <br />directory.</p>
</td>
<td width="295" valign="top">Update 8<br />
<p>• <a href="http://registrationcenter.intel.com/irc_nas/2441/w_fcompxe_redist_msi_2011.8.278.zip">Redistributable library package</a> <br />• Redistributable merge module: please use the *.msm installed under <br />[install-dir]\redist\ia32\compiler <br />[install-dir]\redist\intel64\compiler <br />directory.</p>
</td>
</tr>
</tbody>
</table>
</p>
<p><br /><br /><span class="sectionHeading">References<br /></span></p>
<p> </p>
<ul>
<li><a href="http://software.intel.com/en-us/articles/redistribution-of-application-binaries-built-for-microsoft-windows/">Redistribution of Application Binaries Built for Microsoft* Windows</a></li>
<li><a href="http://software.intel.com/en-us/articles/redistributable-libraries-of-the-intel-c-and-fortran-compiler-for-windows/?wapkw=ALL(redistributable+package+software.intel.com)">Redistributable libraries for the Intel(R) C++ and Visual Fortran Compiler for Windows V11.1</a></li>
</ul> ]]></description>
      <link>http://software.intel.com/en-us/articles/redistributable-libraries-for-the-intel-c-and-visual-fortran-composer-xe-for-windows/</link>
      <pubDate>Tue, 06 Jul 2010 23:00:00 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/redistributable-libraries-for-the-intel-c-and-visual-fortran-composer-xe-for-windows/#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/redistributable-libraries-for-the-intel-c-and-visual-fortran-composer-xe-for-windows/</guid>
      <category>Intel® C++ Compiler for Windows* Knowledge Base</category>
      <category>Intel® Visual Fortran Compiler for Windows* Knowledge Base</category>
    </item>
  </channel></rss>
