Windows Installer Editor Reference
565
Property Reference
MaintenanceMode
Sets the initial value of the radio button on the Maintenance Welcome dialog.
The default value, “Modify”, causes the Modify radio button to be marked by
default. The Next button on the Maintenance Welcome dialog has events
attached to it, which cause different pages to appear based on the radio
button that is marked.
Manufacturer
Set this property to your company name.
PIDTemplate
Determines what characters are valid for the Product ID field on the User
Information dialog. For information on the types of text available, see
MaskedEdit Control in the Windows Installer SDK Help.
PRIMARYFOLDER
Contains the installation directory. Always leave this property set to
INSTALLDIR.
ProductCode
ProductCode is a GUID (global unique identifier) generated by Windows
Installer, that uniquely identifies this product. No product codes are alike. You
can generate a new product code on the Product Details page. Do not enter
new product codes, because they must be created according to a specific
algorithm.
If an installation creates an .EXE that launches an .MSI, this property sets the
default value for the ProductCode property in the .INI file that’s generated.
See
INI File Properties
on page 567.
ProductID
Contains the full product ID after the end user’s entry has been validated.
ProductLanguage
Indicates the language for this product.
See
Language IDs
on page 310.
ProductName
Contains the name of the product, which is set on the Product Details page.
ProductVersion
Contains the product version number, which is set on the Product Details
page.
If an installation creates an .EXE that launches an .MSI, this property sets the
default value for the ProductVersion property in the INI file that’s generated.
See
INI File Properties
on page 567.
ReinstallFileOlderVersion
Indicates the action to take when an older version of a file being installed
already exists. The default value of “o” means overwrite. This sets an option
in the ReinstallMode dialog box.
ReinstallFileVersion
Indicates the action to take when the same version of a file being installed
already exists. The default value of “o” means overwrite. This sets an option
on the ReinstallMode dialog box.
ReinstallRepair
Indicates the action to take when reinstalling or repairing a file. The default
value of “r” means repair. This sets an option on the ReinstallMode dialog
box.
SecureCustomProperties
Contains a semicolon-delimited list of properties that are restricted public
properties.
UpgradeCode
Contains the product code for a related group of products, one of which might
be an upgrade for another.
WiseCRLF
Contains a carriage return/line feed. Use in editable text boxes to insert lines,
or in property definitions.
Property name
Description