ISICE21

InstallShield 2015

Project: This information applies to the following project types:

• Basic MSI
• InstallScript MSI
• MSI Database

Message (Error)

File '[1]' in Component '[2]' depends on the VB6 runtime.

[1] is the name of a file that requires the Visual Basic 6 runtime. [2] is the name of the component that contains that file.

Description

ISICE21 verifies that your product does not depend on the Visual Basic 6 runtime.

Corrective Action

To resolve this validation error, consider the following options:

• If the file is in a component that your product no longer uses, remove the file and its component from your project. Consider using a newer language such as Visual Basic .NET for the creation of your file.
• Remove the file and its component from your project and replace them with new versions that do not rely on the Visual Basic 6 runtime.

If neither of those options are feasible for your product, your installation will not qualify for the Windows logo program.

See Also