summaryrefslogtreecommitdiffstats
path: root/tools/wixl/msi.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wixl/msi.vala')
-rw-r--r--tools/wixl/msi.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/wixl/msi.vala b/tools/wixl/msi.vala
index 9c2e40e..7c0e570 100644
--- a/tools/wixl/msi.vala
+++ b/tools/wixl/msi.vala
@@ -811,7 +811,6 @@ namespace Wixl {
info.set_property (Libmsi.Property.LASTSAVED_TM,
time_to_filetime (now ()));
info.set_property (Libmsi.Property.VERSION, get_default_version ());
- info.set_property (Libmsi.Property.SOURCE, 2);
info.set_property (Libmsi.Property.APPNAME, Config.PACKAGE_STRING);
info.set_property (Libmsi.Property.SECURITY, 2);
} catch (GLib.Error error) {