C# Class Android_UEFIInstaller.BasicInstaller

Datei anzeigen Open project: ExtremeGTX/Androidx86-Installer-for-Windows

Public Methods

Method Description
BasicInstaller ( ) : System
Install ( String ISOFilePath, String InstallDrive, String UserDataSize ) : System.Boolean
Uninstall ( String InstallDrive = "0" ) : void

Protected Methods

Method Description
ExecuteCLICommand ( String FilePath, String args ) : System.Boolean
InstallBootObjects ( Object extraData ) : System.Boolean
UnInstallBootObjects ( Object extraData ) : System.Boolean
cleanup ( String directory ) : bool

Private Methods

Method Description
CreateDataParition ( String directory, String Size ) : System.Boolean
DetectAndroidVariant ( String ISOFilePath, String ExtractDirectory ) : System.Boolean
ExtractISO ( String ISOFilePath, String ExtractDirectory ) : System.Boolean
ExtractSFS ( String SFSPath ) : System.Boolean
FormatDataPartition ( String FilePath ) : System.Boolean
SearchForPreviousInstallation ( String FolderName ) : String
SetupDirectories ( String directory ) : System.Boolean
VerifyFiles ( String FileList ) : System.Boolean
WriteAndroidIDFile ( String filePath ) : System.Boolean

Method Details

BasicInstaller() public method

public BasicInstaller ( ) : System
return System

ExecuteCLICommand() protected method

protected ExecuteCLICommand ( String FilePath, String args ) : System.Boolean
FilePath String
args String
return System.Boolean

Install() public method

public Install ( String ISOFilePath, String InstallDrive, String UserDataSize ) : System.Boolean
ISOFilePath String
InstallDrive String
UserDataSize String
return System.Boolean

InstallBootObjects() protected abstract method

protected abstract InstallBootObjects ( Object extraData ) : System.Boolean
extraData Object
return System.Boolean

UnInstallBootObjects() protected abstract method

protected abstract UnInstallBootObjects ( Object extraData ) : System.Boolean
extraData Object
return System.Boolean

Uninstall() public method

public Uninstall ( String InstallDrive = "0" ) : void
InstallDrive String
return void

cleanup() protected method

protected cleanup ( String directory ) : bool
directory String
return bool