EnableOffsetOpen Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation EnableOffsetOpen Property
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.)
Declaration Syntax
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);
}
Property 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.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)