diff options
Diffstat (limited to 'src/test/WixToolsetTest.Util/TestData/UsingFileShare/PackageComponents.wxs')
| -rw-r--r-- | src/test/WixToolsetTest.Util/TestData/UsingFileShare/PackageComponents.wxs | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/src/test/WixToolsetTest.Util/TestData/UsingFileShare/PackageComponents.wxs b/src/test/WixToolsetTest.Util/TestData/UsingFileShare/PackageComponents.wxs index c548bc1d..7cedbb30 100644 --- a/src/test/WixToolsetTest.Util/TestData/UsingFileShare/PackageComponents.wxs +++ b/src/test/WixToolsetTest.Util/TestData/UsingFileShare/PackageComponents.wxs | |||
| @@ -1,16 +1,14 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" | 2 | <Fragment> |
| 3 | xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> | 3 | <util:User Id="Everyone" Name="Everyone" /> |
| 4 | <Fragment> | ||
| 5 | <util:User Id="Everyone" Name="Everyone" /> | ||
| 6 | 4 | ||
| 7 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> | 5 | <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> |
| 8 | <Component> | 6 | <Component> |
| 9 | <File Source="example.txt" /> | 7 | <File Source="example.txt" /> |
| 10 | <util:FileShare Id="ExampleFileShare" Description="An example file share" Name="example"> | 8 | <util:FileShare Id="ExampleFileShare" Description="An example file share" Name="example"> |
| 11 | <util:FileSharePermission User="Everyone" Read="yes" /> | 9 | <util:FileSharePermission User="Everyone" Read="yes" /> |
| 12 | </util:FileShare> | 10 | </util:FileShare> |
| 13 | </Component> | 11 | </Component> |
| 14 | </ComponentGroup> | 12 | </ComponentGroup> |
| 15 | </Fragment> | 13 | </Fragment> |
| 16 | </Wix> | 14 | </Wix> |
