Click or drag to resize

AppArchiveTyps Class

This static class contains string constants for the supported archive typs.
Inheritance Hierarchy
SystemObject
  Mastersign.BenchAppArchiveTyps

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static class AppArchiveTyps

The AppArchiveTyps type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAuto
Automatic detection of the archive typ.
Public fieldStatic memberCustom
A custom archive, which will be extracted by a custom extraction script.
Public fieldStatic memberGeneric
A generic archive supported by 7-Zip.
Public fieldStatic memberInnoSetup
An Inno Setup Program, supported by Inno Setup Unpacker.
Public fieldStatic memberMsi
An MSI package, supported by LessMSI.
Top
See Also