CMake/Utilities/cmlibarchive
Kolan Sh 8d46d4838b Make NSIS uninstaller filename (Uninstall.exe) customizable.
When we have to generate two different setup packages
from the same project (modules, libraries, data-files, etc...)
we want to have opportunity to install/update/delete them independently.
But the later installed package would overwrite the 'Uninstall.exe'.
This patch fixes the issue by customizing uninstaller name:
set (CPACK_UNINSTALL_NAME "My Custom Uninstaller Name")
before directive
include (CPack).
2015-04-22 22:04:00 +03:00
..
build Merge branch 'libarchive-upstream' into update-libarchive 2014-04-15 16:34:50 -04:00
libarchive libarchive: Fix string concatentation in Windows mktemp implementation 2015-04-09 14:08:43 -04:00
.gitattributes libarchive: Disable all whitespace checks in third-party code 2014-04-15 16:34:17 -04:00
CMakeLists.txt Make NSIS uninstaller filename (Uninstall.exe) customizable. 2015-04-22 22:04:00 +03:00
COPYING Merge branch 'libarchive-upstream' into update-libarchive 2011-12-20 11:54:25 -05:00
CTestConfig.cmake Merge branch 'libarchive-upstream' into update-libarchive 2011-12-20 11:54:25 -05:00
README-CMake.txt libarchive: Update README-CMake.txt for new snapshot 2014-04-15 16:36:44 -04:00