From: <sag...@us...> - 2010-05-14 16:37:22
|
Revision: 596 http://modplug.svn.sourceforge.net/modplug/?rev=596&view=rev Author: saga-games Date: 2010-05-14 16:37:15 +0000 (Fri, 14 May 2010) Log Message: ----------- [Mod] Updated installer / readme URLs and instructions. Modified Paths: -------------- trunk/OpenMPT/installer/install.iss trunk/OpenMPT/installer/packageTemplate/readme.txt trunk/OpenMPT/packageTemplate/readme.txt Modified: trunk/OpenMPT/installer/install.iss =================================================================== --- trunk/OpenMPT/installer/install.iss 2010-05-14 15:27:19 UTC (rev 595) +++ trunk/OpenMPT/installer/install.iss 2010-05-14 16:37:15 UTC (rev 596) @@ -6,12 +6,12 @@ [Setup] AppId={{67903736-E9BB-4664-B148-F62BCAB4FA42} AppVerName=OpenMPT 1.18 -AppVersion=1.18.00.00 +AppVersion=1.18.01.00 AppName=OpenMPT AppPublisher=OpenMPT Devs / Olivier Lapicque -AppPublisherURL=http://www.openmpt.com/ -AppSupportURL=http://www.openmpt.com/ -AppUpdatesURL=http://www.openmpt.com/ +AppPublisherURL=http://openmpt.com/ +AppSupportURL=http://openmpt.com/forum/ +AppUpdatesURL=http://openmpt.com/ DefaultDirName={pf}\OpenMPT DefaultGroupName=OpenMPT AllowNoIcons=yes @@ -240,5 +240,3 @@ end; end; - - Modified: trunk/OpenMPT/installer/packageTemplate/readme.txt =================================================================== --- trunk/OpenMPT/installer/packageTemplate/readme.txt 2010-05-14 15:27:19 UTC (rev 595) +++ trunk/OpenMPT/installer/packageTemplate/readme.txt 2010-05-14 16:37:15 UTC (rev 596) @@ -6,16 +6,16 @@ Migrating from OpenMPT 1.17 --------------------------- -If you have an existing installation of OpenMPT 1.17 and wish to re-use its -settings, copy your mptrack.ini and plugin.cache to %appdata%\OpenMPT (or the -directory into which you installed OpenMPT if you used portable mode). +Unless you install OpenMPT in portable mode, all settings are now stored in +%appdata%\OpenMPT. The installer will automatically try to move all settings +to the new folder - Migration is done automatically. Uninstallation -------------- An uninstaller is provided. Don't worry, it will ask you if you want to keep -your personal settings, nothing will automatically be deleted. +your personal settings, none of these will be deleted automatically. Changes @@ -27,7 +27,7 @@ Questions, comments, bug reports... ----------------------------------- -See forums at http://modplug.sourceforge.net/. +See forums at http://openmpt.com/forum/. Release package contents: @@ -36,13 +36,14 @@ available in several flavours (including MPT classic, FastTracker and Impulse Tracker) and country-specific layouts. soundtouch(folder): SoundTouch readme and copying.txt +ReleaseNotesImages(folder): Images using in the release notes document. history.txt: Version history. mptrack.exe: Main executable. -open_settings_folder.bat: Opens settings folder. OpenMPT_SoundTouch_i16.dll: Slightly customized SoundTouch library used in time stretching feature. -readme.txt: +readme.txt: this document unmo3.dll: Used in MO3-file import. +OMPT_1.18_ReleaseNotes.html: Release notes for this version. Misc: ----- Modified: trunk/OpenMPT/packageTemplate/readme.txt =================================================================== --- trunk/OpenMPT/packageTemplate/readme.txt 2010-05-14 15:27:19 UTC (rev 595) +++ trunk/OpenMPT/packageTemplate/readme.txt 2010-05-14 16:37:15 UTC (rev 596) @@ -38,20 +38,22 @@ Questions, comments, bug reports... ----------------------------------- -See forums at http://modplug.sourceforge.net/. +See forums at http://openmpt.com/forum/. Release package contents: ------------------------- extraKeymaps(folder): soundtouch(folder): SoundTouch readme and copying.txt +ReleaseNotesImages(folder): Images using in the release notes document. history.txt: Version history. mptrack.exe: Main executable. open_settings_folder.bat: Opens settings folder. OpenMPT_SoundTouch_i16.dll: Slightly customized SoundTouch library used in time stretching feature. -readme.txt: +readme.txt: this document unmo3.dll: Used in MO3-file import. +OMPT_1.18_ReleaseNotes.html: Release notes for this version. Misc: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |