setup-miniconda
    Preparing search index...

    Interface IInstallerResult

    The output of an installer: may update the dynamic options.

    interface IInstallerResult {
        localInstallerPath: string;
        options: IDynamicOptions;
    }
    Index

    Properties

    localInstallerPath: string

    The local path to the installer. May be empty if the bundled installer is used.

    Options that may change as a result of selecting the installer.