diff options
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> |
