cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
alancc
Level 6

Where can I set the different languages of EULA documents?

Jump to solution

Hi,

My InstallShield project is Basic MSI. Now I want to set different EULA documents for different languages. How do so?

 

Labels (1)
0 Kudos
(1) Solution
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

In your project navigate to this location:

USER INTERFACE > Dialogs > License Agreement

If you expand "License Agreement" you should see all the languages that you have added to your project as each one will have its own dialog.

As an example:

- Select English
- click the Scrollable Text window on the dialog
- This will open its settings in the far right window
- locate File Name, and use this to point to your English Eula.rtf file

Simply select a different language for the License Agreement dialog and repeat the process pointing to a different Eula.rtf

Capture1 - Copy.JPG

Capture2 - Copy.JPG

View solution in original post

0 Kudos
(2) Replies
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

In your project navigate to this location:

USER INTERFACE > Dialogs > License Agreement

If you expand "License Agreement" you should see all the languages that you have added to your project as each one will have its own dialog.

As an example:

- Select English
- click the Scrollable Text window on the dialog
- This will open its settings in the far right window
- locate File Name, and use this to point to your English Eula.rtf file

Simply select a different language for the License Agreement dialog and repeat the process pointing to a different Eula.rtf

Capture1 - Copy.JPG

Capture2 - Copy.JPG

0 Kudos

@shunt 

Is there a way to set multiple projects to use the same EULA file for a specific language in batch?

 

I have 30 projects. And for each project, I need to set 35 EULA files for 35 languages. So in total, it is 30 * 35. It is time-consuming to set manually.

Or does InstallShield has an API so that I can call it to do the changes?

0 Kudos