[commit] r2594 - trunk/Install

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri May 1 13:08:09 CDT 2015


Author: ksmyth
Date: Fri May  1 13:08:08 2015
New Revision: 2594

Log:
Fix elevated MgaRegistrar error '0x80080015, The Activation Requires A Display Name To Be Present Under The CLSID Key'

Modified:
   trunk/Install/GME.wxs
   trunk/Install/GME_bin.wxs

Modified: trunk/Install/GME.wxs
==============================================================================
--- trunk/Install/GME.wxs	Mon Apr 27 13:16:32 2015	(r2593)
+++ trunk/Install/GME.wxs	Fri May  1 13:08:08 2015	(r2594)
@@ -100,7 +100,7 @@
     <Property Id='ARPPRODUCTICON' Value='GME.ico' />
 
     <Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch GME" />
-    <Property Id="WixShellExecTarget" Value="[#GME.exe]" />
+    <Property Id="WixShellExecTarget" Value="[#GME.exe$(sys.BUILDARCH)]" />
     <CustomAction Id="LaunchApplication" BinaryKey="WixCA" DllEntry="WixShellExec" Impersonate="yes" />
 
     <WixVariable Id="WixUILicenseRtf" Value="..\Doc\Legal\License.rtf" />

Modified: trunk/Install/GME_bin.wxs
==============================================================================
--- trunk/Install/GME_bin.wxs	Mon Apr 27 13:16:32 2015	(r2593)
+++ trunk/Install/GME_bin.wxs	Fri May  1 13:08:08 2015	(r2594)
@@ -555,7 +555,7 @@
         <RegistryValue Root="HKCR" Key="AppID\MgaUtil.dll" Name="AppID" Value="{461F30AF-3BF0-11D4-B3F0-005004D38590}" Type="string" Action="write" />
         <RegistryValue Root="HKCR" Key="AppID\{461F30AF-3BF0-11D4-B3F0-005004D38590}" Name="DllSurrogate" Value="" Type="string" Action="write" />
         <RegistryValue Root="HKCR" Key="CLSID\{F1D6BB06-42EE-11D4-B3F4-005004D38590}\Elevation" Name="Enabled" Value="1" Type="integer" Action="write" />
-        <RegistryValue Root="HKCR" Key="CLSID\{F1D6BB06-42EE-11D4-B3F4-005004D38590}" Name="LocalizedString" Value="@[!MgaUtil.dll],-2072" Type="string" Action="write" />
+        <RegistryValue Root="HKCR" Key="CLSID\{F1D6BB06-42EE-11D4-B3F4-005004D38590}" Name="LocalizedString" Value="@[#MgaUtil.dll$(sys.BUILDARCH)],-2072" Type="string" Action="write" />
       </Component>
 
       <Component Id="NamespaceConfig.dll$(sys.BUILDARCH)" Directory="INSTALLDIR_PARADIGMS_METAGME$(sys.BUILDARCH)">


More information about the gme-commit mailing list