Jump to content
Ketarin forum
JDownloader (64 bit)
Guest
By Guest, 11/22/2014
  • 284 downloads
  • Updated:

File Details

  • Website URL http://jdownloader.org/
  • User Agent
  • Category Internet\Download Managers
  • User Notes [Description] JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. Users can start, stop or pause downloads, set bandwith limitations, auto-extract archives and much more. It's an easy-to-extend framework that can save hours of your valuable time every day! * Requires Java Runtime Environment [Official Download Sources] http://jdownloader.org/download/offline http://installer.jdownloader.org/ic/JD2SilentSetup_x86.exe http://installer.jdownloader.org/version_701/ic/JD2SilentSetup_x86.exe http://installer.jdownloader.org/ic/JD2SilentSetup_x64.exe http://installer.jdownloader.org/JD2Setup_x64_oc.exe (OpenCandy?) [Other Download Sources] http://portableapps.com/node/35416 [Changelog] http://jdownloader.org/changes/index http://board.jdownloader.org/showthread.php?t=38518 [Installer Type] install4j [Installer Parameters] Parameters Information: http://resources.ej-technologies.com/install4j/help/doc/helptopics/installers/options.html Some interesting parameters (not tested): -c Executes the installer in the console mode. -g Forces the installer to be executed in GUI mode. -q {-console} {-overwrite} {-wait [timeout in seconds]} {-dir [directory]} {-splash [title]} Executes the installer in the unattended mode. -console Unattended mode + console that displays the output of the installer. -overwrite In the unattended installation mode, the installer will not overwrite files where the overwrite policy would require it to ask the user. If -overwrite is set, all such files will be overwritten. -wait [timeout in seconds] installer application will wait until all installed launchers and installer applications (including the updater) have shut down. If this does not happen until the specified timeout, the installer application exits with an error message. -dir [directory] Sets the installation directory. -splash [title] A small window with a progress bar and the specified title will be shown. -Dinstall4j.nolaf=true Do not set the native look and feel but use the default. In some very rare cases, the Windows look and feel with the classic theme (Windows 2000-like appearance) on Windows XP is broken and prevents the use of the installer or any other Java GUI application. Switching to the default XP theme solves this problem. Alternatively, passing this parameter to the installer will prevent the native look from being set. -Dinstall4j.debug=true Exceptions are printed to stderr. -Dinstall4j.language=[ISO code] Overrides the language selection for a multi-language installer. The language selection dialog will not be displayed in this case, unless the specified language is not included in the installer. -Dsun.locale.formatasdefault=false Forces the installer locale to be detected from the Display language setting set in Windows Region and Language Control Panel. If this option isn't specified, the locale will be detected from the Format setting. VvariableName=value You can set arbitrary installer variables with the -V parameter. The variable name should be used without prefix, so if you have a variable called ${installer:variableName} in the GUI the parameter would be -VvariableName=value. The variable will be a String object. -varfile [fileName] Alternatively, you can specify a property file containing the variables you want to set. The variable names should be used without prefix, too, so if you have a variable called ${installer:variableName} in the GUI the entry would be variableName=value. The variables will be String objects. This option shares the same mechanism with response files. Create a Response File for installation ----------------------------------------------------------- http://resources.ej-technologies.com/install4j/help/doc/helptopics/installers/responseFile.html ---------- corrections and improvements are welcome - @DHT (Ketarin forums)

(Show)XML Contents

            <?xml version="1.0" encoding="utf-8"?>
<Jobs>
  <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="780ab820-2c30-4f7e-8fae-c563e1304bf0">
    <WebsiteUrl>http://jdownloader.org/</WebsiteUrl>
    <UserAgent/>
    <UserNotes>[Description]
JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. Users can start, stop or pause downloads, set bandwith limitations, auto-extract archives and much more. It's an easy-to-extend framework that can save hours of your valuable time every day!

* Requires Java Runtime Environment



[Official Download Sources]
http://jdownloader.org/download/offline

http://installer.jdownloader.org/ic/JD2SilentSetup_x86.exe
http://installer.jdownloader.org/version_701/ic/JD2SilentSetup_x86.exe

http://installer.jdownloader.org/ic/JD2SilentSetup_x64.exe
http://installer.jdownloader.org/JD2Setup_x64_oc.exe (OpenCandy?)

[Other Download Sources]
http://portableapps.com/node/35416


[Changelog]
http://jdownloader.org/changes/index
http://board.jdownloader.org/showthread.php?t=38518


[Installer Type]
install4j


[Installer Parameters]
Parameters Information: http://resources.ej-technologies.com/install4j/help/doc/helptopics/installers/options.html


Some interesting parameters (not tested):


-c

Executes the installer in the console mode.



-g

Forces the installer to be executed in GUI mode.



-q {-console} {-overwrite} {-wait [timeout in seconds]} {-dir [directory]} {-splash [title]}

Executes the installer in the unattended mode.



	-console

	Unattended mode + console that displays the output of the installer.



	-overwrite

	In the unattended installation mode, the installer will not overwrite files where the overwrite policy would require it to ask the user. If -overwrite is set, all such files will be overwritten.



	-wait [timeout in seconds]

	installer application will wait until all installed launchers and installer applications (including the updater) have shut down. If this does not happen until the specified timeout, the installer application exits with an error message.



	-dir [directory]

	Sets the installation directory.



	-splash [title]

	A small window with a progress bar and the specified title will be shown.



-Dinstall4j.nolaf=true

Do not set the native look and feel but use the default. In some very rare cases, the Windows look and feel with the classic theme (Windows 2000-like appearance) on Windows XP is broken and prevents the use of the installer or any other Java GUI application. Switching to the default XP theme solves this problem. Alternatively, passing this parameter to the installer will prevent the native look from being set.



-Dinstall4j.debug=true

Exceptions are printed to stderr.



-Dinstall4j.language=[ISO code]

Overrides the language selection for a multi-language installer. The language selection dialog will not be displayed in this case, unless the specified language is not included in the installer.



-Dsun.locale.formatasdefault=false

Forces the installer locale to be detected from the Display language setting set in Windows Region and Language Control Panel. If this option isn't specified, the locale will be detected from the Format setting. 



VvariableName=value

You can set arbitrary installer variables with the -V parameter. The variable name should be used without prefix, so if you have a variable called ${installer:variableName} in the GUI the parameter would be -VvariableName=value. The variable will be a String object.



-varfile [fileName]

Alternatively, you can specify a property file containing the variables you want to set. The variable names should be used without prefix, too, so if you have a variable called ${installer:variableName} in the GUI the entry would be variableName=value. The variables will be String objects. This option shares the same mechanism with response files. 







Create a Response File for installation
-----------------------------------------------------------

http://resources.ej-technologies.com/install4j/help/doc/helptopics/installers/responseFile.html



----------
corrections and improvements are welcome - @DHT (Ketarin forums)</UserNotes>
    <LastFileSize>0</LastFileSize>
    <LastFileDate xsi:nil="true"/>
    <IgnoreFileInformation>false</IgnoreFileInformation>
    <DownloadBeta>Default</DownloadBeta>
    <DownloadDate xsi:nil="true"/>
    <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
    <VariableChangeIndicator/>
    <CanBeShared>true</CanBeShared>
    <ShareApplication>true</ShareApplication>
    <ExclusiveDownload>false</ExclusiveDownload>
    <HttpReferer/>
    <SetupInstructions>
      <SetupInstruction xsi:type="StartProcessInstruction">
        <EnvironmentVariables/>
        <FileName>"{file}"</FileName>
        <Parameters>-q</Parameters>
        <WaitForExit>true</WaitForExit>
      </SetupInstruction>
    </SetupInstructions>
    <Variables>
      <item>
        <key>
          <string>version</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>RegularExpression</VariableType>
            <Regex>(?<=JDownloader )[0-9.]{1,}</Regex>
            <Url>http://jdownloader.org/changes/index</Url>
            <Name>version</Name>
          </UrlVariable>
        </value>
      </item>
    </Variables>
    <ExecuteCommand/>
    <ExecutePreCommand/>
    <ExecuteCommandType>Batch</ExecuteCommandType>
    <ExecutePreCommandType>Batch</ExecutePreCommandType>
    <Category>Internet\Download Managers</Category>
    <SourceType>FixedUrl</SourceType>
    <PreviousLocation/>
    <DeletePreviousFile>true</DeletePreviousFile>
    <Enabled>true</Enabled>
    <FileHippoId/>
    <LastUpdated xsi:nil="true"/>
    <TargetPath>{download_path}\{category}\{appname:regexreplace: \(.*\):}\{appname} (v.{version}).{url:ext}</TargetPath>
    <FixedDownloadUrl>http://installer.jdownloader.org/ic/JD2SilentSetup_x64.exe</FixedDownloadUrl>
    <Name>JDownloader (64 bit)</Name>
  </ApplicationJob>
</Jobs>

        

Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Add your comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.