Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Type Alias InstallFunc

    InstallFunc: (
        files: string[],
        destinationPath: string,
        gameId: string,
        progressDelegate: ProgressDelegate,
        choices?: any,
        unattended?: boolean,
        archivePath?: string,
        options?: IInstallationDetails,
    ) => Bluebird<IInstallResult>

    Type Declaration