I developed c# windows application and included a windows installer, after building the project , i am having a msi file. All the clients will install it to execute our product. We added a new dll and we give it to client through auto update. Now the dll will be copied to the client system and the application works fine. When we uninstall the msi, the new dll is not getting deleted, because it is not registered in the registry and there is no link between the dll and the installer. So how can we delete the dll from the client system, when an uninstall is done.
Can any one help me to proceed..:(
sanbal 0 Newbie Poster
Recommended Answers
Jump to PostAdd a custom action for uninstall.
You will need a code file for it that inherits from Installer. When you add this to the installer, it will be part of the package, but you can override uninstall to delete the directory.
All 4 Replies
LizR 171 Posting Virtuoso
sanbal 0 Newbie Poster
LizR 171 Posting Virtuoso
dickersonka 104 Veteran Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.