- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have been getting the same error message whenever I try to install !PP with Visual Studio 2022.
"VSIXInstaller.exe failed with exit code 2003". I always make sure both IPP and VS are deinstalled first, then install VS, and then IPP.
I have attached my install log.
Thanks, Tom
PS: My last posting disappeared - is this the right place to post?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tom,
Thank you let us know that there is no issue on Intel Platform, the issue only happens on ARC platform.
Please visit Intel IPP System Requirement here: https://www.intel.com/content/www/us/en/developer/articles/system-requirements/intel-oneapi-intel-integrated-performance-primitives-system-requirements.html
Supported Hardware Platforms
Depending on the software distribution that you received Intel® IPP with, the Intel® IPP supports the following processor types:
- Intel® Core™ Processor Family
- Intel® Core™ Ultra Processors
- Intel® Xeon® Processor Family
- Intel Atom® Processors
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tom, could you please share the below details with us?
- Operating System build on which you are installing the product.
- Version of Microsoft Visual Studio installed along with it's build version.
- Exact version of Intel® oneAPI Base toolkit or Intel® Integrated Performance Primitives (in case you're using Stand-Alone Version).
- Other versions of Intel® Parallel Studio XE or Intel® oneAPI already installed on the system.
- Is the installer an online or an offline package?
To assist you further, we would require these details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Windows 11 Pro - 22631.3958
Microsoft Visual Studio Community 2022 (ARM 64-bit) - Current
Version 17.10.5
IPP 2021.12.0.557 online
No oneAPI components installed prior to IPP
online
-------------------------------
I suspect the problem is that I have been trying to install this on an ARM machine where I typically do my programming. The same versions installed without issue on an Intel laptop.
-----------------------------
When opening OneAPIPerfLibForVC directly with VSIX Installer, I get the following errors in the log. You can see that the signature is out of date, and also that the extension is looking for "Microsoft.VisualStudio.Community" and this VS has the identity of Microsoft.VisualStudio.MPF.17.0
7/30/2024 1:53:31 PM - Identifier : E969DF07-829A-4758-8FA3-4497F8B3822A
7/30/2024 1:53:31 PM - Name : Intel(R) Libraries for oneAPI Integration
7/30/2024 1:53:31 PM - Author : Intel Corporation
7/30/2024 1:53:31 PM - Version : 2024.1
7/30/2024 1:53:31 PM - Description : Intel(R) Libraries for oneAPI Integration
7/30/2024 1:53:31 PM - Locale : en-US
7/30/2024 1:53:31 PM - MoreInfoURL :
7/30/2024 1:53:31 PM - InstalledByMSI : False
7/30/2024 1:53:31 PM - SupportedFrameworkVersionRange : [4.5,)
7/30/2024 1:53:31 PM - SignatureState : InvalidCertificate
7/30/2024 1:53:31 PM - SignedBy : Intel Corporation
7/30/2024 1:53:31 PM - Certificate Info :
7/30/2024 1:53:31 PM - -------------------------------------------------------
7/30/2024 1:53:31 PM - [Subject] : CN=Intel Corporation, O=Intel Corporation, S=California, C=US
7/30/2024 1:53:31 PM - [Issuer] : CN=Sectigo Public Code Signing CA R36, O=Sectigo Limited, C=GB
7/30/2024 1:53:31 PM - [Serial Number] : 008D4AB237BE47F1048628BD25BD4A9C29
7/30/2024 1:53:31 PM - [Not Before] : 6/8/2023 5:00:00 PM
7/30/2024 1:53:31 PM - [Not After] : 6/8/2024 4:59:59 PM
7/30/2024 1:53:31 PM - [Thumbprint] : ED13E450655A8D4C29658BE4F0D13748620E8BD0
7/30/2024 1:53:31 PM - Supported Products :
7/30/2024 1:53:31 PM - Microsoft.VisualStudio.Community
7/30/2024 1:53:32 PM - Version : [17.0,18.0)
7/30/2024 1:53:32 PM - ProductArchitecture : amd64
7/30/2024 1:53:32 PM - Microsoft.VisualStudio.Pro
7/30/2024 1:53:32 PM - Version : [17.0,18.0)
7/30/2024 1:53:32 PM - ProductArchitecture : amd64
7/30/2024 1:53:32 PM - Microsoft.VisualStudio.Enterprise
7/30/2024 1:53:32 PM - Version : [17.0,18.0)
7/30/2024 1:53:32 PM - ProductArchitecture : amd64
7/30/2024 1:53:32 PM - References :
7/30/2024 1:53:32 PM - -------------------------------------------------------
7/30/2024 1:53:32 PM - Identifier : Microsoft.VisualStudio.MPF.17.0
7/30/2024 1:53:32 PM - Name : Visual Studio MPF 17.0
7/30/2024 1:53:32 PM - Version : [17.0]
7/30/2024 1:53:32 PM - MoreInfoURL :
7/30/2024 1:53:32 PM - Nested : No
7/30/2024 1:53:32 PM - Prerequisites :
7/30/2024 1:53:32 PM - -------------------------------------------------------
7/30/2024 1:53:32 PM - Identifier : Microsoft.VisualStudio.Component.CoreEditor
7/30/2024 1:53:32 PM - Name : Visual Studio core editor
7/30/2024 1:53:32 PM - Version : [17.0,18.0)
7/30/2024 1:53:32 PM - Signature Details...
7/30/2024 1:53:32 PM - Extension is signed with an invalid certificate
7/30/2024 1:53:32 PM - (NotTimeValid) : A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.
7/30/2024 1:53:32 PM - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
at VSIXInstaller.ExtensionService.GetInstallableDataImpl(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData)
at VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData)
at VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData, Boolean isRepairSupported)
at VSIXInstaller.ExtensionPackService.ExpandExtensionPackToInstall(IStateData stateData, Boolean isRepairSupported)
at VSIXInstaller.App.Initialize(Boolean isRepairSupported)
at VSIXInstaller.App.Initialize()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tom,
Thank you let us know that there is no issue on Intel Platform, the issue only happens on ARC platform.
Please visit Intel IPP System Requirement here: https://www.intel.com/content/www/us/en/developer/articles/system-requirements/intel-oneapi-intel-integrated-performance-primitives-system-requirements.html
Supported Hardware Platforms
Depending on the software distribution that you received Intel® IPP with, the Intel® IPP supports the following processor types:
- Intel® Core™ Processor Family
- Intel® Core™ Ultra Processors
- Intel® Xeon® Processor Family
- Intel Atom® Processors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tom, unfortunately, we were unable to hear back from you.
If you have any further queries, please post a new question, as this thread will no longer be monitored by Intel®.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page