NordeaOSS / devtool

DevTools is an tool which makes it easy to install software on windows machines where the user is not admin. It can be used internally in organisations who wants to control their own repository of tools.
MIT License
9 stars 6 forks source link

Files are not deleted after unzip #9

Open arkadiuszczapiewskinordea opened 6 years ago

arkadiuszczapiewskinordea commented 6 years ago

For some time I can see that downloaded ZIP files are not removed after installation. There is no any error message. It worked earlier. Strange :)

holmbech commented 6 years ago

I have seen this a lot of times. Often it is related to windows filehandling and maybe some 3rd party software eg virus protection that holds on to the filehandle. But maybe the file deletion could be done with a shutdown hook...

arkadiuszczapiewskinordea commented 5 years ago

Can it also be related to issue https://github.com/NordeaOSS/devtool/issues/13 ?