sgoldstein
10-04-2010, 03:39 PM
During uninstall, a particular file is not being removed. I see the following evidence:
1. REMOVE=ALL
2. During the RemoveFiles action, I don't see any attempts to uninstall this file
3. During InstallValidate, I see the following messages for this component:
Component: __compname65; Installed: Null; Request: Absent; Action: Null
and
Component: compname; Installed: Local; Request: Absent; Action: Null
Couple of questions around this:
1. In the second message during InstallValidate, why does it state "Action: Null"? If it's Installed, why does it not plan to remove it? Is this because it can't find the file?
2. What is "__compname65"? Why is this component autogenerated? What does it indicate? Does it provide a clue why the file is not being removed?
Thanks for the help!
Scott
1. REMOVE=ALL
2. During the RemoveFiles action, I don't see any attempts to uninstall this file
3. During InstallValidate, I see the following messages for this component:
Component: __compname65; Installed: Null; Request: Absent; Action: Null
and
Component: compname; Installed: Local; Request: Absent; Action: Null
Couple of questions around this:
1. In the second message during InstallValidate, why does it state "Action: Null"? If it's Installed, why does it not plan to remove it? Is this because it can't find the file?
2. What is "__compname65"? Why is this component autogenerated? What does it indicate? Does it provide a clue why the file is not being removed?
Thanks for the help!
Scott