Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2009-10-28 17:15:20 +0300
committerLluis Sanchez <lluis@novell.com>2009-10-28 17:15:20 +0300
commita6f51cdfd333a1d1ad9a4005699256602f73bbd1 (patch)
treefd2f2ef3244e5bbd629dfda1471d24331082d12c /setup
parentefc026d992b79d1449f286439f2907d446abe3b3 (diff)
Add TipOfTheDay.xml
svn path=/trunk/monodevelop/; revision=144952
Diffstat (limited to 'setup')
-rw-r--r--setup/WixSetup/Product.wxs10
1 files changed, 10 insertions, 0 deletions
diff --git a/setup/WixSetup/Product.wxs b/setup/WixSetup/Product.wxs
index 39bd90ad0c..58c62ba7e4 100644
--- a/setup/WixSetup/Product.wxs
+++ b/setup/WixSetup/Product.wxs
@@ -556,6 +556,15 @@
<File Name="WindowsPlatform.dll" Source="$(var.BuildRoot)\AddIns\WindowsPlatform.dll" />
</Component>
</Directory>
+
+ <Directory Id="data" Name="data">
+ <Directory Id="options" Name="options">
+ <Component Id="MonoDevelop_data_options" Guid="1f6096d8-389b-49f0-98ad-444d98713dcc">
+ <File Name="TipsOfTheDay.xml" Source="$(var.BuildRoot)\data\options\TipsOfTheDay.xml" />
+ </Component>
+ </Directory>
+ </Directory>
+
</Directory>
</Directory>
@@ -595,6 +604,7 @@
<ComponentRef Id="MonoDevelop_AddIns_VersionControl" />
<ComponentRef Id="MonoDevelop_AddIns_WelcomePage" />
<ComponentRef Id="MonoDevelop_AddIns" />
+ <ComponentRef Id="MonoDevelop_data_options" />
<ComponentRef Id="comp199" />
<ComponentRef Id="comp203" />