Member Junction
    Preparing search index...

    Input context for the preflight phase.

    PreflightPhase.Run

    interface PreflightContext {
        Config: PartialInstallConfig;
        Emitter: InstallerEventEmitter;
        SkipDB: boolean;
        TargetDir: string;
    }
    Index

    Properties

    Partial config with database host/port for SQL connectivity check.

    Event emitter for progress and diagnostic events.

    SkipDB: boolean

    If true, skip the SQL Server connectivity check (e.g., --skip-db).

    TargetDir: string

    Absolute path to the target install directory.