ISBP18
InstallShield 2024
Project:
• | Basic MSI |
• | InstallScript MSI |
• | MSI Database |
Message (Error)
File [1] in Component [2] imports obsolete 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 obsolete API that the file uses.
Description
ISBP18 verifies that none of the .dll or .exe files in your project use obsolete kernel APIs.
Corrective Action
To resolve this validation error, replace the file with an updated version that does not use the obsolete 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