diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-12-11 16:23:43 +1100 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-12-11 15:28:59 +1000 |
commit | 58243de7b503690d8794d6a7479cd49c370639f4 (patch) | |
tree | 28d172ccdf2d8bbfb7f9b142c73bd73990c62509 /src/wixlib/wixstdba.wxs | |
parent | a70d814e7db6a7c4956423bca3bfdd23abc433bc (diff) | |
download | wix-58243de7b503690d8794d6a7479cd49c370639f4.tar.gz wix-58243de7b503690d8794d6a7479cd49c370639f4.tar.bz2 wix-58243de7b503690d8794d6a7479cd49c370639f4.zip |
Compile bundle authoring in the wixlib.
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/wixstdba.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixlib/wixstdba.wxs b/src/wixlib/wixstdba.wxs index b0476fe2..5c99747d 100644 --- a/src/wixlib/wixstdba.wxs +++ b/src/wixlib/wixstdba.wxs | |||
@@ -85,7 +85,7 @@ | |||
85 | 85 | ||
86 | <!-- BootstrapperApplicationData tables definition --> | 86 | <!-- BootstrapperApplicationData tables definition --> |
87 | <Fragment> | 87 | <Fragment> |
88 | <CustomTable Id='WixStdbaInformation' BootstrapperApplicationData='yes'> | 88 | <CustomTable Id='WixStdbaInformation' Unreal='yes'> |
89 | <Column Id='LicenseFile' Category='Text' Type='string' Width='0' Nullable='yes' PrimaryKey='yes' /> | 89 | <Column Id='LicenseFile' Category='Text' Type='string' Width='0' Nullable='yes' PrimaryKey='yes' /> |
90 | <Column Id='LicenseUrl' Category='Text' Type='string' Width='0' Nullable='yes' PrimaryKey='yes' /> | 90 | <Column Id='LicenseUrl' Category='Text' Type='string' Width='0' Nullable='yes' PrimaryKey='yes' /> |
91 | </CustomTable> | 91 | </CustomTable> |