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

Unified Diff: installer/msibuild.cmd

Issue 4565805475823616: Issue 1984 - Do not use VBScript in installer build tools (Closed)
Patch Set: Created April 13, 2015, 10:39 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/emb.vbs ('k') | no next file » | 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
@@ -56,7 +56,7 @@
echo on
msitran -g %MSI_BASE% %MSI_LOCALE% %MST%
if errorlevel 1 GOTO :Error
-cscript ..\..\emb.vbs %LOCALE_ID% %MSI_INTERIM% %MST%
+python ..\..\emb.py %LOCALE_ID% %MSI_INTERIM% %MST%
if errorlevel 1 GOTO :Error
@echo off
goto End
« no previous file with comments | « installer/emb.vbs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld