Skip to content

Incorrect documentation for InnoSetup Alias #2220

@SIkebe

Description

@SIkebe

/// InnoSetup("./src/Cake.iss", new InnoSetupSettings {
/// OutputDir = outputDirectory
/// });

There is no property named OutputDir on InnoSetupSettings class.
That should be OutputDirectory.

InnoSetup("./src/Cake.iss", new InnoSetupSettings {
    OutputDirectory = outputDirectory
    });

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions