diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-03-30 19:46:56 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-03-30 21:57:49 +1000 |
| commit | 0afd76e4c5d46f237591d860e7d445e267522187 (patch) | |
| tree | 9f3b648da7733464c83ba6e253a65a18d17f5583 /src/test/WixToolsetTest.Util/TestData | |
| parent | d74e3dd4bcc573d0c4b1fb5c36c8bf0115cc21a1 (diff) | |
| download | wix-0afd76e4c5d46f237591d860e7d445e267522187.tar.gz wix-0afd76e4c5d46f237591d860e7d445e267522187.tar.bz2 wix-0afd76e4c5d46f237591d860e7d445e267522187.zip | |
Add DetectSHA2Support "search".
Diffstat (limited to 'src/test/WixToolsetTest.Util/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs b/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs index cafd4255..82646b37 100644 --- a/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs +++ b/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | <util:RegistrySearchRef Id="RegistrySearchId" /> | 7 | <util:RegistrySearchRef Id="RegistrySearchId" /> |
| 8 | <util:ProductSearchRef Id="ProductSearchId" /> | 8 | <util:ProductSearchRef Id="ProductSearchId" /> |
| 9 | <util:FileSearchRef Id="FileSearchId" /> | 9 | <util:FileSearchRef Id="FileSearchId" /> |
| 10 | <util:DetectSHA2SupportRef Id="DetectSHA2SupportId" /> | ||
| 10 | 11 | ||
| 11 | <Chain> | 12 | <Chain> |
| 12 | <MsiPackage SourceFile="test.msi"> | 13 | <MsiPackage SourceFile="test.msi"> |
| @@ -32,4 +33,8 @@ | |||
| 32 | <Fragment> | 33 | <Fragment> |
| 33 | <util:FileSearch Id="FileSearchId" Variable="FileSearchVariable" Path="%windir%\System32\mscoree.dll" Result="exists" /> | 34 | <util:FileSearch Id="FileSearchId" Variable="FileSearchVariable" Path="%windir%\System32\mscoree.dll" Result="exists" /> |
| 34 | </Fragment> | 35 | </Fragment> |
| 36 | |||
| 37 | <Fragment> | ||
| 38 | <util:DetectSHA2Support Id="DetectSHA2SupportId" Variable="IsSHA2Supported" /> | ||
| 39 | </Fragment> | ||
| 35 | </Wix> | 40 | </Wix> |
