Hello,
I have a setup & deployment with has several projects in the same solution.
One of them is a dll called by a custom action. I want this dll only to perform one operation at install process. After that, I dont need this dll.
What can I do to delete this file after use it?
Thank you.