Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
27764 Discussions

Intel Fortrtan Compiler v.2022.1.0 Unable to complete installation

dj1967
Beginner
1,215 Views

Hello,

 

I am trying to install the component, both offline and online installation, but no luck...

The error that i get is: intel.oneapi.win.compilers-common.ide.common_vs2019, name: IDE Common for Visual Studio 2019, version: 2022.1.0-256.
Error: Sequence execution failed.

 

I have already uninstall and re-install VS 2019.

 

Is there something else that i can try?

0 Kudos
1 Solution
Steve_Lionel
Black Belt Retired Employee
1,185 Views

Here's what worked for me when I had that issue. Make sure you follow this carefully and don't skip any steps:

 

Note: We would recommend you make sure that all Microsoft Visual Studio instances are uninstalled, by using the InstallCleanup.exe from the previously (and below) provided link.

Link: https://docs.microsoft.com/en-us/visualstudio/install/uninstall-visual-studio?view=vs-2022

 

  • Check & make sure that C:\ProgramData\Microsoft\VisualStudio\Setup\x86\Microsoft.VisualStudio.Setup.Configuration.Native.dll does NOT exist anymore. If it was not removed with Microsoft Visual Studio for some reason, please unregister the DLL using 

 

'REGSVR32 /U C:\ProgramData\Microsoft\VisualStudio\Setup\x86\Microsoft.VisualStudio.Setup.Configuration.Native.dll'

 

command in Command Prompt as Administrator, and then rename the file to Backup_Microsoft.VisualStudio.Setup.Configuration.Native.dll so the Intel® Installer can't load it.

  • Try uninstalling the Intel® oneAPI toolkit now.

Now reinstall Visual Studio and the oneAPI toolkit.

View solution in original post

6 Replies
Steve_Lionel
Black Belt Retired Employee
1,186 Views

Here's what worked for me when I had that issue. Make sure you follow this carefully and don't skip any steps:

 

Note: We would recommend you make sure that all Microsoft Visual Studio instances are uninstalled, by using the InstallCleanup.exe from the previously (and below) provided link.

Link: https://docs.microsoft.com/en-us/visualstudio/install/uninstall-visual-studio?view=vs-2022

 

  • Check & make sure that C:\ProgramData\Microsoft\VisualStudio\Setup\x86\Microsoft.VisualStudio.Setup.Configuration.Native.dll does NOT exist anymore. If it was not removed with Microsoft Visual Studio for some reason, please unregister the DLL using 

 

'REGSVR32 /U C:\ProgramData\Microsoft\VisualStudio\Setup\x86\Microsoft.VisualStudio.Setup.Configuration.Native.dll'

 

command in Command Prompt as Administrator, and then rename the file to Backup_Microsoft.VisualStudio.Setup.Configuration.Native.dll so the Intel® Installer can't load it.

  • Try uninstalling the Intel® oneAPI toolkit now.

Now reinstall Visual Studio and the oneAPI toolkit.

dj1967
Beginner
1,155 Views
lewist57
Novice
844 Views

I have followed the advice given above, and reinstalled VS 2022 Community with C++ options checked.  When installing the latest Fortran Classic compiler (2022.2), either online or off line, I get

 

Removal of component has failed

Component id: intel.oneapi.win.compilers-common.ide.common_vs2022, name: IDE Common for Visual Studio 22, version 2022.0.0-161

Error: Sequence execution failed.

 

Suggestions?

 

Thanks.

Devorah_H_Intel
Moderator
790 Views

Are you upgrading from earlier oneAPI or PSXE version? If yes then follow these steps:

 

To upgrade from Intel® Parallel Studio XE or previous versions of Intel® oneAPI products to Intel® oneAPI 2022.1.3 and higher:   

  1. Close any running Intel installers.
  2. Uninstall all Microsoft Visual Studio instances and Visual Studio installer.
    Important: Make sure that C:\ProgramData\Microsoft\VisualStudio\Setup\x86\Microsoft.VisualStudio.Setup.Configuration.Native.dll does not exist anymore. If it was not removed with Microsoft Visual Studio for some reason, unregister the DLL using the
    REGSVR32 /U C:\ProgramData\Microsoft\VisualStudio\Setup\x86\Microsoft.VisualStudio.Setup.Configuration.Native.dll
    command in command prompt as administrator and rename the file to Backup_Microsoft.VisualStudio.Setup.Configuration.Native.dll, so that the Intel installer could not load it.
  3. Uninstall previous versions of Intel® Parallel Studio XE and Intel® oneAPI products.
  4. Install the required Microsoft Visual Studio products back.
  5. Install Intel® oneAPI 2022.1.3 or higher. Do not try to install previous versions of Intel® oneAPI or Intel® Parallel Studio XE products.

https://www.intel.com/content/www/us/en/developer/articles/technical/vs2022-and-oneapi-install-issue.html 

lewist57
Novice
778 Views

Alas, these are the exact steps that I have tried with no success.

 

I have noticed that on the 3 PCs that I have installed the compiler with VS, the first installation goes fine, but if I update either Visual Studio or the Fortran compiler, the installation does not work.

lewist57
Novice
840 Views

and Malwarebytes protection has been turned off prior to installation, no difference.

Reply