MsiTabletPC property

The installer sets the MsiTabletPC property to a nonzero value if the current operating system is Windows XP Tablet PC Edition. The installer uses the GetSystemMetrics function with SM_TABLETPC, and the property receives the nonzero value returned by this function. If the current system is not Windows XP Tablet PC Edition, the GetSystemMetrics function returns zero and the installer does not set this property.

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