Searched defs:CUpdateOptions (Results 1 – 2 of 2) sorted by relevance
82 struct CUpdateOptions struct84 CCompressionMethodMode MethodMode;86 CObjectVector<CUpdateArchiveCommand> Commands;87 bool UpdateArchiveItself;88 CArchivePath ArchivePath;89 EArcNameMode ArcNameMode;91 bool SfxMode;92 FString SfxModule;94 bool OpenShareForWrite;95 bool StopAfterOpenError;[all …]
87 struct CUpdateOptions struct106 CUpdateOptions(): in CUpdateOptions() argument