diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-03-20 19:55:02 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-03-20 20:03:04 +1000 |
| commit | 22c97adba70fa838b8f285d404750d0f8fe685d8 (patch) | |
| tree | 5971180660090913d5e6991ebf982ada733ecdda /src/test/Example.Extension/Data | |
| parent | c5df86a7caaa1cbff9adde6396925383ba9a2e4e (diff) | |
| download | wix-22c97adba70fa838b8f285d404750d0f8fe685d8.tar.gz wix-22c97adba70fa838b8f285d404750d0f8fe685d8.tar.bz2 wix-22c97adba70fa838b8f285d404750d0f8fe685d8.zip | |
Update Example.Extension to automatically update based on its Example.wxs.
Use .wixlib instead of .wir, and skip tests which are now failing.
Add more bundle tests.
Diffstat (limited to 'src/test/Example.Extension/Data')
| -rw-r--r-- | src/test/Example.Extension/Data/example.wxs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/Example.Extension/Data/example.wxs b/src/test/Example.Extension/Data/example.wxs index 53531e99..cb100adf 100644 --- a/src/test/Example.Extension/Data/example.wxs +++ b/src/test/Example.Extension/Data/example.wxs | |||
| @@ -5,4 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | <Binary Id="BinFromWir" SourceFile="example.txt" /> | 6 | <Binary Id="BinFromWir" SourceFile="example.txt" /> |
| 7 | </Fragment> | 7 | </Fragment> |
| 8 | <Fragment> | ||
| 9 | <BootstrapperApplication Id="fakeba" SourceFile="example.txt" /> | ||
| 10 | </Fragment> | ||
| 8 | </Wix> | 11 | </Wix> |
