|
From: <sag...@us...> - 2011-04-01 15:32:53
|
Revision: 837
http://modplug.svn.sourceforge.net/modplug/?rev=837&view=rev
Author: saga-games
Date: 2011-04-01 15:32:47 +0000 (Fri, 01 Apr 2011)
Log Message:
-----------
[Mod] Updated installer scripts.
Modified Paths:
--------------
trunk/OpenMPT/installer/install-unmo3-free-itd.iss
trunk/OpenMPT/installer/install.iss
Modified: trunk/OpenMPT/installer/install-unmo3-free-itd.iss
===================================================================
--- trunk/OpenMPT/installer/install-unmo3-free-itd.iss 2011-04-01 15:15:40 UTC (rev 836)
+++ trunk/OpenMPT/installer/install-unmo3-free-itd.iss 2011-04-01 15:32:47 UTC (rev 837)
@@ -51,8 +51,8 @@
begin
if(IsTaskSelected('downloadmo3')) then
begin
- ITD_AddMirror('http://openmpt.org/files/unmo3/2.4.0.1/unmo3.dll', ExpandConstant('{tmp}\openmpt-unmo3.dll.tmp'));
- ITD_AddFile('ftp://ftp.untergrund.net/users/sagamusix/openmpt/unmo3.dll', ExpandConstant('{tmp}\openmpt-unmo3.dll.tmp'));
+ ITD_AddFile('http://openmpt.org/files/unmo3/2.4.0.1/unmo3.dll', ExpandConstant('{tmp}\openmpt-unmo3.dll.tmp'));
+ ITD_AddMirror('ftp://ftp.untergrund.net/users/sagamusix/openmpt/unmo3.dll', ExpandConstant('{tmp}\openmpt-unmo3.dll.tmp'));
end else
begin
ITD_ClearFiles();
Modified: trunk/OpenMPT/installer/install.iss
===================================================================
--- trunk/OpenMPT/installer/install.iss 2011-04-01 15:15:40 UTC (rev 836)
+++ trunk/OpenMPT/installer/install.iss 2011-04-01 15:32:47 UTC (rev 837)
@@ -114,7 +114,7 @@
[Run]
; duh
-Filename: {app}\mptrack.exe; Parameters: """{app}\ExampleSongs\xaimus - digital sentience.it"""; Description: {cm:LaunchProgram,OpenMPT}; Flags: nowait postinstall skipifsilent
+Filename: {app}\mptrack.exe; Parameters: """{app}\ExampleSongs\manwe - evening glow.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]
@@ -251,7 +251,7 @@
case CurUninstallStep of
usUninstall:
begin
- if MsgBox('Do you want to remove OpenMPT settings files (mptrack.ini, Keybindings.mkb, plugin.cache and local_tunings.tc)?', mbConfirmation, MB_YESNO or MB_DEFBUTTON2) = IDYES then
+ if MsgBox('Do you want to keep OpenMPT your settings files (mptrack.ini, Keybindings.mkb, plugin.cache and local_tunings.tc)?', mbConfirmation, MB_YESNO or MB_DEFBUTTON2) = IDNO then
begin
if(GetIniInt('Paths', 'UseAppDataDirectory', 1, 0, 0, ExpandConstant('{app}\mptrack.ini')) = 1) then
begin
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|