Summary
Determines the local path equivalent for a url and stores this
information in a property.
This not an officially Microsoft supported table.
Parameters
Attribute |
Type |
Description |
Required |
name |
string |
The name of the URLProperty to convert |
True |
property |
string |
The name of the property to store the directory information. |
True |
Examples
Convert the TARGETURL property to a directory and store that information in TARGETDIR
<urlproperties>
<urlproperty name="TARGETURL" property="TARGETDIR" />
</urlproperties>
Syntax
[BuildElement("urlproperties", ProcessXml = false)]
public SchemaElement[] InstallerUrlPropertiesElement { get; set; }
Attributes
Type |
Description |
BuildElement |
|
Value
Type |
Description |
SchemaElement[] |
|