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

Unified Diff: installer/src/msi/adblockplusie.wxs

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
« installer/installer.gyp ('K') | « installer/msibuild.cmd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/msi/adblockplusie.wxs
===================================================================
--- a/installer/src/msi/adblockplusie.wxs
+++ b/installer/src/msi/adblockplusie.wxs
@@ -60,6 +60,12 @@
<?error Unsupported value of sys.BUILDARCH=$(sys.BUILDARCH)?>
<?endif?>
+<?ifdef NoTransforms?>
+ <?define SupportedLanguages="9"?>
+<?else?>
+ <?define SupportedLanguages="9,1,7,12,16,19,1026,1027,1029,1030,1032,1034,1035,1037,1038,1041,1044,1045,1046,1048,1049,1050,1051,1053,1054,1055,1058,1061,2052,2070"?>
+<?endif?>
+
<!--
The current directory when the compiler runs is "installer/build/<arch>".
Most assets are based in the root directory, three levels up.
@@ -112,7 +118,7 @@
Comments="Thank you for using Adblock Plus."
Manufacturer="Eyeo GmbH"
InstallerVersion="$(var.Minimum_Version)"
- Languages="9,1,7,12,16,19,1026,1027,1029,1030,1032,1034,1035,1037,1038,1041,1044,1045,1046,1048,1049,1050,1051,1053,1054,1055,1058,1061,2052,2070"
+ Languages="$(var.SupportedLanguages)"
Compressed="yes"
InstallScope="perMachine" InstallPrivileges="elevated"
/>
« installer/installer.gyp ('K') | « installer/msibuild.cmd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld