Harmyder
Flexera beginner
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Feb 24, 2021
01:41 PM
It takes to long to finish the process after installation has finished
I use C++ dll that calls into C# dll. After adding some new features I noticed that it takes 5 mins for the installer to exit its process after its window got closed (OnEnd event). I saw a few DLLs used by C# were left untouched. That's OK.
Does it wait for all of them to be deleted? Where can I read about this behavior?