Newton Posted October 1, 2008 Posted October 1, 2008 I had a software package (testbase) that was deployed to the schools PC via Group policy have created a custom MSI. because of various issuse I've had to remove remove Testbase from the deployment and set to imediatly remove any software installed. And then like a numpty i deleted the MSI, Then entry is removed from GPO editor, but in the computer event logs it complains about, not being able to find the MSI..... Basicly does anyone know how I can remove any reference to software package that no longer exists from Group policy (is their a system file I can edit...) Cheers
srochford Posted October 1, 2008 Posted October 1, 2008 Do you still need to remove the software or is it just that you want to get rid of the error messages? if it's the former, can you put back the MSI to let it uninstall? If it's the latter then you can use the Microsoft Windows Installer Cleanup Utility This has a GUI which allows you to cleanup the installer database but it also installs MSIZap.exe which is a command line tool that does the real work. You can use it in 2 ways - either with the Product GUID (get it from HKLM\software\microsoft\windows\current version\uninstall) or if you have access to the MSI msizap TWA! {product code} msizap TWA! Note that this doesn't uninstall the program, it just removes all info about the program from the installer database so Windows thinks it's been uninstalled. It is potentially destructive so use with care!!
Newton Posted October 1, 2008 Author Posted October 1, 2008 Unfortunly the MSI is long gone, The Uninstall tool wouldn't remove the references in the GPO though would it? thats what I would really like to do
Newton Posted October 1, 2008 Author Posted October 1, 2008 Ok little bit more info using this tool to view the apps set to install via gpo Free Tools Library Testbase is still set to install, but yet is not listed in in the GP editor?
altecsole Posted October 3, 2008 Posted October 3, 2008 Backup the GPO and then restore it; this normally fixes things like this.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now