Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / Variables Class
Members


In This Topic
    Variables Class
    In This Topic
    Contains variables which are used by various properties of the Self-Extractor binary to dynamically provide paths and filenames.
    Syntax
    'Declaration
     
    Public NotInheritable Class Variables 
    'Usage
     
    Dim instance As Variables
    public sealed class Variables 
    Remarks

    A variable is a string that has the format <variable>. The variable is a string representing one of the available variables (see below). The strings representing the macros are replaced by a path only when the actual self-extracting zip file is executed. Thus, the value of a variable usually depends on the particular settings of the operating system the self-extracting zip file is being run on.

    All variables except for the <RandomFolder> macro include the drive as part of the path. The <SystemDrive> variable only contains the drive letter followed by the colon (:) character. None of the variables contain a trailing System.IO.Path.DirectorySeparatorChar.

    Inheritance Hierarchy

    System.Object
       Xceed.Zip.Sfx.Variables

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also