diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/CopyFile')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/CopyFile/CopyFile.wxs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/CopyFile/CopyFile.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/CopyFile/CopyFile.wxs index 66208806..90d66cc3 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/CopyFile/CopyFile.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/CopyFile/CopyFile.wxs | |||
| @@ -10,6 +10,8 @@ | |||
| 10 | </Fragment> | 10 | </Fragment> |
| 11 | 11 | ||
| 12 | <Fragment> | 12 | <Fragment> |
| 13 | <Directory Id="OtherFolder" Name="INSTALLFOLDER:\other" /> | 13 | <DirectoryRef Id="INSTALLFOLDER"> |
| 14 | <Directory Id="OtherFolder" Name="other" /> | ||
| 15 | </DirectoryRef> | ||
| 14 | </Fragment> | 16 | </Fragment> |
| 15 | </Wix> | 17 | </Wix> |
