Search code examples
installshield

Can't access Feature Events in InstallShield 2015


According to documentation on feature settings in InstallShield 2015 I should be able to set feature events, but I only have the General section, no Feature Events and no Run-Time Settings. I'm working on 2015 Professional Edition.

I've also tried adding the event handler from InstallScript, but I don't have a "left event-category list" either.

Is there a specific setting for enabling Feature Events? Or any idea on why I can't use them?


Solution

  • Is there a specific setting for enabling Feature Events?

    Nope

    Or any idea on why I can't use them?

    As per documentation reference you have provided: "Setup Design view of an InstallScript, InstallScript MSI, or InstallScript Object project, the following settings are available in the Feature Events area" Basically what it says, you need to create these specific types of project. You probably created "BasicMSI" type of the project, which is default I believe. Please make sure you use project type which supports InstallScript or Refer to "Sequences" section of "Behavior and Logic" of BasicMSI type of the project.