Perl::Dist::WiX::Fragment::CreateFolder - A tag that creates a folder.


Perl-Dist-WiX documentation  | view source Contained in the Perl-Dist-WiX distribution.

Index


NAME

Top

Perl::Dist::WiX::Fragment::CreateFolder - A <Fragment> tag that creates a folder.

VERSION

Top

This document describes Perl::Dist::WiX::Fragment::CreateFolder version 1.500.

SYNOPSIS

Top

	my $fragment = Perl::Dist::WiX::Fragment::CreateFolder->new(
		directory_id => 'Cpan',       # Must be the ID of an already existing directory.
		id           => 'CPANFolder', # Used to create the ID of the CreateFolder object
	);

DESCRIPTION

Top

This object defines a <Fragment> tag that contains the other tags required in order to create a folder when the MSI is installed.

METHODS

Top

This class inherits from WiX3::XML::Fragment and shares its API.

There are no additional routines added.

new

The new constructor takes a series of parameters, validates then and returns a new Perl::Dist::WiX::Fragment::Environment object.

It inherits all the parameters described in the WiX3::XML::Fragment->new() method documentation.

It also adds one more required parameter, documented below.

directory_id

The id of the directory to create.

SUPPORT

Top

Bugs should be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Dist-WiX

For other issues, contact the author.

AUTHOR

Top

Curtis Jewell <csjewell@cpan.org>

SEE ALSO

Top

Perl::Dist::WiX

COPYRIGHT

Top


Perl-Dist-WiX documentation  | view source Contained in the Perl-Dist-WiX distribution.