Discuss this help topic in SecureBlackbox Forum
Specifies if self-extraction is enabled.
Declaration
[VB.NET]
Property SFXEnabled As Boolean
[Pascal]
property SFXEnabled: boolean;
[C++]
bool get_SFXEnabled();
void set_SFXEnabled(bool Value);
[PHP]
bool get_SFXEnabled()
void set_SFXEnabled(bool $Value)
Description
This property specifies whether the archive is self-exracting.
Discuss this help topic in SecureBlackbox Forum