Feature #126
closedWindows Installer Update
100%
Description
The existing windows installer should be updated to
- handle the situation that there is already a previous version installed
- allow to choose the installation directory
- provide an option to install the app for all users (and not only the current user)
- provide the preselected option to create a desktop-icon
- provide some license information and disclaimer
Related issues
Updated by Sebastian Lösch over 12 years ago
- Status changed from New to Feedback
- Assignee changed from Sebastian Lösch to Detlef Hühnlein
- What should be done when a previous version is already installed? Should the installation process be aborted?
- Where can I get the license information and disclaimer?
Updated by Sebastian Lösch about 12 years ago
- Assignee changed from Detlef Hühnlein to Sebastian Lösch
Updated by Sebastian Lösch about 12 years ago
- Status changed from Feedback to In Progress
Updated by Sebastian Lösch about 12 years ago
The implementation is as follows:
- If a previous version with a lower version number is already installed, the older version is removed and the new version is installed.
- If a previous version with a higher version number is already installed, the installation process is aborded with appropriate error message.
Updated by Sebastian Lösch about 12 years ago
The license information can be found in richclient\src\main\windows-installer\License.rtf.
This has to be reviewed by someone!
Updated by Sebastian Lösch about 12 years ago
- Status changed from In Progress to Solved