Download issues (above 2GB?)
-
@d-healey ok so:
-
I'll need to figure out how to download 2 files back to back
-
Can I make the expansion installer install the samples to a custom location because I'm not using the default HISE one anymore?
-
-
@UrsBollhalder
. looks rather difficult, no?
The difficulty level is proportional to your web development and HISE skills :) For me it's not so difficult, using wordpress also makes it a lot simpler because there are plugins available to do some of the heavy lifting.
I'll need to figure out how to download 2 files back to back
Check out my thread about downloading images from a server. You can download two files in a loop one after another but I found it a little unreliable so I used a recursive function - a function that calls itself, but careful you don't make a mess :p
Can I make the expansion installer install the samples to a custom location because I'm not using the default HISE one anymore?
It depends on which location. What I do is ask the user where they want the samples to be installed.
-
Check out my thread about downloading images from a server. You can download two files in a loop one after another but I found it a little unreliable so I used a recursive function - a function that calls itself, but careful you don't make a mess :p
Will do
It depends on which location. What I do is ask the user where they want the samples to be installed.
In this case Users/Shared on Mac and C:/Program Files on PC
I'm confused though - My download app / installer would have to be named the same as my plugin in order for the appdata folder and files (esp the sample link file) to be created correctly, no?
-
@DanH Who wants to install samples on their C drive? Let the user choose where they want them, most have dedicated drives for their samples.
My download app / installer would have to be named the same as my plugin in order for the appdata folder and files (esp the sample link file) to be created correctly, no?
Correct. What's stopping you making two HISE projects with the same name? Another option is to build the downloader/installer into the plugin, like PercX.
-
@d-healey said in Download issues (above 2GB?):
@DanH Who wants to install samples on their C drive? Let the user choose where they want them, most have dedicated drives for their samples.
My download app / installer would have to be named the same as my plugin in order for the appdata folder and files (esp the sample link file) to be created correctly, no?
Correct. What's stopping you making two HISE projects with the same name? Another option is to build the downloader/installer into the plugin, like PercX.
But how do they handle copy protection?
-
@UrsBollhalder User enters a serial key into the plugin, serial key connects to the server for validation, if all is well the plugin does its thing.
-
@d-healey But when and by whom do the serials get generated and sent to the customer?
-
@UrsBollhalder That's up to you, there are lots of ways to do it. If you're using wordpress you can get a plugin to generate and send serials with the purchase receipt.
-
@DanH said in Download issues (above 2GB?):
In this case Users/Shared on Mac and C:/Program Files on PC
..oh this is not so good I think....
-
@Lindon why? Where wld you put it? I think a lot of my customer base are laptop users, so C drive suits me (and they can always move it)
-
@DanH said in Download issues (above 2GB?):
@Lindon why? Where wld you put it? I think a lot of my customer base are laptop users, so C drive suits me (and they can always move it)
well...
A LOT of audio machines separate out the OS drive(C:/) using whatever that ultra-fast solid state thing is (Not your normal SSD) and thus the C:/ drive is pretty much dedicated to the OS, so there may well be almost no room on there at all - as NOTHING gets to use that drive except the OS itself.. so its pretty small. So your system would break pretty quickly.
-
@Lindon How can they download large files at all then? Is the downloads folder not on the C drive too?
-
@DanH said in Download issues (above 2GB?):
@Lindon How can they download large files at all then? Is the downloads folder not on the C drive too?
- nope is on some other drive...you can set your download folder to anywhere you like...
-
@Lindon hmmm, in 20 years of making music I've never encountered this, but you may be right. Running your OS drive close to capacity isn't a great idea
-
@DanH take a look at this:
-
@Lindon Yep ran my last Mac Pro off one of those. Always left 10% clear
-
Use a directory browser and ask the user where they want the samples installed to.
-
@d-healey well my idea was to install the link file in the main install so as to avoid people getting confused with multiple installers and the Hise system (which I'm desperately trying not to use)
-
@DanH said in Download issues (above 2GB?):
@d-healey well my idea was to install the link file in the main install so as to avoid people getting confused with multiple installers and the Hise system (which I'm desperately trying not to use)
Why? Do you have experience that it doesnt work? I've had thousands of downloads and installs with little or no support calls on them. (well on the install process at least)
-
@DanH Are you using expansions?