Change MS Patch custom language
Posted
by nelusan
on Stack Overflow
See other posts from Stack Overflow
or by nelusan
Published on 2010-06-08T10:16:51Z
Indexed on
2010/06/08
10:22 UTC
Read the original article
Hit count: 258
How can I change the default UI language when installing a patch/update?
The problem is that the patch takes the initial language in which the setup to be patched was installed and not the current system language (defined in Reginal Settings/Advanced Options). I wonder if there is a property or switch that I can pass to a msp file to change its UI language.
Example:
I created 'setup_v00.exe' (english and french) and a patch 'update_v00_v01.exe' (english and french);
with system language = english, 'setup_v00.exe' installs in english;
change system language in french;
with system language = french, 'update_v00_v01.exe' still installs in english but I want it to install with a french interface;
© Stack Overflow or respective owner