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

Need silent install INI file for C++ 11.1 for Linux

Sunny_Y_
Beginner
457 Views

I am looking for “silent install INI file” or “silent_config.ini” for Intel(R) C++ Compiler Professional Edition 11.1 for Linux* OS to download. Could someone provide the link.

0 Kudos
5 Replies
Kittur_G_Intel
Employee
457 Views

Hi Sunny,
11.1 is a very old version of the compiler. 16.0 Update 2 is the latest release BTW so 11.X is indeed old and I don't think there's official support as well for that version. 

That said, there are two options you can try:

1) You can download the the config file "silent-11-1.cfg" that I've attached to this issue and try it out.

2) You can run the installer in the duplicate mode (./install.sh -duplicate ./cfg.txt)  After the installation, the installer will create the cfg.txt

Hope the above helps.

Kittur

0 Kudos
Sunny_Y_
Beginner
457 Views

Thx a lot. Let me try your suggestions.

0 Kudos
Kittur_G_Intel
Employee
457 Views

Sure, let me know how it goes - thanks.

Kittur

0 Kudos
Sunny_Y_
Beginner
457 Views

Thanks a lot. Both the suggestions have worked.

Thanks, -Sunny.

0 Kudos
Kittur_G_Intel
Employee
457 Views

Great, nice to know Sunny.  Thanks for the confirmation.

Kittur

0 Kudos
Reply