ISUWP06

InstallShield 2016

ISUWP06 applies to UWP app scenarios.

Message (Warning)

File [1] in Component [2] is a 16-bit file. 64-bit systems do not support 16-bit applications.

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

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

Description

ISUWP06 checks for the presence of 16-bit files. All server installations are 64-bit platforms and 64-bit platforms do not support 16-bit files.

Corrective Action

A corrective action is only necessary if the file is loaded and executed at run-time. Data files that happen to be 16-bit or 32-bit are not a problem. If the flagged 16-bit file is loaded and executed at run-time, replace it with a 64-bit file.

See Also