summaryrefslogtreecommitdiff
path: root/Tools/msi/bundle/bundle.wxl
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 10:15:21 +0000
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 10:15:21 +0000
commitb4c49a7b40ae96dbdc079b40b6c317bd2cbdeb55 (patch)
tree450aeb71ba9d9118732554bb4a7a4a22edc3734d /Tools/msi/bundle/bundle.wxl
parente013b9445b6f9caab1eb30b7785e3690d1bab4df (diff)
parentb98a5f90775e5f59662e452b3b31e0c07efa3d2c (diff)
downloadcpython-b4c49a7b40ae96dbdc079b40b6c317bd2cbdeb55.tar.gz
Issue #22413: Merge StringIO doc from 3.4 into 3.5
Diffstat (limited to 'Tools/msi/bundle/bundle.wxl')
-rw-r--r--Tools/msi/bundle/bundle.wxl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/msi/bundle/bundle.wxl b/Tools/msi/bundle/bundle.wxl
new file mode 100644
index 0000000000..d7a65c48dc
--- /dev/null
+++ b/Tools/msi/bundle/bundle.wxl
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
+ <String Id="CRTDescription">C Runtime Update (KB2999226)</String>
+ <String Id="CompileAllDescription">Precompiling standard library</String>
+ <String Id="CompileAllODescription">Precompiling standard library (-O)</String>
+ <String Id="CompileAllOODescription">Precompiling standard library (-OO)</String>
+</WixLocalization>