Topic last updated -- November 2007

The following example demonstrates installation settings used to perform an unattended primary site installation. Setting placeholders are used for setting information. For more information about settings details, see Unattended Setup Overview.

Note
Although it is not a required setting, the ManagementPoint setting is shown in this example to enable full intranet client support when Configuration Manager Setup has completed. Do not specify this setting if the site will manage clients on the Internet only.

Example

When used with the /script setup command-line option, this setup initialization file example will install a mixed mode, primary site with a default management point and the default client agents enabled:

[Identification]

Action=InstallPrimarySite

[Options]

ProductID=[Product ID (with dashes)]

PrerequisiteComp=[0 or 1 (0 for no, 1 for yes)]

PrerequisitePath=[Path to prerequisite files]

SiteCode=[Site Code]

SiteName=[Site Name]

SMSInstallDir=[Installation directory]

ManagementPoint=[Management point site server name (can be local or remote)]

SDKServer=[SMS Provider computer name]

[SQLConfigOptions]

SQLServerName=[SQL Server name]

CreateSQLDevice=[0 or 1 (0 for no, 1 for yes)]

DatabaseName=[SMS_<site code>]

Important
When using a scripted installation method, Configuration Manager Setup will fail if the client prerequisite files cannot be downloaded.

See Also