sonu
Posts: 148
Joined: Tue Oct 30, 2012 10:04 am

How do i increase any condition length on "Control Condition" on dialogs.

How do i increase any condition length on "Control Condition" on dHi Team,

How do i increase any condition length on "Control Condition" on dialogs. I refered to the mentioned localize the [Yes] and [No] button in a “Display message forum discussion .. is this going usefull for me

Im afraid to follow and use the process defined in the Url


"However, if you also want to be able to add a longer condition into that field, you can follow the steps below:
- go at the following path "C:\Program Files (x86)\Caphyon\Advanced Installer 11.1\fragments\"
- open the "Validation.aip" file in a text editor and search for the following row:

Code: Select all
<ROW Table="ControlEvent" Column="Condition" Category="Condition" Description="A standard conditional statement that specifies under which conditions an event should be triggered." Options="3" ColumnType="1" ColumnIndex="4" ColumnSize="255"/>

- set the "ColumnSize" to "0" and save it
- reopen your .AIP (project file), go in the Table Editor page, "ControlEvent" table
- find the control event that you want to modify, in your case:

Code: Select all
ConfigureDlg Next NewDialog DirAppConnectionDlg Condition

- double-click in the "Condition" column, then go at the end of the already written condition and add to it the property that you need
- build and run the project"


Thanks,
Pradeep
sonu
Posts: 148
Joined: Tue Oct 30, 2012 10:04 am

Re: How do i increase any condition length on "Control Condition" on dialogs.

hi,

Pls come up with your comments, solution is demanding at our end.

Thanks,
Pradeep.
Eusebiu
Posts: 4959
Joined: Wed Nov 14, 2012 2:04 pm

Re: How do i increase any condition length on "Control Condition" on dialogs.

Hi Pradeep,

Can you please tell me exactly where do you want to use a longer condition, so I can be sure if the solution described in the mentioned thread works for you?

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”