Change record status: 
Project: 
Introduced in branch: 
7.x, 8.x
Introduced in version: 
7.22, 8.0
Description: 

A new, optional "exclusive" property was added to installation profile .info files in Drupal 7.22 and Drupal 8.0. If there is only one profile with this exclusive property set to TRUE, the profile selection screen will be skipped and that profile will be installed. If there are multiple profiles with this property, the property will be ignored, and the normal profile selection screen will be displayed.

Authors of Drupal distributions are encouraged to set this property in their installation profile .info files, so that users who download the distribution will be able to automatically install the sofware using the desired installation profile.

Examples:

Drupal 7.22+ (super.info)

name = Super amazing Drupal
description = You should only ever install this compilation of 500 modules.
exclusive = TRUE

Drupal 8 (super.info.yml)

name: Super amazing Drupal
description: 'You should only ever install this compilation of 500 modules.'
exclusive: TRUE
Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done

Comments

awolfey’s picture

This was dropped in Drupal 8. See: https://www.drupal.org/node/2187781