Share via


install Element

Specifies the settings that were last used to publish this form template using an installation package (.msi) or installation script (.js).

Usage

  
<install
	companyName="xsd:string"
	language="xsd:string"
	path="xsd:string"
	updatePath="xsd:string"
/>

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
solutionPropertiesExtension Specifies the extended information for the solutionProperties element in the manifest.xsf whose name attribute matches the ref attribute of this element.

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
companyName xsd:string Required Specifies the name of the company that was last used in the form template installation package (.msi).

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.
String
language xsd:string Required Specifies the language that was last used in the form template installation package (.msi).

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.
  • en-US
  • fr-FR
  • es-ES
  • de-DE
  • it-IT
  • ja-JP
  • ko-KR
  • zh-CN
  • zh-TW
path xsd:string Required Specifies the path and file name that was last used for the the form template installation package (.msi).

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.
String
updatePath xsd:string Optional Reserved for future use. String

Definition

  
<xsd:element name="install">
   <xsd:complexType>
      <xsd:attribute name="companyName" type="xsd:string" use="required" />
      <xsd:attribute name="language" type="xsd:string" use="required" />
      <xsd:attribute name="path" type="xsd:string" use="required" />
      <xsd:attribute name="updatePath" type="xsd:string" use="optional" />
      <xsd:anyAttribute processContents="skip" />
   </xsd:complexType>
</xsd:element>

Remarks

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.