diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs index 48a38e85..0bd80c50 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/IncludePath/Package.wxs | |||
| @@ -11,10 +11,8 @@ | |||
| 11 | </Package> | 11 | </Package> |
| 12 | 12 | ||
| 13 | <Fragment> | 13 | <Fragment> |
| 14 | <Directory Id="TARGETDIR" Name="SourceDir"> | 14 | <StandardDirectory Id="ProgramFilesFolder"> |
| 15 | <Directory Id="ProgramFilesFolder"> | 15 | <Directory Id="INSTALLFOLDER" Name="MsiPackage" /> |
| 16 | <Directory Id="INSTALLFOLDER" Name="MsiPackage" /> | 16 | </StandardDirectory> |
| 17 | </Directory> | ||
| 18 | </Directory> | ||
| 19 | </Fragment> | 17 | </Fragment> |
| 20 | </Wix> | 18 | </Wix> |
