TheRocket
Posts: 31
Joined: Thu Jul 26, 2012 6:55 pm

Prerequisite selector column width

Hi!

I was looking to set the prerequisite selector larger in my dialog, and also looking to increase the column width for the prerequisite name, detected version, action, etc.

Do you have quick information about changing the width of the columns in the prerequisite selector control, and what the values in curly brackets ({}) means?

I'm currently on Advanced installer v 16.9

Thanks!
Catalin
Posts: 6586
Joined: Wed Jun 13, 2018 7:49 am

Re: Prerequisite selector column width

Hello,
Do you have quick information about changing the width of the columns in the prerequisite selector control, and what the values in curly brackets ({}) means?
The values between the curly braces represent the width of the column. It looks something as it follows:

Code: Select all

{110}{100}{70}{70}Name,Required,Found,Action
where:

- 110 is the width of the "Name" column

- 100 is the width of the "Required" column

- etc.

Hope this helps.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”