Commit graph

84 commits

Author SHA1 Message Date
kervala
ee2d17c24b Changed: Don't try to copy Installer several times (if it fails once, it'll fail forever)
--HG--
branch : develop
2016-11-03 14:43:08 +01:00
kervala
0b99222330 Fixed: Clear m_srcDirectory if directory doesn't exist anymore
--HG--
branch : develop
2016-10-23 16:28:17 +02:00
kervala
552e147c76 Changed: If old installer doesn't return a version, overwrite it
--HG--
branch : develop
2016-10-21 14:27:05 +02:00
kervala
fccaee006b Changed: Only check if Ryzom is installed in current directory under Windows
--HG--
branch : develop
2016-10-21 12:57:35 +02:00
kervala
6b9a267abc Changed: Only enable migration under Windows when launched from 2.1 client directory
--HG--
branch : develop
2016-10-21 12:53:10 +02:00
kervala
22ff9504a7 Changed: Log version of installed Installer
--HG--
branch : develop
2016-10-20 14:47:45 +02:00
kervala
37fe37c8ed Fixed: When incrementing version of ini file, check servers by ID not by index
--HG--
branch : develop
2016-10-19 17:06:25 +02:00
kervala
d7f62326aa Fixed: Restart Installer at the end of installation/migration
--HG--
branch : develop
2016-10-18 13:42:19 +02:00
kervala
6801bf34d4 Fixed: Special case under Windows when Installer is run from TEMP directory
--HG--
branch : develop
2016-10-18 10:26:41 +02:00
kervala
0e0ae0fde4 Fixed: Typo...
--HG--
branch : develop
2016-10-17 13:52:20 +02:00
kervala
273d5ab80d Fixed: getInstallerCurrentFilePath instead of getInstallerCurrentDirPath
--HG--
branch : develop
2016-10-17 13:08:14 +02:00
kervala
45c326a733 Changed: Keep other servers when upgrading ryzom_installer.ini
--HG--
branch : develop
2016-10-17 11:20:20 +02:00
kervala
ab1fb50ab5 Changed: Relaunch installed Ryzom Installer if exists
--HG--
branch : develop
2016-10-17 11:19:50 +02:00
kervala
d1e078aea5 Fixed: getInstallerCurrentDirPath() returns bundle parent directory under OS X
--HG--
branch : develop
2016-10-17 11:19:11 +02:00
kervala
48f013a86e Changed: Use getInstallerCurrentFilePath() instead of QApplication::applicationFilePath()
--HG--
branch : develop
2016-10-17 11:16:34 +02:00
kervala
a5a488da3e Changed: Always launch the more recent version of Installer
--HG--
branch : develop
2016-10-16 17:28:17 +02:00
kervala
f65883296b Changed: Use getInstallerInstalledFilePath() to get installed Installer full path
--HG--
branch : develop
2016-10-16 17:26:05 +02:00
kervala
999fd9d3aa Changed: Install shorcuts in Applications instead of /Applications
--HG--
branch : develop
2016-10-15 17:13:51 +02:00
kervala
8caac6363f Changed: Support special bundle structure for OS X client
--HG--
branch : develop
2016-10-09 19:50:06 +02:00
kervala
16ee68d3d3 Changed: Write shortcuts under OS X
--HG--
branch : develop
2016-10-09 15:08:37 +02:00
kervala
7d7ce29894 Changed: Installer filename should not depend on server
--HG--
branch : develop
2016-10-03 17:17:20 +02:00
kervala
c0d4013b51 Changed: New functions to remove a shortcut and check if it exists
--HG--
branch : develop
2016-10-03 09:59:19 +02:00
kervala
1ebc739797 Fixed: msvcr140.dll is called vcrunrime140.dll
--HG--
branch : develop
2016-10-01 13:05:58 +02:00
kervala
f17f7954ac Fixed: Unable to find a shortcut
--HG--
branch : develop
2016-10-01 13:05:11 +02:00
kervala
f39e135494 Fixed: Delete ryzom_installer.ini when uninstalling Installer
--HG--
branch : develop
2016-09-29 20:47:03 +02:00
kervala
b6a88ad754 Fixed: Create Installer link under Linux
--HG--
branch : develop
2016-09-29 20:46:29 +02:00
kervala
9557aff2cc Fixed: Remove all directories from data excepted fonts one
--HG--
branch : develop
2016-09-28 23:29:02 +02:00
kervala
162e683803 Changed: New methods loadFromSettings and saveToSettings for CProfile and CServer, see #279
--HG--
branch : develop
2016-09-24 14:17:43 +02:00
kervala
f5ba2e2ff5 Changed: Implements shouldCopyInstaller() based on version from executable, see #279
--HG--
branch : develop
2016-09-22 18:11:47 +02:00
kervala
7cf531c1a3 Changed: Delete ryzom_installer_uninstalling_old_client when old client is uninstalled, see #279
--HG--
branch : develop
2016-09-21 15:49:18 +02:00
kervala
271999e98f Changed: Use a temporary file to check if we're uninstalling old client, see #279
--HG--
branch : develop
2016-09-20 18:34:59 +02:00
kervala
75d3db65e8 Fixed: Only ask once if user want to uninstall Ryzom, see #279
--HG--
branch : develop
2016-09-14 08:14:56 +02:00
kervala
243f9bc9bd Changed: Wrong filename for packed sheets BNP, see #279
--HG--
branch : develop
2016-09-03 10:14:48 +02:00
kervala
508b5fdd24 Changed: QDir.cd already checks if directory exists, see #279
--HG--
branch : develop
2016-09-03 10:14:06 +02:00
kervala
373654ea46 Changed: Rerun installer from TEMP under Windows, see #279
--HG--
branch : develop
2016-08-14 13:35:46 +02:00
kervala
2bc1e26868 Changed: Check modification time of Installer to determine if it must be copied again, see #279
--HG--
branch : develop
2016-08-14 13:29:27 +02:00
kervala
78efe0a895 Changed: Try to load config file everytime, see #279
--HG--
branch : develop
2016-08-14 13:28:50 +02:00
kervala
bb58710623 Added: CProfile and CServer classes have their own sources, see #279
--HG--
branch : develop
2016-08-14 13:26:45 +02:00
kervala
a25697fbda Changed: Create a backup if version of default config is incremented, see #279
--HG--
branch : develop
2016-08-06 20:11:48 +02:00
kervala
7d06821c96 Fixed: Wrong checks, see #279
--HG--
branch : develop
2016-07-27 12:42:24 +02:00
kervala
ac381ea055 Changed: Get language and installation directory from registry, see #279
--HG--
branch : develop
2016-07-27 12:41:02 +02:00
kervala
8516c14b04 Changed: getInstallerFullPath() returns only directory, see #279
--HG--
branch : develop
2016-07-27 11:56:53 +02:00
kervala
626eba195d Changed: List all required files and copy them, see #279
--HG--
branch : develop
2016-07-27 11:54:35 +02:00
kervala
6e8671c55a Changed: Read default ryzom_installer.ini from QRC, see #279
--HG--
branch : develop
2016-07-27 11:52:59 +02:00
kervala
ab828febbb Changed: 64 bits clients only available since Vista under Windows, see #279
--HG--
branch : develop
2016-07-26 18:23:03 +02:00
kervala
30aa93d55a Changed: Use PNG icons under Linux, see #279
--HG--
branch : develop
2016-07-26 18:22:18 +02:00
kervala
49607ddfb9 Changed: Check default installer.ini in different places, see #279
--HG--
branch : develop
2016-07-25 18:54:37 +02:00
kervala
fffce0ca58 Fixed: When migrating from client 2.1 to 3.0, client_default.cfg is deleted because it exists in several unfiltered BNP, see #279
--HG--
branch : develop
2016-07-25 18:38:25 +02:00
kervala
db1a7fbad3 Changed: Replace more variables, see #279
--HG--
branch : develop
2016-07-25 18:32:15 +02:00
kervala
7f70f26436 Changed: Create all profiles shortcuts at once, see #279
--HG--
branch : develop
2016-07-25 18:31:11 +02:00