

Deployment Tools Foundation
EnableOffsetOpen Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveFileStreamContext ► EnableOffsetOpen
Gets or sets a flag that enables creating or extracting an archive
at an offset within an existing file. (This is typically used to open
archive-based self-extracting packages.)

C# | Visual Basic | Visual C++ |
public bool EnableOffsetOpen { get; set; }
Public Property EnableOffsetOpen As Boolean Get Set
public: property bool EnableOffsetOpen { bool get (); void set (bool value); }

Boolean
True to search an existing package file for an archive offset or the end of the file;/ false to always create or open a plain archive file.
True to search an existing package file for an archive offset or the end of the file;/ false to always create or open a plain archive file.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)