changeset: 98179:31b230e5517e branch: 3.5 user: Steve Dower date: Tue Sep 22 16:45:19 2015 -0700 files: Misc/NEWS Tools/msi/bundle/bundle.wxl Tools/msi/bundle/packagegroups/postinstall.wxs description: Issue #25102: Windows installer does not precompile for -O or -OO. diff -r 94ea3e05817f -r 31b230e5517e Misc/NEWS --- a/Misc/NEWS Tue Sep 22 16:36:33 2015 -0700 +++ b/Misc/NEWS Tue Sep 22 16:45:19 2015 -0700 @@ -150,6 +150,8 @@ Windows ------- +- Issue #25102: Windows installer does not precompile for -O or -OO. + - Issue #25081: Makes Back button in installer go back to upgrade page when upgrading. diff -r 94ea3e05817f -r 31b230e5517e Tools/msi/bundle/bundle.wxl --- a/Tools/msi/bundle/bundle.wxl Tue Sep 22 16:36:33 2015 -0700 +++ b/Tools/msi/bundle/bundle.wxl Tue Sep 22 16:45:19 2015 -0700 @@ -2,4 +2,6 @@ C Runtime Update (KB2999226) Precompiling standard library + Precompiling standard library (-O) + Precompiling standard library (-OO) diff -r 94ea3e05817f -r 31b230e5517e Tools/msi/bundle/packagegroups/postinstall.wxs --- a/Tools/msi/bundle/packagegroups/postinstall.wxs Tue Sep 22 16:36:33 2015 -0700 +++ b/Tools/msi/bundle/packagegroups/postinstall.wxs Tue Sep 22 16:45:19 2015 -0700 @@ -40,23 +40,64 @@ - + + + + + +