[commit] r1932 - in trunk: GME/MgaUtil Install
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Tue May 29 14:48:57 CDT 2012
Author: ksmyth
Date: Tue May 29 14:48:56 2012
New Revision: 1932
Log:
Need AppId for out-of-proc activation
Modified:
trunk/GME/MgaUtil/MgaLauncher.rgs
trunk/Install/GME_bin.wxs
Modified: trunk/GME/MgaUtil/MgaLauncher.rgs
==============================================================================
--- trunk/GME/MgaUtil/MgaLauncher.rgs Wed May 23 11:10:57 2012 (r1931)
+++ trunk/GME/MgaUtil/MgaLauncher.rgs Tue May 29 14:48:56 2012 (r1932)
@@ -20,6 +20,7 @@
{
val ThreadingModel = s 'Apartment'
}
+ val AppID = s '{461F30AF-3BF0-11D4-B3F0-005004D38590}'
'TypeLib' = s '{461F30AE-3BF0-11D4-B3F0-005004D38590}'
}
}
Modified: trunk/Install/GME_bin.wxs
==============================================================================
--- trunk/Install/GME_bin.wxs Wed May 23 11:10:57 2012 (r1931)
+++ trunk/Install/GME_bin.wxs Tue May 29 14:48:56 2012 (r1932)
@@ -592,11 +592,13 @@
<ProgId Id="Mga.MgaProgressDlg" Description="MgaProgressDlg Class" />
</ProgId>
</Class>
- <Class Id="{D03EC327-447B-11D4-B3F6-005004D38590}" Context="InprocServer32" Description="MgaLauncher Class" ThreadingModel="apartment" Programmable="yes">
- <ProgId Id="Mga.MgaLauncher.1" Description="MgaLauncher Class">
- <ProgId Id="Mga.MgaLauncher" Description="MgaLauncher Class" />
- </ProgId>
- </Class>
+ <AppId Description="MgaUtil" Id="{461F30AF-3BF0-11D4-B3F0-005004D38590}">
+ <Class Id="{D03EC327-447B-11D4-B3F6-005004D38590}" Context="InprocServer32" Description="MgaLauncher Class" ThreadingModel="apartment" Programmable="yes">
+ <ProgId Id="Mga.MgaLauncher.1" Description="MgaLauncher Class">
+ <ProgId Id="Mga.MgaLauncher" Description="MgaLauncher Class" />
+ </ProgId>
+ </Class>
+ </AppId>
<Class Id="{D6F2FBC5-3405-40FD-8880-7E99DD10F0BA}" Context="InprocServer32" Description="MgaClosure Class" ThreadingModel="apartment" Programmable="yes">
<ProgId Id="Mga.MgaClosure.1" Description="MgaClosure Class">
<ProgId Id="Mga.MgaClosure" Description="MgaClosure Class" />
More information about the gme-commit
mailing list