summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorgrt <grt@chromium.org>2015-03-19 14:46:07 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-19 21:46:53 +0000
commit819da16a0d1246383bb8fe3c483fe7ace98a60b7 (patch)
tree465d1d17c6b9440f147008c6d733c34558b68c75 /remoting
parentfb02b55ace19cd2d38114432b7d2b44e1635a605 (diff)
downloadchromium_src-819da16a0d1246383bb8fe3c483fe7ace98a60b7.zip
chromium_src-819da16a0d1246383bb8fe3c483fe7ace98a60b7.tar.gz
chromium_src-819da16a0d1246383bb8fe3c483fe7ace98a60b7.tar.bz2
Suppress MSI/MSM validation when building remoting MSI.
I believe this will unblock a required migration in our signing infrastructure. BUG=none R=garykac@chromium.org Review URL: https://codereview.chromium.org/1020823003 Cr-Commit-Position: refs/heads/master@{#321438}
Diffstat (limited to 'remoting')
-rw-r--r--remoting/host/installer/win/parameters.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/installer/win/parameters.json b/remoting/host/installer/win/parameters.json
index 47b4f04..b645f96 100644
--- a/remoting/host/installer/win/parameters.json
+++ b/remoting/host/installer/win/parameters.json
@@ -23,6 +23,7 @@
"light": {
"switches": [
"-cultures:en-us",
+ "-sval",
"-sw1076"
]
}