summaryrefslogtreecommitdiffstats
path: root/tools/wixl/wix.vala
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-07-11 18:19:55 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-07-11 18:26:27 +0200
commitfb78165f1e084f48abd93e003a6045fa11a9bf69 (patch)
treebb420cdd91e3cad3d8dcdc187f57da2d2c142f2f /tools/wixl/wix.vala
parent12f5b505af3a28ec59f1e253544502367564afe8 (diff)
downloadmsitools-fb78165f1e084f48abd93e003a6045fa11a9bf69.tar.gz
msitools-fb78165f1e084f48abd93e003a6045fa11a9bf69.tar.xz
msitools-fb78165f1e084f48abd93e003a6045fa11a9bf69.zip
wixl: Add CreateFolder
Diffstat (limited to 'tools/wixl/wix.vala')
-rw-r--r--tools/wixl/wix.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wixl/wix.vala b/tools/wixl/wix.vala
index 93ff935..3120be7 100644
--- a/tools/wixl/wix.vala
+++ b/tools/wixl/wix.vala
@@ -1025,6 +1025,7 @@ namespace Wixl {
name = "Component";
add_child_types (child_types, {
+ typeof (WixCreateFolder),
typeof (WixRemoveFolder),
typeof (WixRegistryValue),
typeof (WixFile),