Thoughts about setup and deployment issues, WiX, XNA, the .NET Framework and Visual Studio
All postings are provided AS IS with no warranties, and confer no rights. Additionally, views expressed herein are my own and not those of my employer, Microsoft.
One of the questions I commonly receive from customers is how to uninstall a product when there is no entry created for that product in the Add/Remove Programs control panel. I get asked this question about a lot of different MSI-based setups and OS hotfixes, particularly from people who are trying to follow the uninstall instructions for beta versions of VS 2005 and the .NET Framework 2.0.
For MSI-based products, I typically recommend using the following steps to locate and remove a product that does not appear in Add/Remove Programs:
This set of steps has resolved nearly all cases I've run into in the past where someone needed to remove a product but could not find an entry in Add/Remove Programs to launch the uninstall process from. If you try these steps and run into problems or have questions, please contact me and I will try to help.
For OS hotfixes, you need to make sure the Show updates checkbox is checked in the top middle of the Add/Remove Programs control panel. If that is checked and the hotfix you want to remove still does not appear in Add/Remove Programs, the hotfix may have been installed on your system with a command line that suppresses the ability to uninstall.
<update date="1/9/2006"> Added more specific information about extracting and running smartmsizap.exe from c:\ because otherwise Windows may not know where to find the exe when running the command from a cmd prompt </update>
<update date="4/1/2009"> Fixed broken link to smartmsizap tool. </update>
PingBack from http://blog.lulutech.com/PermaLink,guid,c0a6bb1c-161d-42e8-a025-18689cdc472f.aspx
General info, best practices 907284 - Changes to the readme file for SQL Server 2005 910229 - SQL Server
Hats off! Show some respect!
It does the best job I've seen yet with Kodak's suite of EasyShare products, (EasyShare, Home Center and Digital Display software.) The Kodak Clear is marginally more complete, but it uses msiexec to try to remove upwards of 90 product codes, so it sometimes fails. (Rarely, but these things do happen!) I've created a batch file that runs smartmsizap.exe /p {Product code} /qn for all 90 guids. After it runs. When you reinstall, you get the option of Modify, repair or remove, so there are scraps left behind, but overall, it's a very good tool!
You can use these docs for uninstalling your 2005 sql instance based on your requirement. Uninstalling
PingBack from http://www.codedstyle.com/how-to-un-install-sql-server-2005/
Touching too many pieces at once almost always causes errors and that became evident when I began to
Thanks so much - this saved me a whole afternoon of pulling my hair out.
we can use recommended uninstaller like mirekusoft (www.mirekusoft.com) or revo to uninstall applications on Windows. It can help solve problems that are caused when a program does not uninstall properly.
Hi,
I installed OfficeScan Server on my machine.I am trying to uninstall it and cant do it.Its visible in the add or remove programs and even as a menu item but there's no Product Code GUID for it and some I am not able to use the fix it tool.
I used msiinv.exe and it showed no key for Trend Micro.
Please guide me through....
Thanks a lot.