iTixRuntime::IsNT

Returns nonzero if the installer is running on a Windows NT-based platform (Windows NT4, 2000, XP, Server 2003), or FALSE (zero) if not.

BOOL IsNT(void);

Parameters

none

Return value

Nonzero if the installer runs on a Windows NT-based platform, or FALSE (zero) if not.