Dart.PowerTCP.Zip Namespace > Archive Class : SelfExtractConfiguration Property |
<ReadOnlyAttribute(True)> <BrowsableAttribute(False)> Public Property SelfExtractConfiguration As SelfExtractConfiguration
Dim instance As Archive Dim value As SelfExtractConfiguration instance.SelfExtractConfiguration = value value = instance.SelfExtractConfiguration
[ReadOnly(true)] [Browsable(false)] public SelfExtractConfiguration SelfExtractConfiguration {get; set;}
[ReadOnly(true)] [Browsable(false)] public: __property SelfExtractConfiguration* get_SelfExtractConfiguration(); public: __property void set_SelfExtractConfiguration( SelfExtractConfiguration* value );
[ReadOnly(true)] [Browsable(false)] public: property SelfExtractConfiguration^ SelfExtractConfiguration { SelfExtractConfiguration^ get(); void set ( SelfExtractConfiguration^ value); }
To create a self-extracting file, create a new SelfExtractConfiguration object. Set the properties of this object to configure the characteristics of the self-extracted file. Then, set this property equal to that object.
The default value of null means no self-extracted file will be created during a zip operation.
Note: Please note that it is no longer necessary to distribute the DartAttach.bin file with your application if your application will be creating self-extracting exe files.