CreateFolder Table

Windows Installer

CreateFolder Table

The CreateFolder table contains references to folders that need to be created explicitly for a particular component.

The CreateFolder table has the following columns.

Column Type Key Nullable
Directory_ Identifier Y N
Component_ Identifier Y N

 

Columns

Directory_

External key into the first column of the Directory table.

Component_

External key into the first column of the Component table.

 

Remarks

The folders in this table are created when the component is installed. An attempt is made to remove these folders only when the component is uninstalled or moved to run-from-source. No automatic removal is triggered if the folders become empty. In contrast, folders created by the installer but not listed in this table are removed when they become empty.

Because folders created by the installer are deleted when they become empty, you must author an entry into the CreateFolder table to install a component that consists of an empty folder.

This table is referred to when the CreateFolders action or the RemoveFolders action is called.

For information on how to secure a folder see the MsiLockPermissionsEx Table and LockPermissions Table.

Validation

ICE03
ICE06
ICE18
ICE32
ICE55

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.