commit | 425ec150ea52a5c164d0770df251381159bb54bb | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@microsoft.com> | Sun Oct 09 20:18:52 2016 -0700 |
committer | Steve Dower <steve.dower@microsoft.com> | Sun Oct 09 20:18:52 2016 -0700 |
tree | 98949edd89999228957911b793f367ff0a6dbe4f | |
parent | b1321fba53123fde88278e074b1e16ed206a18ad [diff] [blame] |
Issue #28402: Adds signed catalog files for stdlib on Windows.
diff --git a/Tools/msi/common.wxs b/Tools/msi/common.wxs index 1949e81..398d94a 100644 --- a/Tools/msi/common.wxs +++ b/Tools/msi/common.wxs
@@ -63,7 +63,9 @@ <!-- Top-level directories --> <Fragment> <DirectoryRef Id="InstallDirectory"> - <Directory Id="DLLs" Name="DLLs" /> + <Directory Id="DLLs" Name="DLLs"> + <Directory Id="Catalogs" /> + </Directory> </DirectoryRef> </Fragment>