Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.26 KB

createfolders-action.md

File metadata and controls

40 lines (21 loc) · 1.26 KB
description ms.assetid title ms.topic ms.date
The CreateFolders action creates empty folders for components that are set to be installed.
3982eac8-8272-4fb4-870c-390a0b6bd9a1
CreateFolders Action
article
05/31/2018

CreateFolders Action

The CreateFolders action creates empty folders for components that are set to be installed. The installer creates folders both for components that run locally and run from source. Newly created folders are registered with the appropriate component identifier.

The CreateFolders action queries the CreateFolder table and the Component table.

Sequence Restrictions

The CreateFolders action must be executed either before the InstallFiles action or before any action that adds files to folders.

ActionData Messages

Field Description of action data description
[1] Directory identifier of folder.

 

Remarks

The installer does not automatically remove folders created by the CreateFolders action during an uninstallation of the application. The installer only removes folders if the RemoveFolders action is included in the action sequence.