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

Creating a VS wizard to setup an Intel configuration

Chris_V_3
Beginner
211 Views

Hi All, 

I'm trying to create a wizard for Visual studio 2012 which will allow users to select a check box and that will switch the project over to using the Intel Compiler instead of the VS's one.    I realise that after you create any project through VS you can right click the project and through the "Intel Composer XE" menu you can click use Intel C++ and it will convert the project over. 

My Goal is to circumvent that step through the wizard if possible.   Does anyone know if this is possible and How I might go about doing that?  

I Imagine if it is possible you'd have to go through the javascript through the DOM?

Any ideas would be useful, thanks. 

0 Kudos
1 Reply
SergeyKostrov
Valued Contributor II
211 Views
>>My Goal is to circumvent that step through the wizard if possible. Does anyone know if this is possible and How I might go about >>doing that? I think this is possible and you need to look at Automation and Extensibility for Visual Studio topic on MSDN.
0 Kudos
Reply