cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
shubhamm
Level 3

Not able to add Dialog Boxes during Installer Creation

Hello,

I am using InstallSheild 2020 R3 SP1, I need help with adding dialog boxes while creating the installer.
I am not able to update sequence and also not able to remove the add customer information dialog box which is added by default.

Labels (1)
0 Kudos
(5) Replies
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

The sequence which Basic MSI dialogs are displayed is controlled by Events on the "Back" and "Next" buttons.

In the screenshot below you can see the "NewDialog" event on the Next button on the "InstallWelcome" dialog.

Capture.JPG

 

If you wanted the "Next" button on the InstallWelcome dialog to open a different dialog simply click the Dialog Name Value and choose it from the drop down.

It is the same process for the "Back" buttons which makes sure that everything flows in order.


With regards to creating a new Dialog, please see the following article:
"Adding a New Dialog":
https://docs.revenera.com/installshield/helplibrary/TutorialUIFns.htm#tutorialbasicmsi_2315431981_1021974

0 Kudos

Hello I Tried doing the same as you asked me but still was not able to do, I am not able to modify the behavior of the dialog box please find attached image.

 

 

0 Kudos
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

It looks like you are using either an Installscript or Installscript MSI project.

The dialogs for these project types are handled directly by Installscript and this is different to a Basic MSI project.

Most of the user interface of an InstallScript or InstallScript MSI installation is defined in event handlers such as OnFirstUIBefore and OnFirstUIAfter.

There is a wealth of knoweledge on how to create and edit Installscript dialogs in our documentation which you can read through at the link below.
Be sure to also browse the left side menu in the link which provides different articles regarding Installscript dialogs.

https://docs.revenera.com/installshield/helplibrary/Dialog_DisplayStandard.htm#definingenduserinterface_1416469583_1110256

 

0 Kudos

I will try this and update you but what about the Default dialog boxes which pops up when I install installer for example the customer information dialog box, I don't want that how should I remove that.

0 Kudos

Hello shunt,

Thanks for your help, I am able to create dialog boxes now, I would appreciate more if you help me on one more thing I want to create a screen where user should be able to select few option through check boxes.
Please note: These are not feature so I cannot use sdAskOPtionList and if you are suggesting me to use that, then please help me with how to edit the options

0 Kudos