Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9236341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T07:16:09+00:00 2026-06-18T07:16:09+00:00

I am trying to compile installer using Inno Setup Compiler 5.5.3 (a). I already

  • 0

I am trying to compile installer using “Inno Setup Compiler 5.5.3 (a)”. I already included 2 different languages (using default .isl for specific language), but not I can not figure out how to change “Description” field of every type I have (i.e. “full”, “compact” and “custom”) differently for each language, but keep any other functionality, i.e. “Name” of type should stay the same.
My code now look like this:

[Languages]
Name: "en"; MessagesFile: "compiler:Default.isl"
Name: "sl"; MessagesFile: "compiler:Slovenian.isl"

[Types]
Name: "full"; Description: "Full installation"; Languages: en 
Name: "compact"; Description: "Compact installation"; Languages: en
Name: "custom"; Description: "Custom installation"; Languages: en; Flags: iscustom

How can I do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T07:16:10+00:00Added an answer on June 18, 2026 at 7:16 am

    Dont use the languages parameter of the [Types] section, unless you want some installer type to apply only to a specific language or language set.

    To provide translations to the displayed type names, use the [CustomMessages] section, like this:

    [CustomMessages]
    en.TypeFullDesc=Create a &desktop icon
    es.TypeFullDesc=Crear ícono en el &escritorio
    sl.TypeFullDesc=The way you say create desktop icon in Slovenian
    
    [Tasks]
    Name: "full"; Description: {cm:TypeFullDesc}; 
    

    The prefix in the CustomMessages section is used to identify to which language the entry applies.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a VB6 application, the installer is compiled using INNO Setup. The installer
I installed dmd (2.0 ?) using the windows installer and am trying to compile
When trying to compile this code: #include <iostream> #include <vector> using namespace std; class
While trying to compile a 64 bit linux kernel using gcc, I see the
I am trying to compile perl and perl-native using OpenEmbedded recipes. In my Linux
I'm trying to compile a .cs file using a CSharpCodeProvider from a .net 3.5
I am trying to compile this simple C# code on OS X: using System;
I am trying to compile go file using gccgo , i installed on my
I am trying to compile qt 4.7.4 using the angstrom tool chain installed at
I'm trying to compile a java program that is using JavaDB/Derby. On the command

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.