MSIARPSETTINGSIDENTIFIER property

The MSIARPSETTINGSIDENTIFIER property contains a semi-colon delimited list of the registry locations where the application stores a user's settings and preferences. During an operating system upgrade, setup can use this information to improve the experience of users who are migrating applications.

The value of the MSIARPSETTINGSIDENTIFIER property is literal text that contains the list of registry locations where the application stores its settings. The value can specify multiple possible registry locations. Separate multiple registry locations by using semi-colons. Application settings are typically stored in the HKCU or HKLM registry hives in the form: Company\Application\Version. The following example is a possible value for the MSIARPSETTINGSIDENTIFIER property.

MyCompany\AppSuite\1.0;MyCompany\App1\1.0;MyCompany\App2\1.0

This property is optional and can be set in the Property table. If this property appears in the Property table, the value must not be set to NULL.

Requirements

Requirement Value
Version
Windows Installer 5.0 on Windows Server 2012, Windows 8, 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 4.5 on Windows Server 2003 or Windows XP. See the Windows Installer Run-Time Requirements for information about the minimum Windows service pack that is required by a Windows Installer version.

See also

Properties

Not Supported in Windows Installer 3.1 and earlier versions