cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1113
Views
0
Helpful
2
Replies

Re: Windows mass deployment guide (new as of version 2.0.8)

Pablo Palomo
Cisco Employee
Cisco Employee

Hi, my client is having problems with Proximity uninstallation, the command: "MsiExec.exe /x{8999ABFB-6B56-46F1-977A-69E0E9B79B51} /quiet" is not working for them.

they performed mass installation with "msiexec /I "%DIR_SETUP%\Software\X64\Proximity.msi" /qn /norestart ALLUSERS=1 LAUNCHPROXIMITY=1ACCEPTEULA=1 DISABLEAUTOUPGRADE=0 /l %MsiFile%".

Any advice is more than welcome. thanks

1 Accepted Solution

Accepted Solutions

mneergaa
Cisco Employee
Cisco Employee

Replace "/quiet" for "/qb!" and you'll see a hint as to why it fails -- most likely the product not being installed. The package ID changes from version to version, so if you want something that will uninstall that specific version you need the correct ID. If you don't want to bother with the details, and aren't afraid of uninstalling other programs called "Proximity" you can just run

wmic path win32_product where 'Name = "Proximity"' call Uninstall

View solution in original post

2 Replies 2

mneergaa
Cisco Employee
Cisco Employee

Replace "/quiet" for "/qb!" and you'll see a hint as to why it fails -- most likely the product not being installed. The package ID changes from version to version, so if you want something that will uninstall that specific version you need the correct ID. If you don't want to bother with the details, and aren't afraid of uninstalling other programs called "Proximity" you can just run

wmic path win32_product where 'Name = "Proximity"' call Uninstall

Morten, thanks a lot!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: