Installer.CollectUserInfo Method

Windows Installer

Installer.CollectUserInfo Method

The CollectUserInfo method of the Installer object invokes a user interface wizard sequence which collects and stores both user information and the product code.

Syntax

Script
CollectUserInfo(
  Product
)

Parameters

Product

Specifies the product code of the product.

Return Value

This method does not return a value.

Remarks

An application should call the CollectUserInfo method the first time it is run. The CollectUserInfo method opens the product's installation package and invokes an authored user interface wizard sequence which collects user information. Upon completion of the wizard sequence, the collected user information is registered. The UILevel property should be set to msiUILevelFull because this API requires an authored user interface.

The CollectUserInfo method invokes the FirstRun Dialog.

Requirements

VersionWindows Installer 5.0 on Windows Server 2008 R2 or Windows 7. Windows Installer 4.0 or Windows Installer 4.5 on Windows Server 2008 or Windows Vista. Windows Installer on Windows Server 2003, Windows XP, and Windows 2000
DLLMsi.dll
IIDIID_IInstaller is defined as 000C1090-0000-0000-C000-000000000046

See Also

MsiCollectUserInfo

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.