Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1.97 KB

ice99.md

File metadata and controls

67 lines (36 loc) · 1.97 KB
description ms.assetid title ms.topic ms.date
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.
a7657c14-6542-4a7b-a8f7-727b109cfc39
ICE99
article
05/31/2018

ICE99

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.

Related topics

ICE Reference

Directory Table

Not Supported in Windows Installer 3.0 and earlier