Universal HISE Downloader/Installer
-
@whereami518 said in Universal HISE Downloader/Installer:
@d-healey You made the Mntra plugins??
I did a lot of work on the back end and the downloader. Overall it's very much a team effort.
-
@d-healey well I'd be in for the CR products - but I built my own installer because these products have a set of meta data files that need installing along with the std HISE files - can you config your system to do that?
-
@Lindon Yes
-
-
@d-healey potentially in - I too just built my own installers but not as sophisticated as these.
Any security issues? As in, if this were to get broken open, is everyone at risk or...?
-
Any security issues? As in, if this were to get broken open, is everyone at risk or...?
An advantage of it being open source is you will be able to audit the code yourself. As far as I'm aware there are no security issues because everything that needs to be secure is handled server side.
-
@d-healey Ok. So is it one app for everyone? How do we edit code if others also need to do the same? Can you use the app to download products from to or more different devs?
-
@DanH It's a single app. Each developer is listed in the side bar. The user selects the developer(s) they have an account with and login. Then they'll have access to the products they've purchased from that developer.
I'll post the code to a public git repo (github most likely) and if others want to contribute code they'll be able to make pull requests.
-
@d-healey Ok so we don't need to change any code in the app if we don't have to?
-
@DanH That's right. You just let me know you want to be included in the sidebar and I'll add you in. It's also possible for a user to manually add developers by editing a config file.
I'll document a list of the server end-points and data to be returned so you can make sure it works with your server.
-
@d-healey how about expansions? I think I saw you were using .hr1s for these. I had problems with permissions when I used this method previously and ended up doing a zip download / install and a separate system files installer.
-
@DanH I don't use hr1s, they are too limited. Everything is delivered in zip files.
-
@d-healey ok, my mistake! So any system files come down in a zip too?
-
@DanH Yeah everything is in zips and will be extracted to where they're needed.
-
@d-healey nice. And is it made with HISE?
-
@DanH of course :) it would probably be more flexible if made with something like Electron but using HISE has certain advantages.
-
@d-healey the filesystem apis are pretty awesome in HISE tbf
-
Thanks for the feedback, looks like it's worth pursuing. I did a little work on it this evening, the account login/logout works and synchronising products with a server.
The next thing I'll do is get the actual download/install action working then it will be ready for some testing.
-
@d-healey Lorde Healey, we are forever in your debt...
-
Just an update on this in case any of you are holding off making your own downloader.
I'm not currently working on this downloader project and won't be any time soon. At the moment I have too much other stuff going on. But hopefully I'll find time at some point to get back into it.