|
From: <sag...@us...> - 2011-03-04 17:53:00
|
Revision: 807
http://modplug.svn.sourceforge.net/modplug/?rev=807&view=rev
Author: saga-games
Date: 2011-03-04 17:52:53 +0000 (Fri, 04 Mar 2011)
Log Message:
-----------
[Imp] Installer: Recommends to install KernelEx on Win98 / WinME now.
[Ref] Updated installer documentation
Modified Paths:
--------------
trunk/OpenMPT/installer/install-unmo3-free-itd.iss
trunk/OpenMPT/installer/install-unmo3-free.iss
trunk/OpenMPT/installer/install.iss
Modified: trunk/OpenMPT/installer/install-unmo3-free-itd.iss
===================================================================
--- trunk/OpenMPT/installer/install-unmo3-free-itd.iss 2011-02-27 22:24:02 UTC (rev 806)
+++ trunk/OpenMPT/installer/install-unmo3-free-itd.iss 2011-03-04 17:52:53 UTC (rev 807)
@@ -6,8 +6,8 @@
; This file is provided for creating an install package without the proprietary unmo3.dll (for example for the SourceForge package).
; Instead of including the file in the setup package, the user instead has the possibility to automatically download unmo3.dll from
; our servers.
-; The download code requires the InnoIDE with its downloader extension which currently only works in ANSI version! ISPP is also required.
-; To download and install ISPP and InnoIDE, get the Inno Setup QuickStart Pack from http://www.jrsoftware.org/isdl.php#qsp (don't use the unicode pack!)
+; The download code requires the InnoIDE with its downloader extension which currently only works in ANSI version!
+; To download and install InnoIDE, get the Inno Setup QuickStart Pack from http://www.jrsoftware.org/isdl.php#qsp (don't use the unicode pack!)
; it_download.iss and it_download.dll have to be placed in same directory as the file you are currently viewing.
#define DOWNLOAD_MO3
Modified: trunk/OpenMPT/installer/install-unmo3-free.iss
===================================================================
--- trunk/OpenMPT/installer/install-unmo3-free.iss 2011-02-27 22:24:02 UTC (rev 806)
+++ trunk/OpenMPT/installer/install-unmo3-free.iss 2011-03-04 17:52:53 UTC (rev 807)
@@ -6,9 +6,7 @@
; This file is provided for creating an install package without the proprietary unmo3.dll (for example for the SourceForge package).
; Instead of including the file in the setup package, the user instead has the possibility to automatically download unmo3.dll from
; our servers.
-; The download code requires the ISTool IDE with its downloader extension. ISPP is also required.
-; To download and install ISPP, get the Inno Setup QuickStart Pack from http://www.jrsoftware.org/isdl.php#qsp
-; The QuickStart Pack doesn't provide a ISTool downloader anymore, so you'll have to download it manually from http://www.istool.org/
+; The download code requires the ISTool IDE with its downloader extension. You can download it from http://www.istool.org/
#define DOWNLOAD_MO3
#define BaseNameAddition "_sf"
Modified: trunk/OpenMPT/installer/install.iss
===================================================================
--- trunk/OpenMPT/installer/install.iss 2011-02-27 22:24:02 UTC (rev 806)
+++ trunk/OpenMPT/installer/install.iss 2011-03-04 17:52:53 UTC (rev 807)
@@ -3,10 +3,10 @@
; http://openmpt.org/
; http://sagamusix.de/
-; ISPP is needed for automated version retrieval.
+; ISPP is needed for automated version retrieval. Since InnoSetup 5.4.1, ISPP is included in the default InnoSetup installer.
; Furthermore, either the ISTool IDE or InnoIDE with their downloader extensions are required for "unmo3-free" packages which don't contain unmo3.dll, but download it from a server.
-; Check install-unmo3-free.iss and install-unmo3-free-itd.iss for details on this matter.
-; To download and install ISPP and InnoIDE, get the Inno Setup QuickStart Pack from http://www.jrsoftware.org/isdl.php#qsp
+; Check install-unmo3-free.iss (ISTool) and install-unmo3-free-itd.iss (InnoIDE) for details on this matter.
+; To download and install InnoIDE, get the Inno Setup QuickStart Pack from http://www.jrsoftware.org/isdl.php#qsp
#define GetAppVersion StringChange(GetFileProductVersion("..\mptrack\bin\mptrack.exe"), ",", ".")
#define GetAppVersionShort Copy(GetAppVersion, 1, 4)
@@ -68,7 +68,7 @@
Source: ..\packageTemplate\ExampleSongs\*.*; DestDir: {app}\ExampleSongs\; Flags: ignoreversion sortfilesbyextension
Source: packageTemplate\readme.txt; DestDir: {app}; Flags: ignoreversion
-Source: ..\packageTemplate\history.txt; DestDir: {app}; Flags: ignoreversion
+Source: ..\packageTemplate\History.txt; DestDir: {app}; Flags: ignoreversion
; release notes
Source: ..\packageTemplate\ReleaseNotesImages\general\*.*; DestDir: {app}\ReleaseNotesImages\general\; Flags: ignoreversion sortfilesbyextension
@@ -114,6 +114,7 @@
[Run]
; duh
Filename: {app}\mptrack.exe; Parameters: """{app}\ExampleSongs\xaimus - digital sentience.it"""; Description: {cm:LaunchProgram,OpenMPT}; Flags: nowait postinstall skipifsilent
+Filename: "https://sourceforge.net/projects/kernelex/"; Description: "Download KernelEx (required on Windows 98 / Me)"; Flags: shellexec nowait postinstall skipifsilent; Check: not UsingWinNT();
[UninstallDelete]
; internet shortcut has to be deleted manually
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|