cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mayurbirari
Level 5

How to change the dialog size from installscript?

I want to put a kind of an Advanced button on the dialog. After clicking this button, I want to show some additional controls for advanced settings and also to increase the dialog size from installscript.

How can I do this?
I'm using pure installscript proj.

Thanks,
Mayur.
Labels (1)
0 Kudos
(3) Replies
Gvarma
Level 7

mayurbirari wrote:
I want to put a kind of an Advanced button on the dialog. After clicking this button, I want to show some additional controls for advanced settings and also to increase the dialog size from installscript.

How can I do this?
I'm using pure installscript proj.

Thanks,
Mayur.


Go to Dialog Editor, Select the Dialog you want to modify, right click on Dialog and select Edit, Select English, in the property pane to the right you can change Height and Width of the dialog box.

HTH
0 Kudos
mayurbirari
Level 5

Thanks for the reply.

But I would like to do it in the installscript dynamically after clickofa button.
0 Kudos
Gvarma
Level 7

mayurbirari wrote:
Thanks for the reply.

But I would like to do it in the installscript dynamically after clickofa button.


The you will have to use windows api...look at SendMessage win API.

HTH
0 Kudos