diff options
Diffstat (limited to 'src/wixlib/NetFx4AsPrereq.wxs')
-rw-r--r-- | src/wixlib/NetFx4AsPrereq.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixlib/NetFx4AsPrereq.wxs b/src/wixlib/NetFx4AsPrereq.wxs index 83fc8e35..9b7437e5 100644 --- a/src/wixlib/NetFx4AsPrereq.wxs +++ b/src/wixlib/NetFx4AsPrereq.wxs | |||
@@ -62,7 +62,7 @@ | |||
62 | 62 | ||
63 | <!-- Not sure why we have to redefine the table here. --> | 63 | <!-- Not sure why we have to redefine the table here. --> |
64 | <Fragment> | 64 | <Fragment> |
65 | <CustomTable Id='WixMbaPrereqInformation' BootstrapperApplicationData='yes'> | 65 | <CustomTable Id='WixMbaPrereqInformation' Unreal='yes'> |
66 | <Column Id='PackageId' Category='Identifier' Type='string' Width='72' PrimaryKey ='yes'/> | 66 | <Column Id='PackageId' Category='Identifier' Type='string' Width='72' PrimaryKey ='yes'/> |
67 | <Column Id='LicenseUrl' Category='Formatted' Type='string' Width='0' Nullable='yes'/> | 67 | <Column Id='LicenseUrl' Category='Formatted' Type='string' Width='0' Nullable='yes'/> |
68 | <Column Id='LicenseFile' Category='Formatted' Type='string' Width='0' Nullable='yes'/> | 68 | <Column Id='LicenseFile' Category='Formatted' Type='string' Width='0' Nullable='yes'/> |