Software Archive
Read-only legacy content
17061 Discussions

Installer doesn't see my Visual Studio 2012 installation

thevinn
Beginner
981 Views

I have installed Visual Studio 2012 with Update 3, and Visual Studio 2010 (in that order).

During the installation of Intel Parallel Studio 2013 2013, the only integration option enabled is Visual Studio 2010. It says "Cannot integrate with Visual Studio 2012 because it is not installed."

Help!

0 Kudos
7 Replies
SergeyKostrov
Valued Contributor II
981 Views
>>... "Cannot integrate with Visual Studio 2012 because it is not installed." What is Edition of Visual Studio 2012?
0 Kudos
thevinn
Beginner
981 Views

"Visual Studio 2012 with Update 3" Was that not clear from my post?

0 Kudos
SergeyKostrov
Valued Contributor II
981 Views
My question was about Edition and it was not about Version. There are several Editions of Visual Strudis, like Professional, Standard, Express, etc.
0 Kudos
thevinn
Beginner
981 Views

Sergey Kostrov wrote:
My question was about Edition and it was not about Version. There are several Editions of Visual Strudis, like Professional, Standard, Express, etc.

Ah! Yes, it's Microsoft Visual Studio Express Edition

Thanks

0 Kudos
SergeyKostrov
Valued Contributor II
981 Views
>>...Ah! Yes, it's Microsoft Visual Studio Express Edition... Unfortunately, there are restrictions imposed by Microsoft on integration of Intel C++ compilers with Express Editions of Visual Studios. Take a look at Release Notes for more details.
0 Kudos
thevinn
Beginner
981 Views

Is Microsoft Visual Studio Professional 2012 (Without MSDN Subscription) sufficient to use Intel C++ Studio 2013 XE?

0 Kudos
SergeyKostrov
Valued Contributor II
981 Views
>>...Is Microsoft Visual Studio Professional 2012 (Without MSDN Subscription) sufficient to use Intel C++ Studio 2013 XE? This is how it works: - Integration of any Intel software products is Not supported with any Visual Studio Express Editions - However, there is one exception: Intel Visual Fortran for Windows could be integrated with Visual Studio Shell Edition ( consider it as "Express Edition", that is for free ) - Integration of any Intel software products is supported with any Visual Studio Professional Editions - However, some exceptions are possible: for example, older versions of Intel C++ compilers, like 8.x, or 9.x, or 10.x, can Not be integrated with latest versions of Visual Studios because these VSs simply did Not exist 5 or 8 years ago - If integration of any Intel C++ compiler is Not supported with some Visual Studio Edition then a "manual integration" could be done using two workarounds: using project makefiles or using MS-DOS bat-files ( I use 2nd workaround ) I just checked Release Notes for Intel C++ Studio 2013 XE at: http://software.intel.com/en-us/articles/intel-parallel-studio-xe-2013-release-notes -> ( Select Update 3 for Windows ) -> http://software.intel.com/sites/default/files/article/251099/release-notes-studio-xe-2013-w-u3.pdf and this is a quote: ... One or more of: - Microsoft Visual Studio 2012* Professional Edition (or higher edition) with C++ component installed - Microsoft Visual Studio 2010* Professional Edition (or higher edition) with C++ and “x64 Compiler and Tools” components installed [1] - Microsoft Visual Studio 2008* Standard Edition (or higher edition) SP1 with C++ and “x64 Compiler and Tools” components installed [1] ...
0 Kudos
Reply