r16238 - gnucash/trunk/packaging/win32 - Win32: Add ignoreversion for the installation of bin/*, #452170.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Jun 30 11:27:51 EDT 2007


Author: andi5
Date: 2007-06-30 11:27:49 -0400 (Sat, 30 Jun 2007)
New Revision: 16238
Trac: http://svn.gnucash.org/trac/changeset/16238

Modified:
   gnucash/trunk/packaging/win32/gnucash.iss.in
Log:
Win32: Add ignoreversion for the installation of bin/*, #452170.

In the switch to self-compiled openssl dlls, libeay32.dll lost
versioning information.  Without ignoreversion inno setup will not
update this file although it really should, as it is newer and has added
symbols.


Modified: gnucash/trunk/packaging/win32/gnucash.iss.in
===================================================================
--- gnucash/trunk/packaging/win32/gnucash.iss.in	2007-06-30 15:05:01 UTC (rev 16237)
+++ gnucash/trunk/packaging/win32/gnucash.iss.in	2007-06-30 15:27:49 UTC (rev 16238)
@@ -57,7 +57,7 @@
 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 [Files]
 ; The main executables and DLLs
-Source: "@prefix@\..\dist\bin\*"; DestDir: "{app}\bin"; Flags: recursesubdirs; Components: main; AfterInstall: MyAfterInstallConfig()
+Source: "@prefix@\..\dist\bin\*"; DestDir: "{app}\bin"; Flags: recursesubdirs ignoreversion; Components: main; AfterInstall: MyAfterInstallConfig()
 ; Note: The above AfterInstall function will create the 
 ; gnucash.bat file on-the-fly by the Pascal script below.
 



More information about the gnucash-changes mailing list