Today, found the "Chenge" can not be localized in MaintenanceTypeDlg. The following line in UI.aip file needs to be revised.
Need to as following, because the CtrlEvtchanges Property has been defined as the Change in Property table.<ROW Dialog_="CustomizeDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="InstallMode = "Change"" Ordering="2"/>
<ROW Dialog_="CustomizeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="(NOT Installed) OR (InstallMode = "Change")" Ordering="2"/>
<ROW Dialog_="MaintenanceTypeDlg" Control_="ChangeButton" Event="[InstallMode]" Argument="Change" Condition="1" Ordering="1"/>
<ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="CustomizeDlg" Condition="AI_MAINT AND (InstallMode= "Change")" Ordering="2"/>
Zhanks,<ROW Dialog_="CustomizeDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="InstallMode = CtrlEvtchanges" Ordering="2"/>
<ROW Dialog_="CustomizeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="(NOT Installed) OR (InstallMode = CtrlEvtchanges)" Ordering="2"/>
<ROW Dialog_="MaintenanceTypeDlg" Control_="ChangeButton" Event="[InstallMode]" Argument="[CtrlEvtchanges]" Condition="1" Ordering="1"/>
<ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="CustomizeDlg" Condition="AI_MAINT AND (InstallMode= CtrlEvtchanges)" Ordering="2"/>
Zhang Shangyi