[tasque/windows] [wix] Call the default feature "complete"
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/windows] [wix] Call the default feature "complete"
- Date: Sat, 27 Oct 2012 12:08:57 +0000 (UTC)
commit ff1bbcf111d227b14745fd93580e841650e32120
Author: Antonius Riha <antoniusriha gmail com>
Date: Sat Oct 27 14:08:41 2012 +0200
[wix] Call the default feature "complete"
since it installs all of tasque
WindowsSetup/Product.wxs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/WindowsSetup/Product.wxs b/WindowsSetup/Product.wxs
index 33cfbdb..ab227d2 100644
--- a/WindowsSetup/Product.wxs
+++ b/WindowsSetup/Product.wxs
@@ -18,7 +18,7 @@
<RegistrySearch Id='SearchTasqueInstallFolder' Type='directory' Root='HKLM' Key='Software\Tasque' Name='InstallFolder' />
</Property>
- <Feature Id="TasqueFeature" Title="Tasque" Level="1">
+ <Feature Id="Complete" Title="Complete" Level="1">
<ComponentGroupRef Id="TasqueComponents" />
<ComponentGroupRef Id="TasqueResources" />
<ComponentGroupRef Id="TasqueLocales" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]