Skip to content

Commit

Permalink
Add CustomAction/@ScriptSourceFile doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnson committed May 17, 2023
1 parent 3ce13ea commit a204e95
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/xsd4/wix.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -9450,7 +9450,8 @@
<xs:attribute name="Script">
<xs:annotation>
<xs:documentation>
Creates a type 37 or 38 custom action. The text of the element should contain the script to be embedded in the package.
Creates a type 37 or 38 custom action. Specify a path to the script to be embedded in the package in the
`ScriptSourceFile` attribute.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
Expand All @@ -9460,6 +9461,13 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ScriptSourceFile" type="xs:string">
<xs:annotation>
<xs:documentation>
Path to the external file containing the script code. Can be used only with the Script attribute.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SuppressModularization" type="YesNoTypeUnion">
<xs:annotation>
<xs:documentation>
Expand Down

0 comments on commit a204e95

Please sign in to comment.