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

Feature request: Execution of file after "install" step #1

Open arkadiuszczapiewskinordea opened 6 years ago

arkadiuszczapiewskinordea commented 6 years ago

Can we please add possibility of execution of a file after package download and unzip? We've got JetBrains ReSharper that needs execution of installater but doesn't require admin rights.

holmbech commented 6 years ago

Sounds like a good idea. Just have in mind that this can lead to more complex installs that can have a higher frequency of failing.

arkadiuszczapiewskinordea commented 6 years ago

Yeah, I'm aware of it but it can be very helpful - e.g. with JetBrains ReSharper, which doesn't need admin rights, but needs to execute a "configuration" tool to add its files to Visual Studio.

Also - it could allow to execute post-installation scripts (which can be included in packages).