Windows explorer closing
Hi,
Has any one ever tried to find in MSI custom action table which custom action cause closing windows explorer when uninstalling application? how could I track it. I used log file, but it is not giving any particular custom action but I`m sure that it must be it or maybe I`m mistaking?
Answers (6)
Create a Unisntall Log file to using /L or /L*V Switch and use trace32.exe to read the log file while the uninstall in progress. this will give you exact installexecute sequence action.
i would open the log file from a different machine using adminshare if enabled, (\\machinename\c$\FolderName)
Sounds like it's not going to be a standard action, but a vendor created CA that is causing the issue.
If there isn't too many of them you could condition them out one by one to see which one is the culprit. Just set a condition that will never be met '1=2', or something similar.
Or it could just be that it needs to restart Explorer as part of the uninstall, I've seen it happen with some encryption software and it has to restart it because of the tie-ins it has to ensure that it is removed correctly - no way around that one nicely.
Hope that helps,
Dunnpy