ISBP19
InstallShield 2024
Project:
• | Basic MSI |
• | InstallScript MSI |
• | MSI Database |
Message (Error)
File [1] in Component [2] imports deprecated API [3].
[1] is the name of a file in your project, and [2] is the name of the component that contains the file. [3] is the name of the deprecated API that the file uses.
Description
ISBP19 verifies that none of the .dll or .exe files in your project use deprecated kernel APIs.
Corrective Action
To resolve this validation error, replace the file with an updated version that does not use the deprecated API. Note that to create the updated version, you may need to rewrite and rebuild the .exe or .dll file. If the .exe or .dll file is from a third-party vendor, contact the vendor to request an updated version.
See Also