ISUWP11

InstallShield 2016

ISUWP11 applies to UWP app scenarios.

Message (Error)

File [1] in Component [2] imports API [3]. Applications in UWP app packages are not allowed to set a custom Application User Model ID.

[1] is the name of a file in the project.

[2] is the name of a component in the project.

[3] is the name of an API.

Description

ISUWP11 checks for the presence of executable files that set a custom Application User Model ID.

Corrective Action

Code-based removal of the offending API call is required. A UWP app will set an Application User Model ID for you.

See Also