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.
There is a new general-purpose installation troubleshooting tool called the Program Install and Uninstall Troubleshooting Tool that has been available on the Microsoft support site for a little while, and I want to post some information about this tool to help make it easier for people to find it.
This tool is conceptually similar to the .NET Framework cleanup tool, but it is more generic and can be used to clean up any MSI-based installation on a computer. It also performs more robust back-up steps prior to cleaning up in case you need to roll back to a previous state.
Where to download the Program Install and Uninstall Troubleshooting Tool
You can find more information about the Program Install and Uninstall Troubleshooting Tool and download it from the following locations:
Summary information about the tool
The Program Install and Uninstall Troubleshooting Tool can be used to automatically diagnose problems that can prevent installing and uninstalling programs on your computer. It can help resolve some errors that prevent programs from uninstalling, installing or updating correctly. Here is a list of issues that this tool is currently able to fix:
This tool is designed as a last resort for cases where install, uninstall, repair or patch installation did not succeed for unusual reasons. It is not a substitute for the standard uninstall procedure. You should use only use this tool to uninstall a program if the program fails to uninstall using the entry in the Programs and Features control panel.
More details about how the tool works
The Program Install and Uninstall Troubleshooting Tool does the following behind the scenes when you use it to uninstall a program:
The Program Install and Uninstall Troubleshooting Tool requires Windows Installer product codes in order to know what file and registry information to remove from the computer. For programs that are listed in the tool UI, the product code will appear as a tool tip when you mouse over the product name. If you choose the Not Listed option in the tool UI, you can use a tool like MsiInv to determine the product code.
Hi Aaron,
is this tool the successor of msicuu2.exe - does it provide the same functionality? Does it also resolve SXS problems seen in CBS.log (e.g. ERROR_SXS_COMPONENT_STORE_CORRUPT or others). We often have a lot of trouble with SXS issues when installing MS components at out customers.
Thanks!
Chris
Hi Chris - Yes, this tool is a replacement for msicuu2.exe. There is a note in the knowledge base article at support.microsoft.com/.../2438651 that mentions that tool.
This tool only resolves MSI installation issues. For SXS issues, the best option I know of is the System Update Readiness Tool described at support.microsoft.com/.../947821.
I tried to run the tool on my Vista machine but get an error message stating that required Microsoft Fix-it components could not be installed. There is no error code shown.
Does the tool require network access? I'm behind a corporate firewall so this might be the cause.
Hi Sascha - I talked to the team that created this tool, and they sent me the following information about this scenario:
If you download the tool from a location that's not behind a firewall, you can click the Advanced option link, then click the Download button. This will allow you to run the tool in an offline scenario. The tool will download all the components that it needs and you can copy them to a USB stick or an internal network share.
i want a microsoftfixit product code ??? plz give me
Hi Moiz - I'm sorry, but I'm not sure what you're asking for. I don't know what a fixit product code is. Could you please provide more details about the exact problem you're seeing and I'll see if I can help?