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:
authorJonathan Pobst <monkey@jpobst.com>2009-10-30 18:59:01 +0300
committerJonathan Pobst <monkey@jpobst.com>2009-10-30 18:59:01 +0300
commita1dbe3afdfaabac01ed8f90e601d13e363cf7eca (patch)
treef60ebd4a9b7723e67bfc86465001820c4935ae35 /setup
parent528e1838d5b8f6e9e961c3c0ff7aa96db2babd19 (diff)
- Add registry keys for MD version and path.
svn path=/trunk/monodevelop/; revision=145110
Diffstat (limited to 'setup')
-rw-r--r--setup/WixSetup/Product.wxs9
1 files changed, 7 insertions, 2 deletions
diff --git a/setup/WixSetup/Product.wxs b/setup/WixSetup/Product.wxs
index 58c62ba7e4..f705f225d5 100644
--- a/setup/WixSetup/Product.wxs
+++ b/setup/WixSetup/Product.wxs
@@ -82,8 +82,13 @@
<!-- Program Menu Shortcut -->
<RemoveFolder Id='ProgramMenuDir' Directory="ProgramMenuDir" On='uninstall' />
- <!-- GTK# path -->
- <RegistryValue Root='HKLM' Key='SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\MonoDevelop.exe' Type='string' Name='Path' Value='[GTKSHARPPATH]\bin' />
+ <!-- GTK# path -->
+ <RegistryValue Root='HKLM' Key='SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\MonoDevelop.exe' Type='string' Name='Path' Value='[GTKSHARPPATH]\bin' />
+
+ <!-- Place MD path into registry -->
+ <RegistryValue Root='HKLM' Key='SOFTWARE\Novell\MonoDevelop' Type='string' Name='Version' Value='$(var.ProductVersion)' />
+ <RegistryValue Root='HKLM' Key='SOFTWARE\Novell\MonoDevelop' Type='string' Name='Path' Value='[INSTALLLOCATION]' />
+
</Component>
<Directory Id="dir196" Name="locale">