The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

Advanced Installer Msi Builder Plugin

advinstBuilder: Invoke Advanced Installer

  • advinstRunType : String
  • aipProjectPath : String
    Path of the Advanced Installer project file (.AIP). It can be either an absolute path or relative to the workspace directory. You can use build variables through the syntax ${VAR} or $VAR.
  • aipProjectBuild : String
    The build name to be executed. If this field is empty, all the builds from the project are performed. You can use build variables through the syntax ${VAR} or $VAR.
  • aipProjectOutputFolder : String

    Folder where the result package should be created. It can be either an absolute path or relative to the workspace directory. If this field id empty the folder configured in the AIP project will be used. You can use build variables through the syntax ${VAR} or $VAR.

    This option is available only when a build name is specified.

  • aipProjectOutputName : String

    The result package name.If this field id empty the name configured in the AIP project will be used. You can use build variables through the syntax ${VAR} or $VAR.

    This option is available only when a build name is specified.

  • advinstExtraCommands : String
    Additional commands to be executed. It supports all the edit commands supports in an Advanced Installer Commands file. You can use build variables through the syntax ${VAR} or $VAR. E.g. SetVersion x.x.x
  • aipProjectNoDigitalSignature : boolean
    This option allows you to skip the digital signature phase of the build.
  • installName : String (optional)
    Select one of the configured Advanced Installer launchers.

Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.