New Feature Command Option

Command Syntax

/NewFeature <feature_name>
       [-parentfeature <parentfeature_id>] [-always_install]

This command will create a new feature in Organization page.

Parameters:

  • <feature_name>
  • Specifies the name of the new feature.
  • [-parentfeature <parentfeature_id>]
  • An optional parameter which specifies the ID of the parent feature. If this parameters is not set the feature will be created as a global one in the project.
  • [-always_install]
  • This parameter corresponds to the "Always install this feature." option from "Installation Settings" group from Feature Properties.

Example:

AdvancedInstaller.com /edit MyProject.aip
    /NewFeature Feature -parentfeature MainFeature