Method | Description | |
---|---|---|
Download ( [ url, [ handler ) : void |
Downloads the installer from the web to a temporary file. Use either this or SetLocal. |
|
ExtractInstallerAsArchive ( [ feedBuilder, [ handler ) : void |
Tries extracting the installer as an Archive.
|
|
RunInstaller ( [ handler ) : void |
Runs the installer and waits for it to exit.
|
|
SetLocal ( [ url, [ path ) : void |
Sets the installer source to a pre-existing local file. Use either this or Download. |
Method | Description | |
---|---|---|
Dispose ( ) : void |
public Download ( [ url, [ handler ) : void | ||
url | [ | The URL of the file to download. |
handler | [ | A callback object used when the the user is to be informed about progress. |
return | void |
public ExtractInstallerAsArchive ( [ feedBuilder, [ handler ) : void | ||
feedBuilder | [ | All collected data is stored into this builder. |
handler | [ | A callback object used when the the user is to be informed about progress. |
return | void |
public RunInstaller ( [ handler ) : void | ||
handler | [ | A callback object used when the the user is to be informed about progress. |
return | void |
public SetLocal ( [ url, [ path ) : void | ||
url | [ | The URL the file was originally downloaded from. |
path | [ | The local path of the file. |
return | void |