
evileye07021.552494439824342E12 asked a question.
Uninstall Problem - Installed Features No Removed
InstallScript MSI
Uninstall is not working. Several of the features/components that were installed were not removed. This results in several EXEs, DLLs, services, a virtual directory, registry entries and more left behind.
The only clue I have is the MSI Log. The log seems to indicate the a feature is not installed when in fact it is. The log indicates components that are part of feature are installed but for some reason the feature isn't. Here's a couple sample lines from the LOG.
MSI (s) (78:E8) [11:30:06:964]: Feature: Data_Collection; Installed: Absent; Request: Null; Action: Null
.
.
.
MSI (s) (78:E8) [11:30:06:968]: Component: Data_Collection; Installed: Local; Request: Null; Action: Null
The component "Data_Collection" is installed. It can only get installed as part of the "Data_Collection" feature.
Since I've changed, compiled and tested setup literally dozens of times, I think I might be facing a situation where the installer database is simply "confused". Is there a way to wipe out all references to my features/components/etc. from the installer database so I can retest from scratch? Wiping out the OS is not a realistic option at this point.
I desperate for an answer at this point.
You could try using the Windows Installer Cleanup utility or msizap.exe to try cleaning up the machine state.
I have used the windows installer cleanup utility. That doesn't solve the problem either.
To reiterate, first time isntallation works fine. My problems are with uninstall not deleting EXEs (and more) that it should remove.