I have several of these discreptions for sections in the installer, these are english translations and I want to be able to specofy other lines that have a german translation of the same thing.
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
!insertmacro MUI_DESCRIPTION_TEXT ${SecDummy} "PROGRAM_1(ENGLISH)"
!insertmacro MUI_DESCRIPTION_TEXT ${SecDummy2} "PROGRAM_2(ENGLISH)"
!insertmacro MUI_DESCRIPTION_TEXT ${SecDummy3} "PROGRAM_3(ENGLISH)"
!insertmacro MUI_DESCRIPTION_TEXT ${SecDummy4} "PROGRAM_4(ENGLISH)"
!insertmacro MUI_DESCRIPTION_TEXT ${SecDummy5} "PROGRAM_5(ENGLISH)"
!insertmacro MUI_FUNCTION_DESCRIPTION_END
How do I display a custom page in english and when you select German, it will display a different custom user page
Page custom CustomPageB
and how do I start the messenger service on the install computer?