summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-10 17:53:40 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-11 14:28:30 +0100
commit7f311c233780137204b2eb6566f567d959c5cb46 (patch)
treee4c5a2a1a7d7f08316896755233698d775476c21 /tools
parent947803b0ae8ce8480465bf7c384fea97ae07cfda (diff)
downloadmsitools-7f311c233780137204b2eb6566f567d959c5cb46.tar.gz
msitools-7f311c233780137204b2eb6566f567d959c5cb46.tar.xz
msitools-7f311c233780137204b2eb6566f567d959c5cb46.zip
wixl: wip
Diffstat (limited to 'tools')
-rw-r--r--tools/wixl/wix.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/wixl/wix.vala b/tools/wixl/wix.vala
index b336441..f4d596b 100644
--- a/tools/wixl/wix.vala
+++ b/tools/wixl/wix.vala
@@ -392,6 +392,8 @@ namespace Wixl {
public string Description { get; set; }
public string Display { get; set; }
public string ConfigurableDirectory { get; set; }
+ public string AllowAdvertise { get; set; }
+ public string Absent { get; set; }
public override void accept (WixNodeVisitor visitor) throws GLib.Error {
visitor.visit_feature (this, VisitState.ENTER);