|
24 | 24 | <!-- Define a table to hold Handler registration parameters --> |
25 | 25 | <CustomTable Id="IISGlobalHandler"> |
26 | 26 | <Column Id="Name" Type="string" PrimaryKey="yes" /> |
27 | | - <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Width="72" /> |
| 27 | + <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
28 | 28 | <Column Id="Path" Type="string" Nullable="no" /> |
29 | 29 | <Column Id="Verb" Type="string" Nullable="no" /> |
30 | 30 | <Column Id="Type" Type="string" Nullable="yes" /> |
|
39 | 39 | <!-- Define a table to hold Module registration parameters --> |
40 | 40 | <CustomTable Id="IISGlobalModule"> |
41 | 41 | <Column Id="Name" Type="string" PrimaryKey="yes" /> |
42 | | - <Column Id="File_" Type="string" KeyTable="File" KeyColumn="1" Category="identifier" Width="72" /> |
| 42 | + <Column Id="File_" Type="string" KeyTable="File" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
43 | 43 | <Column Id="PreCondition" Type="string" Nullable="yes" /> |
44 | 44 | <Column Id="TypeName" Type="string" Nullable="yes" /> |
45 | 45 | </CustomTable> |
|
49 | 49 | <Column Id="ProviderGuid" Type="string" Nullable="yes" /> |
50 | 50 | <Column Id="AreaName" Type="string" /> |
51 | 51 | <Column Id="AreaValue" Type="string" Nullable="yes" /> |
52 | | - <Column Id="BinaryName_" Type="string" KeyTable="Binary" KeyColumn="1" Category="identifier" Width="72" /> |
53 | | - <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Width="72" /> |
| 52 | + <Column Id="BinaryName_" Type="string" KeyTable="Binary" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
| 53 | + <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
54 | 54 | </CustomTable> |
55 | 55 | <!-- Define a table to hold Section Schema registration parameters --> |
56 | 56 | <CustomTable Id="IISConfigSections"> |
57 | 57 | <Column Id="Name" Type="string" PrimaryKey="yes" /> |
58 | | - <Column Id="File_" Type="string" KeyTable="File" KeyColumn="1" Category="identifier" Width="72" /> |
| 58 | + <Column Id="File_" Type="string" KeyTable="File" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
59 | 59 | <Column Id="OverrideModeDefault" Type="string" /> |
60 | 60 | <Column Id="AllowDefinition" Type="string" Nullable="yes" /> |
61 | 61 | <Column Id="Type" Type="string" Nullable="yes" /> |
|
65 | 65 | <CustomTable Id="IISConfigSectionDefaults"> |
66 | 66 | <Column Id="Name" Type="string" PrimaryKey="yes" /> |
67 | 67 | <Column Id="SectionName" Type="string" Nullable="no" /> |
68 | | - <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Width="72" /> |
69 | | - <Column Id="BinaryName_" Type="string" KeyTable="Binary" KeyColumn="1" Category="identifier" Width="72" /> |
| 68 | + <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
| 69 | + <Column Id="BinaryName_" Type="string" KeyTable="Binary" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
70 | 70 | </CustomTable> |
71 | 71 | <!-- Define a table to hold Section additions registration parameters --> |
72 | 72 | <CustomTable Id="IISConfigSectionAdditions"> |
73 | 73 | <Column Id="Name" Type="string" PrimaryKey="yes" /> |
74 | 74 | <Column Id="SectionName" Type="string" Nullable="no" /> |
75 | | - <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Width="72" /> |
76 | | - <Column Id="BinaryName_" Type="string" KeyTable="Binary" KeyColumn="1" Category="identifier" Width="72" /> |
| 75 | + <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
| 76 | + <Column Id="BinaryName_" Type="string" KeyTable="Binary" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
77 | 77 | </CustomTable> |
78 | 78 | <!-- Define a table to hold UI Module registration parameters --> |
79 | 79 | <CustomTable Id="IISUIModule"> |
80 | 80 | <Column Id="Name" Type="string" PrimaryKey="yes" /> |
81 | | - <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Width="72" /> |
82 | | - <Column Id="AssemblyInfoComponent_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Width="72" Nullable="yes" /> |
| 81 | + <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
| 82 | + <Column Id="AssemblyInfoComponent_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Width="72" Modularize="Column" Nullable="yes" /> |
83 | 83 | <Column Id="TypeName" Type="string" /> |
84 | 84 | <Column Id="RegisterInModulesSection" Type="string" Nullable="yes" /> |
85 | 85 | <Column Id="PrependToList" Type="string" Nullable="yes" /> |
86 | 86 | </CustomTable> |
87 | 87 | <!-- Define a table to hold CGI Restriction registration parameters --> |
88 | 88 | <CustomTable Id="IISCgiRestriction"> |
89 | 89 | <Column Id="Name" Type="string" PrimaryKey="yes" /> |
90 | | - <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Width="72" /> |
| 90 | + <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
91 | 91 | <Column Id="Path" Type="string" Nullable="no" /> |
92 | 92 | <Column Id="Allowed" Type="string" Nullable="no" /> |
93 | 93 | <Column Id="GroupId" Type="string" Nullable="no" /> |
|
108 | 108 |
|
109 | 109 | <CustomTable Id="IISWindowsHotfix"> |
110 | 110 | <Column Id="Name" Type="string" PrimaryKey="yes" /> |
111 | | - <Column Id="BinaryName_" Type="string" KeyTable="Binary" KeyColumn="1" Category="identifier" Width="72" /> |
| 111 | + <Column Id="BinaryName_" Type="string" KeyTable="Binary" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
112 | 112 | <Column Id="OSMajorVersion" Type="int" Width="4" Nullable="yes" /> |
113 | 113 | <Column Id="OSMinorVersion" Type="int" Width="4" Nullable="yes" /> |
114 | 114 | <Column Id="SPMajorVersion" Type="int" Width="2" Nullable="yes" /> |
|
130 | 130 |
|
131 | 131 | <CustomTable Id="IISElevatedShortcut"> |
132 | 132 | <!--<Column Id='Name' Type='string' PrimaryKey='yes' />--> |
133 | | - <Column Id="Shortcut_" Type="string" PrimaryKey="yes" KeyTable="Shortcut" KeyColumn="1" Category="identifier" Width="72" /> |
| 133 | + <Column Id="Shortcut_" Type="string" PrimaryKey="yes" KeyTable="Shortcut" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
134 | 134 | </CustomTable> |
135 | 135 |
|
136 | 136 | <InstallExecuteSequence> |
|
146 | 146 |
|
147 | 147 | <CustomTable Id="IISShortcutConsoleProperties"> |
148 | 148 | <!--<Column Id='Name' Type='string' PrimaryKey='yes' />--> |
149 | | - <Column Id="Shortcut_" Type="string" PrimaryKey="yes" KeyTable="Shortcut" KeyColumn="1" Category="identifier" Width="72" /> |
| 149 | + <Column Id="Shortcut_" Type="string" PrimaryKey="yes" KeyTable="Shortcut" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
150 | 150 | <Column Id="QuickEdit" Type="int" Width="2" MinValue="0" MaxValue="1" Nullable="no" /> |
151 | 151 | <Column Id="InsertMode" Type="int" Width="2" MinValue="0" MaxValue="1" Nullable="no" /> |
152 | 152 | <Column Id="WindowWidth" Type="int" Width="2" Nullable="no" /> |
|
176 | 176 | <!-- Define a table to hold registration parameters --> |
177 | 177 | <CustomTable Id="IISHttpListener"> |
178 | 178 | <Column Id="Name" Type="string" PrimaryKey="yes" /> |
179 | | - <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Width="72" /> |
| 179 | + <Column Id="Component_" Type="string" KeyTable="Component" KeyColumn="1" Category="identifier" Modularize="Column" Width="72" /> |
180 | 180 | <Column Id="Account" Type="string" /> |
181 | 181 | <Column Id="Prefix" Type="string" /> |
182 | 182 | </CustomTable> |
|
0 commit comments