The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to uninstall per-user install?

danjbrown
By
Level 2
I have been tasked with automating uninstallations from workstations where the user that installed (per-user) no longer resides.

How do I remove applications from HKCU (add/remove programs) when the user has vacated that seat and it is now occupied by a new per-user.
(3) Replies

Peerke
By
Level 6
What tool do you use to deploy the applications?

Kind regards,


René

Christopher_Pai
By
Level 16
Tao of the Windows Installer, Part 3

Rule 30: Per-machine Installs are Easier to Manage
Because per-machine packages are installed for every user, there are fewer problems for subsequent repair, patching and uninstall. For example, if a user installs an application only for themselves, another user (even an administrator) cannot later uninstall the application.


Servicing per-user installs is very, very tricky. How wide spread is your problem? Can you simply live and learn and reimage the machines? Otherwise maybe you can delete the old users profile and write a manual cleanup if anything was installed outside of their profile.

Dexter07051982
By
Level 3
Hi

I believe removing user parts is not possible using msi (except for the logged in user when uninstalling)

I thought i have heard Enteo Netinstall could do this. Not sure by the way.