[Mobies-commit] [commit] r4153 - GReAT/trunk/InnoSetup
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Fri Jan 25 18:48:47 CST 2013
Author: ksmyth
Date: Fri Jan 25 18:48:47 2013
New Revision: 4153
Log:
Update UdmDll location
Modified:
GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss
Modified: GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss
==============================================================================
--- GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss Fri Jan 25 18:30:28 2013 (r4152)
+++ GReAT/trunk/InnoSetup/GReAT_innosetupVS2010.iss Fri Jan 25 18:48:47 2013 (r4153)
@@ -296,7 +296,7 @@
begin
Result := True;
#ifdef UDMVER
- if GetVersionNumbers(ExpandConstant('{sys}{#UDMDLL}'), MS, LS) then begin
+ if GetVersionNumbers(ExpandConstant('{sys}\\{#UDMDLL}'), MS, LS) then begin
// MS is checked through dll name
if LS < ${#UDM_PATCH} then begin
Result := Result and (MsgBox('This version of GReAT ({#GREATVER}) requires UDM {#UDMVER}. ' +
More information about the Mobies-commit
mailing list