[tasque/windows] [wix] Call the default feature "complete"



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]