diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-07 14:58:47 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-07 15:55:29 -0700 |
| commit | bfceba63a439478543a52d56c882ffd941b6a008 (patch) | |
| tree | 467483dc046fd638c54bbf2b33c1a977bcf5b362 /src/test/WixToolsetTest.Sdk/TestData/HeatFileMultipleFilesSameFileName | |
| parent | 04dd968856734d40e20802cd07e89f40ac871191 (diff) | |
| download | wix-bfceba63a439478543a52d56c882ffd941b6a008.tar.gz wix-bfceba63a439478543a52d56c882ffd941b6a008.tar.bz2 wix-bfceba63a439478543a52d56c882ffd941b6a008.zip | |
Update to StandardDirectory
Diffstat (limited to 'src/test/WixToolsetTest.Sdk/TestData/HeatFileMultipleFilesSameFileName')
| -rw-r--r-- | src/test/WixToolsetTest.Sdk/TestData/HeatFileMultipleFilesSameFileName/Package.wxs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/test/WixToolsetTest.Sdk/TestData/HeatFileMultipleFilesSameFileName/Package.wxs b/src/test/WixToolsetTest.Sdk/TestData/HeatFileMultipleFilesSameFileName/Package.wxs index 4cdcdf15..5abcee9f 100644 --- a/src/test/WixToolsetTest.Sdk/TestData/HeatFileMultipleFilesSameFileName/Package.wxs +++ b/src/test/WixToolsetTest.Sdk/TestData/HeatFileMultipleFilesSameFileName/Package.wxs | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | <Package Name="HeatFilePackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a" Compressed="yes" InstallerVersion="200"> | 2 | <Package Name="HeatFilePackage" Language="1033" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a" Compressed="yes" InstallerVersion="200"> |
| 3 | 3 | ||
| 4 | 4 | ||
| @@ -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> |
