$PLUGINSDIR not removed but empty
Hello,
Using setups created using UltraModernUI I noticed the plugin directory was not removed at the end of the installation.
UltraModernUI only copies bmp files used to customize the look of the setup, no dll is used at runtime.
When I exit the setup, bmp files are removed, therefore the directory is empty, but is not removed.
To me it looks like NSIS couldn't delete the folder because windows, at the time it wanted to delete the folder, hadn't finish deleting the bmp. But i can be wrong.
Is there any known issue with UltraModerUI (it works (= it fails to remove the directory)) with the basic.nsi example of this "plugin") ?
Is there any known syncronisation issue with the deletion of ressources in $PLUGINSDIR ?
I tried with an empty script initializing the pluginsdir without using it, it is deleted as expected.