(Unattended Installation)

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

UDDIWeb

The [UDDIWeb] section contains entries for configuring the optional Universal Description, Discovery and Integration (UDDI) Web services feature in the Windows Server 2003 family.

To install and enable the UDDI Web services feature, use the UDDIWeb entry in the [Components] section.

Note

Windows Server 2003 operating system, Standard Edition only supports stand-alone installations of UDDI services. In a stand-alone installation of UDDI Services, the UDDI Web service component and the UDDI Database component must be installed on the same local server. For a standard service installation, the DatabaseLocation entry in the [UDDIWeb] section of the Unattend.txt file must refer to the computer name of the local computer, and the InstanceName entry in the [UDDIDatabase] section must refer to a database instance on the same computer.

Answer File Entries for the [Components] Section

Entry Description

DatabaseLocation

Specifies the location of the database to use with the UDDI Web services.

RegisterSite

Registers the UDDI Web service in Active Directory and creates default services.

RemoteAccessPassword

Specifies the password for the remote access service account.

RemoteAccessUserName

Specifies the user name of the service account to use with the remote site when using a distributed installation of UDDI services.

SitePassword

Specifies the password for the service account.

SiteUserName

Specifies the user name of the service account to use with UDDI Web services.

DatabaseLocation

Specifies the location of the database to use with the UDDI Web services. The database can reside on the same server as the UDDI Web services, or on a different server for greater scalability when using Windows Server 2003 operating system, Enterprise Edition or Windows Server 2003 operating system, Datacenter Edition. To specify a particular database instance, use the InstanceName entry of the [UDDIDatabase] section.

Syntax
DatabaseLocation = computer_name
Value Description

computer_name

The computer name of the server hosting the UDDI Web services database.

Example
DatabaseLocation = SRV5
Comments

The default value is computer_name of local computer

RegisterSite

Registers the UDDI Web service in Active Directory and creates default services.

Syntax
RegisterSite = Yes | No
Value Description

Yes

Registers the UDDI Web service in Active Directory and creates default services.

No

Does not register the UDDI Web service in Active Directory or create default services.

Example
RegisterSite = Yes
Comments

The default value is Yes.

RemoteAccessPassword

Specifies the password for the remote access service account.

Syntax
RemoteAccessPassword = password
Value Description

password

The password for the remote access service account.

Example
RemoteAccessPassword = %URwUesd48^#4

RemoteAccessUserName

Specifies the user name of the service account to use with the remote site when using a distributed installation of UDDI services.

Syntax
RemoteAccessUserName = username
Value Description

username

The user name of the service account to use with remote UDDI Web services. If no remote user is specified, site credentials are used.

Example
RemoteAccessUserName = EXAMPLE\uddiwebservice

SitePassword

Specifies the password for the service account specified in the SiteUserName entry. This entry is not required when using the default service account, NetworkService.

Syntax
SitePassword = password
Value Description

password

The password for the service account specified in the SiteUserName entry.

Example
SitePassword = %URwUesd48^#4

SiteUserName

Specifies the user name of the service account to use with UDDI Web services. Using the default service account, NetworkService, is a recommended security practice.

Syntax
SiteUserName = username
Value Description

username

The user name of the service account to use with UDDI Web services.

Example
SiteUserName = NETWORKSERVICE
Comments

The default value is NETWORKSERVICE.