[commit] r1674 - trunk/Install

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Nov 10 22:08:11 CST 2011


Author: ksmyth
Date: Thu Nov 10 22:08:10 2011
New Revision: 1674

Log:
Add Version reg value

Modified:
   trunk/Install/GME_bin.wxs

Modified: trunk/Install/GME_bin.wxs
==============================================================================
--- trunk/Install/GME_bin.wxs	Tue Nov  8 10:24:11 2011	(r1673)
+++ trunk/Install/GME_bin.wxs	Thu Nov 10 22:08:10 2011	(r1674)
@@ -61,6 +61,7 @@
         </File>
         <RegistryKey Root='HKLM' Key='Software\GME'>
           <RegistryValue Name='IconPath' Type='string' Value='$PARADIGMDIR\icons;$PROJECTDIR\icons'/>
+          <RegistryValue Name='Version' Type='string' Value='$(var.VERSIONSTR)' />
         </RegistryKey>
         <RegistryKey Root='HKLM' Key='Software\Microsoft\Windows\CurrentVersion\App Paths\GME.exe'>
           <RegistryValue Type='string' Value='[INSTALLDIR]GME.exe'/>


More information about the gme-commit mailing list