Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

How do I remove Intel C++ Compiler integration from Visual Studio?

zgzg2020
Beginner
302 Views
Hello,
How do I remove Intel C++ Compiler integration from Visual Studio?
0 Kudos
2 Replies
Om_S_Intel
Employee
302 Views
For Intel C++ compiler 11.0, you need to run the install script again. You select the modify option to select the component that you need to remove from the Intel C++ compiler installation.

For older version of Intel C++ compiler you can do it from Control panel Add or Remove programs.



0 Kudos
JenniferJ
Moderator
302 Views
Or run the "integrate.bat" at intelcompilerVS IntegrationC++VS2005 like:
>> integrate "VC8-dir" /u

Jennifer
0 Kudos
Reply