OnLogonUserSetMsiProperties

InstallShield 2016 » InstallScript Language Reference

Project • This information applies to InstallScript MSI projects.

The OnLogonUserSetMsiProperties event handler sets the Windows Installer properties for the logon user support that is described for InstallScript MSI projects in Adding the Ability to Create or Set an Existing User Account. Specifically, OnLogonUserSetMsiProperties sets the following

The Windows Installer property IS_NET_API_LOGON_USERNAME is set to the InstallScript variable IFX_NETAPI_USER_ACCOUNT
The Windows Installer property IS_NET_API_LOGON_PASSWORD is set to the InstallScript variable IFX_NETAPI_PASSWORD
The Windows Installer property IS_NET_API_LOGON_GROUP is set to the InstallScript variable IFX_NETAPI_GROUP.

The IFX_NETAPI_* variables are set to the values of the input fields in the SdLogonUserInformation and related dialogs.