Groups | Blog | Home
all groups > dotnet setup > august 2005 >

dotnet setup : Uninstall Custom action Not firing after uninstall is complete


AM
8/22/2005 3:57:01 PM
Hello,

I have created a setup project which

a) Calls an Install Custom
action(InstallerClass=false,Condition=,CustomActionData=). This custom action
is a console application which adds entries to certain config files.

b)Calls an Uninstall Custom
action(InstallerClass=false,Condition=,CustomActionData=). This custom action
is a console application which removes entries from config files.

For some reason the install custom action is working fine but the Uninstall
custom action is not getting fired at all.

Any ideas?

AM
8/22/2005 4:05:11 PM
Both custom action projects have permanent = true, readonly = true, hidden =
false.

[quoted text, click to view]
AddThis Social Bookmark Button