If an application is installed in a users profile then how to uninstall it silently?
Note that this I need to do for 500 users.
I tried reinstalling the application using following method:
1. msiexec /x <Productcode> ......but this gives error that hhis is valid only for currently installed application.
2. Tried by reinstalling the application using REINSTALLMODE=vomus and then uninstall but still it is not uninstalling properly, it just removes the files from common location while the ARP entry and other data is still present on the user's profile.
So How to handle such case?