del /F /Q *x86.cab
del /F /Q *x86_*.mst
)
if "%LANGUAGE%"=="All" GOTO :SKIP_LANGUAGES
FOR %%F in (*%LANGUAGE%*.mst) DO ren "%%F" "%%~nF._mst"
del /F /Q *.mst
FOR %%F in (*._mst) DO ren "%%F" "%%~nF.mst"
:SKIP_LANGUAGES
echo All Done!
Language Selection
Almost all of the files that are installed support MUI and therefore have all language resources
included. However, the shortcuts that are installed are language specific. By default, the shortcuts
are installed in English. To set the language of the shortcuts that are installed, determine the
language transform to use and include its name on the command line when installing the MSI. The
transforms have the same filename as the MSI, followed by an underscore and the language ID. For
example:
msiexec.exe /i D3050x86.msi /qn ENTERPRISE=Yes TRANSFORMS=D3050x86_1034.mst
Below is a table of languages and language IDs to simplify choosing the correct transform. Note:
There is no English transform file since the default language is English.