aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/wixstdba.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/wixstdba.wxs')
-rw-r--r--src/wixlib/wixstdba.wxs2
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>