[cmake-developers] [CMake 0013812]: NSIS: Custom install path was not considered during uninstallation.
Mantis Bug Tracker
mantis at public.kitware.com
Mon Dec 24 06:31:10 EST 2012
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=13812
======================================================================
Reported By: Kolan Sh
Assigned To:
======================================================================
Project: CMake
Issue ID: 13812
Category: CPack
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-12-24 06:31 EST
Last Modified: 2012-12-24 06:31 EST
======================================================================
Summary: NSIS: Custom install path was not considered during
uninstallation.
Description:
When CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL CPack variable set to ON
the user see dialogue "the package is already installed.
Do you want to uninstall the old version before installing the new one?"
Answering "Yes" the user sees dialogue with a default installation path
instead of a path where the application is installed.
Steps to Reproduce:
1. Create package with "SET (CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL ON)"
and "SET (CPACK_NSIS_MODIFY_PATH ON)".
2. Set custom install installation path during installation.
3. Run installer again, confirm uninstallation and look for uninstallation path.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-12-24 06:31 Kolan Sh New Issue
2012-12-24 06:31 Kolan Sh File Added:
0001-NSIS-Custom-install-path-was-not-considered-during-u.patch
======================================================================
More information about the cmake-developers
mailing list