Creates a specified directory on the target machine at install time. Multiple directories can also be created with one action by setting the Directory property with the entire structure. For example:

newDirectory1/newDirectory2/newDirectory3

creates the following directories with this structure:

newDirectory1
newDirectory2
newDirectory3