diff options
Diffstat (limited to 'src/test/burn/TestData/ConfigurableScopeTests/PuomPkg2')
| -rw-r--r-- | src/test/burn/TestData/ConfigurableScopeTests/PuomPkg2/PuomPkg2.wixproj | 2 | ||||
| -rw-r--r-- | src/test/burn/TestData/ConfigurableScopeTests/PuomPkg2/product.wxs | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/test/burn/TestData/ConfigurableScopeTests/PuomPkg2/PuomPkg2.wixproj b/src/test/burn/TestData/ConfigurableScopeTests/PuomPkg2/PuomPkg2.wixproj new file mode 100644 index 00000000..20673927 --- /dev/null +++ b/src/test/burn/TestData/ConfigurableScopeTests/PuomPkg2/PuomPkg2.wixproj | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | <Project Sdk="WixToolset.Sdk"> | ||
| 2 | </Project> \ No newline at end of file | ||
diff --git a/src/test/burn/TestData/ConfigurableScopeTests/PuomPkg2/product.wxs b/src/test/burn/TestData/ConfigurableScopeTests/PuomPkg2/product.wxs new file mode 100644 index 00000000..2c4cb170 --- /dev/null +++ b/src/test/burn/TestData/ConfigurableScopeTests/PuomPkg2/product.wxs | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
| 2 | <Package Id="PuomPkg2" Name="PuomPkg2" Language="1033" Version="1.0.0.0" Manufacturer="Acme" Scope="perUserOrMachine"> | ||
| 3 | <MediaTemplate EmbedCab="yes" /> | ||
| 4 | <File Source="$(sys.SOURCEFILEPATH)" /> | ||
| 5 | </Package> | ||
| 6 | </Wix> | ||
