# HG changeset patch # User Steve Dower # Date 1442256812 25200 # Mon Sep 14 11:53:32 2015 -0700 # Branch 3.5 # Node ID a10e148855c10e980f009c96c738a415e8a0b4f0 # Parent c7a03b14782be4b930c98d040d05cb5cb3e57866 Closes #25102: Windows installer does not precompile for -O or -OO. diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -102,6 +102,8 @@ Windows ------- +- Issue #25102: Windows installer does not precompile for -O or -OO. + - Issue #25112: Windows installer assigns non-existent icons to Python file types diff --git a/Tools/msi/bundle/packagegroups/postinstall.wxs b/Tools/msi/bundle/packagegroups/postinstall.wxs --- a/Tools/msi/bundle/packagegroups/postinstall.wxs +++ b/Tools/msi/bundle/packagegroups/postinstall.wxs @@ -40,23 +40,64 @@ - + + + + + +