summaryrefslogtreecommitdiffstats
path: root/Tools/msi/msi.props
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-07-16 23:33:55 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-07-16 23:33:55 (GMT)
commit2237bdc595e3d33f941c40108eddfa262c19d960 (patch)
tree174fef339e6a87b1d4cab69f631dacf16abfe45b /Tools/msi/msi.props
parent8cc80f1d8199a29a432c8caeb3142f9aa35012fd (diff)
downloadcpython-2237bdc595e3d33f941c40108eddfa262c19d960.zip
cpython-2237bdc595e3d33f941c40108eddfa262c19d960.tar.gz
cpython-2237bdc595e3d33f941c40108eddfa262c19d960.tar.bz2
Adds option to install launcher for all users even when installing Python just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed.
Enables installer builds with the the text marker. Allows simple installs to include a custom description.
Diffstat (limited to 'Tools/msi/msi.props')
-rw-r--r--Tools/msi/msi.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/msi/msi.props b/Tools/msi/msi.props
index 2d13aef..29be129 100644
--- a/Tools/msi/msi.props
+++ b/Tools/msi/msi.props
@@ -81,10 +81,10 @@
<DefineConstants Condition="'$(CRTRedist)' != ''">
$(DefineConstants);CRTRedist=$(CRTRedist);
</DefineConstants>
- <DefineConstants Condition="$(Configuration) != 'Debug'">
+ <DefineConstants Condition="$(UseTestMarker) != 'true'">
$(DefineConstants);TestPrefix=;FileExtension=py;
</DefineConstants>
- <DefineConstants Condition="$(Configuration) == 'Debug'">
+ <DefineConstants Condition="$(UseTestMarker) == 'true'">
$(DefineConstants);TestPrefix=x;FileExtension=px;
</DefineConstants>
<DefineConstants Condition="$(Platform) != 'x64'">