oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions for Intel oneAPI Toolkits, Intel Parallel Studio XE and Intel System Studio
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
798 Discussions

Silent Uninstall of Intel Vtune (TM) Profiler 2021.7.1

WilliZ
Beginner
1,119 Views

How to uninstall Intel Vtune (TM) Profiler 2021 silent in Windows Platform?

Uninstall-Key in Registry is

WilliZ_0-1632820721353.png

 

Are there any Commandline Arguments (remove uninstall...) to uninstall the product with this installer.exe silently?

In version 2020 there was an install.exe with CommandLine Argument remove...

0 Kudos
1 Solution
ArpanB_Intel
Moderator
1,007 Views

Hi Wilfried, display the list of the already installed products and products included in the downloadable package using the following command:


w_[Toolkit Name]Kit_[version].exe -s -a --list-products


Then use the following command to uninstall the corresponding selected product:


installer.exe --action remove --product-id intel.oneapi.win.tbb.product --product-ver 2021.7.1-129


View solution in original post

3 Replies
ArpanB_Intel
Moderator
1,008 Views

Hi Wilfried, display the list of the already installed products and products included in the downloadable package using the following command:


w_[Toolkit Name]Kit_[version].exe -s -a --list-products


Then use the following command to uninstall the corresponding selected product:


installer.exe --action remove --product-id intel.oneapi.win.tbb.product --product-ver 2021.7.1-129


WilliZ
Beginner
927 Views

Hi Arpan

great, it works with additionally --silent 

so

installer.exe --action remove --product-id intel.oneapi.win.vtune.product --product-ver 2021.7.1-471 --silent

works for me.

Thank you very much.

Wilfried

ArpanB_Intel
Moderator
923 Views

Wilfried, thank you for accepting our solution. We are glad that the issue has been resolved.


If you have any additional query, please post a new question by clicking here: https://community.intel.com/t5/Registration-Download-Licensing/bd-p/registration-download-licensing-instal, as this thread will no longer be monitored by Intel®.


Reply