Skip to content

Commit

Permalink
Properly modularize IIsWebApplication Name column
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Feb 12, 2017
1 parent 9be5858 commit 3064b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/IIsExtension/wixext/data/tables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<tableDefinition name="IIsWebApplication" createSymbols="yes">
<columnDefinition name="Application" type="string" length="72" primaryKey="yes" modularize="column"
category="identifier" description="Primary key, non-localized token for ASP Application"/>
<columnDefinition name="Name" type="localized" length="255"
<columnDefinition name="Name" type="localized" length="255" modularize="property"
category="formatted" description="Name of application in IIS MMC applet"/>
<columnDefinition name="Isolation" type="number" length="2"
set="0;1;2" description="Isolation level for ASP Application: 0 == Low, 2 == Medium, 1 == High"/>
Expand Down

0 comments on commit 3064b4a

Please sign in to comment.