Tagged Questions

Multilingual User Interface (MUI) is a internationalization/localization technology in Windows. MUI can also refer to the Modern User Interface which is included in NSIS. It is used to create a customized installer UI.

learn more… | top users | synonyms

2
votes
1answer
436 views

using nsis installer, adding custom radiobuttons, calling sections according to radiobutton chosen

I want that if none of the RadioButtons are selected , then ,when the Next button is pressed, then it should give an alert that PLEASE CHOSE ATLEAST ONE ITEM, and it should not go to the next ...
2
votes
1answer
392 views

How can I modify the text in the MUI_WELCOME_PAGE when using MUI2 for NSIS?

I want to add a label displaying the full version-string in the welcome screen in the installer I am creating using NSIS with MUI2. I have searched for info on how to do this, but only found ...
1
vote
1answer
161 views

NSIS concatenating part of two strings

I am trying to sort of merge two strings together in NSIS. I have two strings 2.1.3.0 and 0.0.0.27269 and the string I want to create from them is 2.1.3.27269 My attempts thus far haven't worked, ...
1
vote
1answer
473 views

NSIS Check Textbox empty not working

I'm trying to display a page in NSIS to obtain two different values. I want both to be not empty. The page actually displays altough I can't get my page leave function to check properly for empty ...
1
vote
1answer
127 views

What is the easiest way to add a page to ask for a string in NSIS using MUI?

I'm an NSIS novice. I'm using the NSIS editor, and the built-in wizard to create a basic installer. I've figured out how to add a second page to ask the user for an alternate folder (install path vs ...
1
vote
1answer
437 views

MFC localization not working with MUI install of Windows 7

OK, so we're writing our MFC application to make use of the built-in localization support with satellite DLL's since MFC 7. Everything seem to be working fine, except that my Windows 7 Enterprise ...
1
vote
2answers
466 views

How to detect that for current locale if MUI pack of Office is installed or not from C#

How to detect that for current locale if MUI pack of Office is installed or not from C#
0
votes
1answer
17 views

How to open *.mui files in C:\Windows\System32\en-US?

Is there any tool to open mui files or extract text recources from these files? Want to extract these sentences as reference when writing lables and popup messages in our software. Thanks in advance.
0
votes
0answers
139 views

Windows 7 MUI English lb.cab file [closed]

Can anyone give me a link to a english Windows 7 Home lb.cab file? I found online several .exe self extracting files, but none of them work (run with admin rights, they create a lb.cab and delete it ...
0
votes
1answer
154 views

Centering NSIS MUI Header image

As I have read so far, it seems that the header image of a wizard page created by NSIS MUI can be only left or right aligned? Is there any possibility of centering the image? Thanks
0
votes
1answer
560 views

Customizing an exsisting NSIS MUI2 page

I have added a checkbox successfully to nsis installer's finish page defining functions for MUI_PAGE_CUSTOMFUNCTION_PRE and MUI_PAGE_CUSTOMFUNCTION_SHOW in finish page using MUI. But if I include ...
0
votes
2answers
128 views

nsis installer autoexits/ closes automatically , i am using pre and show functions to show a directory MUI page

i am building an installer using nsis. i have added 5 buttons using resource hacker on the Directory Page Dialog of the installer. also i have defined these functions: !define ...
0
votes
1answer
85 views

button plugin not working for more than one button in MUI NSIS Installer

In GetButtonID function, when more than one button event handler is given ,then it autoexits before showing the Directory MUI page dialog. But, when only one button event handler is given , then the ...
0
votes
0answers
43 views

button event not working , how to give event handlers for 5 buttons in a mui page dialog of nsis installer

i have added a custom button with ID=1200 using resource hacker in the Directory MUI Page Dialog. But the ButtonEvent is not working. The code is as below: !include "MUI2.nsh" !include ...
0
votes
1answer
462 views

hide section in nsis installer conditionally on choice of radiobuttons

How can a section be hidden conditionally on check or uncheck of RadioButtons in MUI NSIS installer Components Page dialog. I have added 2 RadioButtons, DEMO & BACKUP. When user chooses, DEMO ...
0
votes
1answer
451 views

Adding custom labels in NSIS dialog pages, showing and hiding labels in NSIS MUI Directory pages conditionally, how to get the ids of labels

How to hide a Custom LABEL added on the Directory Page Dialog of the NSIS installer. The LABEL is added using the Resource Hacker and its id is 1300 How to change the text of the LABEL conditionally? ...
0
votes
1answer
273 views

Calling PRE functions of MUI in NSIS installer, skipping pages/dialogs in NSIS installer

Can PRE function of a MUI dialog be called only when required? !define MUI_PAGE_CUSTOMFUNCTION_PRE SkipComponentsPage !insertmacro MUI_PAGE_COMPONENTS Function SkipComponentsPage Abort MessageBox ...
0
votes
1answer
288 views

fill directory textbox on button click in MUI NSI Installer , using ButtonEvent plug-in

i have added custom button using Resource Hacker on the MUI Directory Page of the installer, now i want that when the button is clicked then the Default Textbox where the user enters the InstallDir ...
0
votes
1answer
183 views

multilingual website , including lists, libraries and workflows in sharepoint 2010

How can I create a list using the variation, actually I need to create couple of lists which supports almost 10 different languages. I am trying to achieve this using variation - Created a ...
0
votes
0answers
447 views

Sharepoint 2010 multilingual website

We need to create a multilingual website in sharepoint 2010. We have gone through variations and content deployment features provided by sharepoint 2010 but they have limitations in allowing user to ...
0
votes
3answers
350 views

How do I determine the user's language in Visual C++?

I've been searching msdn forever now without a straight answer. Is there a way to simply get the user's language? I don't want to load any resources or anything at this point, I just want to get ...
0
votes
2answers
279 views

Why is EnumUILanguages returning only one language?

I'm using the Win API function EnumUILanguages on a Windows XP Embedded build that has Chinese and French shell language packs (MUI) installed, however the API call only returns one language code: ...
0
votes
1answer
798 views

How to make a SectionGroup mandatory in NSIS script

In an NSIS MUI script it is possible to make a section compulsory by adding "SectionIn RO" to the section. I would like to specify that the entire SectionGroup is compulsory. I know I can make each of ...
0
votes
1answer
187 views

Effects of calling SetThreadUILanguage

What are the effects of calling SetThreadUILanguage in an applicaton? Will it cause captions like "OK" and "CANCEL" on a MessageBox to appear in the language set through this API? If the captions do ...
0
votes
1answer
572 views

NSIS license page

Is there anyway you could resize the rich textbox in the license page of an NSIS installer? Thanks...
0
votes
2answers
186 views

Localization, MUI and the CLR

I am having some strange behavior when attempting to view my app in a different language. When using a box with a MUI installed (German in this case) and I switch the language to German (the setting ...
-1
votes
1answer
26 views

NSIS Multiple components option

I am a newbie in NSIS. I need some help regarding the MUI Components page. I am adding 3 section Group and different sections inside the Section Groups. I need to do different actions based on the ...