Le Thu, 10 Apr 2008 11:00:22 +0200, "stefan" <[EMAIL PROTECTED]> a écrit :
> Hi cmake-community, > > > > Is it possible to add custom pre-install commands like the > post-install command via the CPACK_NSIS_EXTRA_INSTALL_COMMANDS > variable? > > > > For example I want to install a self made Matlab Toolbox or a plugin > for Winamp, Qt and so on. The installer have to search for the path > were these programs are installed and use this path as > Installdirectory. > > > > In the current Cmake Version there is no possibility to add a > pre-install command or choose another NSIS.template.in file. As already answered recently http://www.cmake.org/pipermail/cmake/2008-April/021013.html you should be able to use your own template If you add your template in your custom module Path SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) > Does anybody have solved the this problem (without changing the > template files in the CMAKE directory) or is it a new feature to > cmake? _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
