View previous topic :: View next topic |
Author |
Message |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Sun Jun 05, 2011 7:46 pm Post subject: Custom downloader thing |
|
|
I want to make a custom installer where you tick off the programs you want and it downloads/installs them for you, like ninite, but minus the website.
How would I go about doing this?
A regular installer needs all the resources to be included, I want to get them off a server.
edit:
Actually all I want is an app that you tick checkboxes and it downloads the selected files, no installing or anything.
|
|
Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sun Jun 05, 2011 9:03 pm Post subject: |
|
|
installers that download is nothing new
look at the nullsoft scriptable installer.
|
|
Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Wed Jun 08, 2011 11:03 pm Post subject: |
|
|
slovach wrote: | installers that download is nothing new
look at the nullsoft scriptable installer. |
That thing is confusing as fuck, they don't even tell you what language it's written in.
|
|
Back to top |
|
 |
Luig Cheater
Reputation: 0
Joined: 24 Sep 2010 Posts: 26
|
Posted: Wed Jun 08, 2011 11:27 pm Post subject: |
|
|
If I am understanding this all you want is a program that allows you to select files to download based on on a check box list or something. If you give me some more specs and maybe a quick paint drawing or something of what you it to look like I can code you a quick one and use ini or xml files to set the check box names and download urls. If you want to code the program your self I can probably point you to the right direction.
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Thu Jun 09, 2011 4:05 am Post subject: |
|
|
you want a utility or to code your own program ? it's very easy to do in java
|
|
Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Mon Jun 20, 2011 10:16 pm Post subject: |
|
|
Probably I'll have to code it myself, I don't really care what language I have to do it in.
Attached is an example, the user wants to download files 1 and 3.
Actually it would be cool to be able to select directories to download with lots of files inside.
Like say they pick their desktop as the path and check 1 and 3, it would make a folder called "downloads" on the desktop with folders "1" and "3" inside with a ton of files inside each.
That's the bare bones of what I want to build, maybe add another feature or two later.
Description: |
|
Filesize: |
14.11 KB |
Viewed: |
12846 Time(s) |

|
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Tue Jun 21, 2011 4:54 am Post subject: |
|
|
so you'd basically be making a noob version of jdownloader, right ?
|
|
Back to top |
|
 |
Ax3l Cheater
Reputation: 1
Joined: 22 May 2011 Posts: 37
|
Posted: Tue Jun 21, 2011 9:18 am Post subject: |
|
|
Slugsnack wrote: | so you'd basically be making a noob version of jdownloader, right ? |
I think rather some installer that installs certain programs and you can select which programs
_________________
|
|
Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Wed Jun 22, 2011 12:35 am Post subject: |
|
|
Ax3l wrote: | Slugsnack wrote: | so you'd basically be making a noob version of jdownloader, right ? |
I think rather some installer that installs certain programs and you can select which programs |
Yeah like you know when you install some programs and it asks you which features to include?
I want that but have everything download based so you just need a lite web installer thing.
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Wed Jun 22, 2011 2:29 am Post subject: |
|
|
that's basically what jdownloader does. except it does a lot more too
|
|
Back to top |
|
 |
Ax3l Cheater
Reputation: 1
Joined: 22 May 2011 Posts: 37
|
Posted: Wed Jun 22, 2011 9:03 am Post subject: |
|
|
Slugsnack wrote: | that's basically what jdownloader does. except it does a lot more too | Jdownloader downloads from megaupload and shit
what (s)he means is an installer that installs the checked programs, if they are selected the resources are downloaded
_________________
|
|
Back to top |
|
 |
|