oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.
1285 Discussions

Silent Uninstall of Intel Vtune (TM) Profiler 2021.7.1

WilliZ
Beginner
2,278 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
2,166 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

0 Kudos
3 Replies
ArpanB_Intel
Moderator
2,167 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


0 Kudos
WilliZ
Beginner
2,086 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

0 Kudos
ArpanB_Intel
Moderator
2,082 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®.


0 Kudos
Reply