[commit] r2574 - trunk/Install

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Dec 2 10:47:05 CST 2014


Author: ksmyth
Date: Tue Dec  2 10:47:05 2014
New Revision: 2574

Log:
Fix bug with installer where .mga files open with GME x64

Modified:
   trunk/Install/GME_bin.wxs

Modified: trunk/Install/GME_bin.wxs
==============================================================================
--- trunk/Install/GME_bin.wxs	Tue Dec  2 10:16:53 2014	(r2573)
+++ trunk/Install/GME_bin.wxs	Tue Dec  2 10:47:05 2014	(r2574)
@@ -47,7 +47,7 @@
           <RegistryValue Name='Path' Type='string' Value='[INSTALLDIR$(sys.BUILDARCH)]'/>
         </RegistryKey>
 
-        <ProgId Id='GME.mgafile$(sys.BUILDARCH)' Description='GME project file'>
+        <ProgId Id='GME.mgafile' Description='GME project file'>
           <Extension Id='mga' ContentType='application/x-mga'>
             <?if $(sys.BUILDARCH)=x86 ?>
             <Verb Id='open' Command='Open with GME' TargetFile='GME.exe$(sys.BUILDARCH)' Argument='"%1"' />


More information about the gme-commit mailing list