NAME
Perl::Dist::WiX::Fragment::CreateFolder - A <Fragment> tag that creates a folder.
VERSION
This document describes Perl::Dist::WiX::Fragment::CreateFolder version 1.250.
SYNOPSIS
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
This object defines a <Fragment> tag that contains the other tags required in order to create a folder when the MSI is installed.
METHODS
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
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
Curtis Jewell <csjewell@cpan.org>
SEE ALSO
COPYRIGHT
Copyright 2009 - 2010 Curtis Jewell.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.