namespace SabreTools.Data.Models.InstallShieldExecutable
{
public static class Constants
{
///
/// The signature for one of two kinds of currently unsupported ISEXE formats.
///
public const string ISSignatureString = "InstallShield";
///
/// The signature for one of two kinds of currently unsupported ISEXE formats.
///
public const string ISSetupSignatureString = "ISSetupStream";
}
}