PowerTCP Zip Compression for .NET
SelfExtractConfiguration Property




Gets or sets a SelfExtractConfiguration object, which is used to define the specification of a self-extraction operation.
Syntax
<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);
}

Property Value

A SelfExtractConfiguration object, null if self-extraction is not required. The default value is null.
Remarks

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.

See Also

Reference

Archive Class
Archive Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic