Skip to main content

XPackageIsPackagedProcess

Returns a Boolean that indicates whether the current process has an installation identity.

Syntax

Parameters

None.

Return value

Type: bool If the process has an installation identity, it returns true. Otherwise, it returns false.

Remarks

You can determine whether a game is fully installed. The following code example works for packaged MSICVC games and for loose deployments. The return value bool *isInstalled is set to true if the game is fully installed.

Requirements

Header: XPackage.h Library: xgameruntime.lib Supported platforms: Windows, XBOX One family consoles and XBOX Series consoles

Conceptual documentation

See also

Overview of Packaging
Streaming Installation and Intelligent Delivery
XPackage
Last modified on August 20, 2026