There are two types of custom actions in installshield namely in-built and user-defined. I want to use installshield's built-in custom action named ISSQLServerValidate
to check if it is possible connect to a given SQL Server instance or not using a user credential provided by the user. Detail of the in-built custom action ISSQLServerValidate
is present here. I'm working on a Basic MSI project.
But when I go to either User Interface
or Execute
sequences I don't see it at all. I'm able to see whole lot of Standard actions (e.g. AppSearch, LaunchConditions) and many other in-built custom actions (e.g. ISPreventDowngrade, setUserProfileNT etc.).
Why ISSQLServerValidate
in-built custom action is not visible in my project?