[mapguide-commits] r8974 - branches/3.1/Installer/Libraries/MapGuide Web Extensions

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri May 27 05:06:20 PDT 2016


Author: jng
Date: 2016-05-27 05:06:20 -0700 (Fri, 27 May 2016)
New Revision: 8974

Modified:
   branches/3.1/Installer/Libraries/MapGuide Web Extensions/Shortcuts.wxs
Log:
Fix incorrect start menu shortcut folder for 3.1. Can't parameterize this so it missed the radar when I bumped the major.minor version in the installer.

Modified: branches/3.1/Installer/Libraries/MapGuide Web Extensions/Shortcuts.wxs
===================================================================
--- branches/3.1/Installer/Libraries/MapGuide Web Extensions/Shortcuts.wxs	2016-05-26 12:05:20 UTC (rev 8973)
+++ branches/3.1/Installer/Libraries/MapGuide Web Extensions/Shortcuts.wxs	2016-05-27 12:06:20 UTC (rev 8974)
@@ -11,7 +11,7 @@
   <Fragment>
     <DirectoryRef Id="ProgramMenuFolder">
       <!-- HACK: For some reason the MG_VERSION_MAJOR_MINOR property doesn't evaluate, so hardcode it for now -->
-      <Directory Id="MapGuideOpenSourceMenuLocation" Name="MapGuide Open Source 3.0">
+      <Directory Id="MapGuideOpenSourceMenuLocation" Name="MapGuide Open Source 3.1">
         <Component Id="GenericShortcutComponent" Win64="$(var.Win64)" Guid="243CE0F3-D6BC-476B-910E-6F34DA54A2E2">
           <CreateFolder />
           <RegistryKey Root="HKCU" Key="$(var.MgRegKey)\GenericShortcut">



More information about the mapguide-commits mailing list