C# Class OpenRA.ContentInstaller

Inheritance: IGlobalModData
Show file Open project: cjshmyr/OpenRA

Public Properties

Property Type Description
CopyFilesFromCD string[]>.Dictionary
DiskTestFiles string[]
ExtractFilesFromCD string[]>.Dictionary
InstallShieldCABFileIds HashSet
InstallShieldCABFilePackageIds HashSet
MusicPackageMirrorList string
OutputFilenameCase FilenameCase
OverwriteFiles bool
PackageMirrorList string
PackageToExtractFromCD string
ShippedSoundtracks int
TestFiles string[]

Property Details

CopyFilesFromCD public property

public Dictionary CopyFilesFromCD
return string[]>.Dictionary

DiskTestFiles public property

public string[] DiskTestFiles
return string[]

ExtractFilesFromCD public property

public Dictionary ExtractFilesFromCD
return string[]>.Dictionary

InstallShieldCABFileIds public property

InstallShield .CAB file IDs, used to extract Mod-specific files.
public HashSet InstallShieldCABFileIds
return HashSet

InstallShieldCABFilePackageIds public property

InstallShield .CAB file IDs, used to extract Mod-specific archives and extract contents of ExtractFilesFromCD.
public HashSet InstallShieldCABFilePackageIds
return HashSet

MusicPackageMirrorList public property

public string MusicPackageMirrorList
return string

OutputFilenameCase public property

public FilenameCase OutputFilenameCase
return FilenameCase

OverwriteFiles public property

public bool OverwriteFiles
return bool

PackageMirrorList public property

public string PackageMirrorList
return string

PackageToExtractFromCD public property

public string PackageToExtractFromCD
return string

ShippedSoundtracks public property

public int ShippedSoundtracks
return int

TestFiles public property

public string[] TestFiles
return string[]