| Index: installer/msibuild.cmd |
| =================================================================== |
| --- a/installer/msibuild.cmd |
| +++ b/installer/msibuild.cmd |
| @@ -32,6 +32,10 @@ |
| set CULTURES=-cultures:%LOCALE_NAME% |
| goto Light |
| ) |
| +if "%FLAG%"=="notransforms" ( |
| + set CULTURES= |
| + goto Light |
| +) |
| echo First argument must be either 'initial' or 'additional' |
| exit /b 1 |
| goto End |
| @@ -41,6 +45,7 @@ |
| if errorlevel 1 GOTO :Error |
| @echo off |
| if "%FLAG%"=="additional" goto Additional |
| +if "%FLAG%"=="notransforms" goto End |
| :Initial |
| echo on |
| copy %MSI_LOCALE% %MSI_INTERIM% |