Loading
  • Community Manager (Flexera Software)

    What type of project? If InstallScript or InstallScript MSI, you can open the InstallScript view and then select every event handler function name (OnBegin, OnFirstUIBefore, OnMoving, etc.) from every category, and InstallShield will paste in the default code it's calling behind the scenes. (You might want to perform this exercise on a new, blank project, if you're just curious about it.)
  • No just like the software InstallAware i want to be able the view all the code done to make a project. This is a example take from installaware(trial) but i'm sure is able to see that in InstallShield and not only some event.

     

    SET VARIABLE TEST

     

    DISPLAY DIALOG WELCOME MODAL

     

    IF TEST = NEXT

     

    DISPLAY DIALOG TERMINATE

     

    ....

     

     

    I want to be able to choose the order of the dialog display in code. Make some condition, label, manage everything by my self like program code. For the type of the project i don't make one i just try to find the type to do want i want.

     

    Thanks

     

    Eric Riendeau
    Expand Post
  • or if somebody have a way to change the order of the screen display on the setup to able to plug a custom dialog between basic dialog (i.e. between welcome and chosse folder dialog). And i want to be able to go to pick the value was entered on one of the control. If somebody was a exemple to do that was very very aprreciate.

     

     

    Thanks to all

     

    Eric RIendeau
    Expand Post
  • Community Manager (Flexera Software)

    What type of project are you using, MSI or InstallScript? (When you have your project open with InstallShield, the project type should be listed in the caption bar.) In either case, there's some functionality for including and removing common dialog boxes in the Project Assistant...

Loading
Editing the Entire script