Märkus
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida sisse logida või kausta vahetada.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida kausta vahetada.
ICE99 verifies that no property name entered in the Directory table duplicates a name reserved for the public or private use of the Windows Installer.
Result
ICE99 posts the following error.
ICE99 error | Description |
---|---|
The directory name: [1] is the same as one of the MSI Public Properties and can cause unforeseen side effects. | The value in the Directory column of the Directory table duplicates a property name reserved by the Windows Installer. |
Example
ICE99 reports the following error for the example:
CustomActionData is the same as one of the MSI Public Properties and can cause unforeseen side effects.
Directory (partial)
Directory | Directory_Parent | DefaultDir |
---|---|---|
CustomActionData |
To correct this warning you should change the name of CustomActionData.
For a list of properties implemented by Windows Installer, see Property Reference.
Related topics