[msitools] wixl: schedule AppSearch when necessary
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] wixl: schedule AppSearch when necessary
- Date: Tue, 13 Aug 2013 17:44:29 +0000 (UTC)
commit 52f89268696fd61ae8e510d80bab3dc6424a1410
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Tue Aug 13 18:25:32 2013 +0200
wixl: schedule AppSearch when necessary
tools/wixl/builder.vala | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/tools/wixl/builder.vala b/tools/wixl/builder.vala
index 356652f..4de679a 100644
--- a/tools/wixl/builder.vala
+++ b/tools/wixl/builder.vala
@@ -175,7 +175,8 @@ namespace Wixl {
add (MSIDefault.Action.RemoveFolders);
add (MSIDefault.Action.CreateFolders);
}
-
+ if (db.table_app_search.records.length () > 0)
+ add (MSIDefault.Action.AppSearch);
table.add_sorted_actions ();
// InstallUISequence
@@ -191,6 +192,8 @@ namespace Wixl {
}
if (db.table_launch_condition.records.length () > 0)
add (MSIDefault.Action.LaunchConditions);
+ if (db.table_app_search.records.length () > 0)
+ add (MSIDefault.Action.AppSearch);
table.add_sorted_actions ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]