cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
herbie68
Level 4

Creating and using extra options in default dialogs

I am creating an InstallScript Installshield

Now I want to create some extra Functionality in the SdAskDestPath Dialog.

Its no probel to ad some new radiobuttons into that control but using them is a different story

How can I use the userinput from those radiobuttons into my script.

I cannot change the way the Dialog is called,SdAskDestPath( szTitle, szMsg, spDir, 0) into SdAskDestPath( szTitle, szMsg, spDir, bRadio1, bRadio2, 0)

So how can I use those new buttons from the dialog.

Or isn't this possible at all?
Labels (1)
0 Kudos
(2) Replies
J_anitha
Level 8

You can create your new dialog through script with EzDefineDialog().
Use CtrlGetText and CtrlSetState to get the control values in script.

rgds,
anitha
0 Kudos
herbie68
Level 4

T:) hank you, I thought i would be able to use one of the default screems, but I have to build one myself. And this only works if I build the dialog from my script, not for example if I create it using the dialog editor which is build in Installshield?
0 Kudos