Commit graph

77 commits

Author SHA1 Message Date
kervala
2f98e52dbf Fixed: Restart Installer at the end of installation/migration 2016-10-18 13:42:19 +02:00
kervala
3b7f35efcc Fixed: Special case under Windows when Installer is run from TEMP directory 2016-10-18 10:26:41 +02:00
kervala
9807be9534 Fixed: Typo... 2016-10-17 13:52:20 +02:00
kervala
c0678ac664 Fixed: getInstallerCurrentFilePath instead of getInstallerCurrentDirPath 2016-10-17 13:08:14 +02:00
kervala
b860ae4428 Changed: Keep other servers when upgrading ryzom_installer.ini 2016-10-17 11:20:20 +02:00
kervala
377b122772 Changed: Relaunch installed Ryzom Installer if exists 2016-10-17 11:19:50 +02:00
kervala
a307601382 Fixed: getInstallerCurrentDirPath() returns bundle parent directory under OS X 2016-10-17 11:19:11 +02:00
kervala
ae56643f3a Changed: Use getInstallerCurrentFilePath() instead of QApplication::applicationFilePath() 2016-10-17 11:16:34 +02:00
kervala
fe890b3728 Changed: Always launch the more recent version of Installer 2016-10-16 17:28:17 +02:00
kervala
a2f67bf469 Changed: Use getInstallerInstalledFilePath() to get installed Installer full path 2016-10-16 17:26:05 +02:00
kervala
dd0f1ab72b Changed: Install shorcuts in Applications instead of /Applications 2016-10-15 17:13:51 +02:00
kervala
8ab5d4884b Changed: Support special bundle structure for OS X client 2016-10-09 19:50:06 +02:00
kervala
d3a72f1506 Changed: Write shortcuts under OS X 2016-10-09 15:08:37 +02:00
kervala
44f5615a6d Changed: Installer filename should not depend on server 2016-10-03 17:17:20 +02:00
kervala
da57e300d7 Changed: New functions to remove a shortcut and check if it exists 2016-10-03 09:59:19 +02:00
kervala
c324daeda5 Fixed: msvcr140.dll is called vcrunrime140.dll 2016-10-01 13:05:58 +02:00
kervala
aacdfbb9b4 Fixed: Unable to find a shortcut 2016-10-01 13:05:11 +02:00
kervala
53f6021738 Fixed: Delete ryzom_installer.ini when uninstalling Installer 2016-09-29 20:47:03 +02:00
kervala
d3f07c825c Fixed: Create Installer link under Linux 2016-09-29 20:46:29 +02:00
kervala
9638c01274 Fixed: Remove all directories from data excepted fonts one 2016-09-28 23:29:02 +02:00
kervala
e7c19bb2fd Changed: New methods loadFromSettings and saveToSettings for CProfile and CServer, see #279 2016-09-24 14:17:43 +02:00
kervala
87304cbad5 Changed: Implements shouldCopyInstaller() based on version from executable, see #279 2016-09-22 18:11:47 +02:00
kervala
10557b5512 Changed: Delete ryzom_installer_uninstalling_old_client when old client is uninstalled, see #279 2016-09-21 15:49:18 +02:00
kervala
2c6719b8c8 Changed: Use a temporary file to check if we're uninstalling old client, see #279 2016-09-20 18:34:59 +02:00
kervala
dae4a3b93e Fixed: Only ask once if user want to uninstall Ryzom, see #279 2016-09-14 08:14:56 +02:00
kervala
3b7c82c473 Changed: Wrong filename for packed sheets BNP, see #279 2016-09-03 10:14:48 +02:00
kervala
8e05b80b18 Changed: QDir.cd already checks if directory exists, see #279 2016-09-03 10:14:06 +02:00
kervala
97b82ac58f Changed: Rerun installer from TEMP under Windows, see #279 2016-08-14 13:35:46 +02:00
kervala
6ad79f707e Changed: Check modification time of Installer to determine if it must be copied again, see #279 2016-08-14 13:29:27 +02:00
kervala
372d06c342 Changed: Try to load config file everytime, see #279 2016-08-14 13:28:50 +02:00
kervala
43e8593735 Added: CProfile and CServer classes have their own sources, see #279 2016-08-14 13:26:45 +02:00
kervala
16d6357cb6 Changed: Create a backup if version of default config is incremented, see #279 2016-08-06 20:11:48 +02:00
kervala
03107010d5 Fixed: Wrong checks, see #279 2016-07-27 12:42:24 +02:00
kervala
a115f89ed2 Changed: Get language and installation directory from registry, see #279 2016-07-27 12:41:02 +02:00
kervala
041070f479 Changed: getInstallerFullPath() returns only directory, see #279 2016-07-27 11:56:53 +02:00
kervala
1b3c882d3a Changed: List all required files and copy them, see #279 2016-07-27 11:54:35 +02:00
kervala
969f54a35e Changed: Read default ryzom_installer.ini from QRC, see #279 2016-07-27 11:52:59 +02:00
kervala
d4ac247790 Changed: 64 bits clients only available since Vista under Windows, see #279 2016-07-26 18:23:03 +02:00
kervala
d2f9358fb7 Changed: Use PNG icons under Linux, see #279 2016-07-26 18:22:18 +02:00
kervala
444bdeceb6 Changed: Check default installer.ini in different places, see #279 2016-07-25 18:54:37 +02:00
kervala
190f72d95f Fixed: When migrating from client 2.1 to 3.0, client_default.cfg is deleted because it exists in several unfiltered BNP, see #279 2016-07-25 18:38:25 +02:00
kervala
7b01cafbb3 Changed: Replace more variables, see #279 2016-07-25 18:32:15 +02:00
kervala
a4fdeac558 Changed: Create all profiles shortcuts at once, see #279 2016-07-25 18:31:11 +02:00
kervala
480b126c7f Fixed: Launch old Uninstaller after copying old profile 2016-06-26 19:42:35 +02:00
kervala
c8e66a5427 Changed: Support old and new data files 2016-06-19 21:04:31 +02:00
kervala
28e790481c Changed: More helpers 2016-06-19 21:04:00 +02:00
kervala
230fb82bc7 Fixed: Create links under Windows 2016-06-18 22:40:02 +02:00
kervala
60ccf2c744 Changed: Put installer.ini in same directory as other local files 2016-06-18 19:51:44 +02:00
kervala
ddcbd3ff21 Fixed: Don't forget to expand variables un client names 2016-06-18 19:50:26 +02:00
kervala
913914f0cb Changed: Remove a profile 2016-06-14 19:46:18 +02:00