Hi guys,
I have a small problem! I have a .net (3.5) dll (setup.dll) that has the Install and Uninstall methods overriden... When the application is installed it does it magic and it works fine, but when the user comes to uninstall the application i get an installer error saying it cannot find setup.dll, and when I check the folder it appears the uninstaller has deleted the file before the custom actions have been launched?
How would I get round this error?
Many thanks,
Will