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

Unified Diff: installer/msibuild.cmd

Issue 5673404602515456: Close and reopen IE and engine during intallation (Closed)
Patch Set: Created Feb. 10, 2014, 12:55 p.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
« no previous file with comments | « installer/installer.gyp ('k') | src/engine/Main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/msibuild.cmd
===================================================================
--- a/installer/msibuild.cmd
+++ b/installer/msibuild.cmd
@@ -29,7 +29,7 @@
goto End
:Light
echo on
-light -notidy -nologo -ext WixUIExtension -sval -loc %LOCALE_FILE% -out %MSI_LOCALE% %WIXOBJ%
+light -notidy -nologo -ext WixUIExtension -ext WixUtilExtension.dll -sval -loc %LOCALE_FILE% -out %MSI_LOCALE% %WIXOBJ%
if errorlevel 1 GOTO :Error
@echo off
if "%FLAG%"=="additional" goto Additional
« no previous file with comments | « installer/installer.gyp ('k') | src/engine/Main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld