[Mobies-commit] [commit] r4200 - GReAT/trunk/InnoSetup

ksmyth at redhat3.isis.vanderbilt.edu ksmyth at redhat3.isis.vanderbilt.edu
Wed Oct 16 10:28:03 CDT 2013


Author: ksmyth
Date: Wed Oct 16 10:28:03 2013
New Revision: 4200

Log:
Need to regsvr32 UMTHelper.dll

Modified:
   GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss

Modified: GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss
==============================================================================
--- GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss	Mon Oct  7 09:57:16 2013	(r4199)
+++ GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss	Wed Oct 16 10:28:03 2013	(r4200)
@@ -479,6 +479,7 @@
 Filename: "regsvr32.exe"; Parameters: "/s ""{app}\bin_vs9\GReAT Master Interpreter.dll"""
 Filename: "regsvr32.exe"; Parameters: "/s ""{app}\bin_vs9\InvokeGRE.dll"""
 Filename: "regsvr32.exe"; Parameters: "/s ""{app}\bin\UMTDecorator.dll"""
+Filename: "regsvr32.exe"; Parameters: "/s ""{app}\bin\UMTHelper.dll"""
 
 Filename: {app}\etc\CallRegParadigm.bat; Parameters: """{app}\Meta\UMLModelTransformer.xmp"""; Flags: skipifdoesntexist runhidden
 Filename: {app}\etc\CallRegParadigm.bat; Parameters: """{app}\Meta\GReATConfig.xmp"""; Flags: skipifdoesntexist runhidden


More information about the Mobies-commit mailing list