Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/msibuild.cmd

Issue 5752158993514496: Issue 1578 - Add notransforms installer for installations using Group Policy Object (Closed)
Patch Set: Created Dec. 11, 2014, 3:01 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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%

Powered by Google App Engine
This is Rietveld