Hi, What is the proper way to execute a post install script in NSIS, PackageMaker and sh-archive ?
From reading the http://www.vtk.org/Wiki/CMake:CPackPackageGenerators, it seems different package generator has different ways. My immediate need is to run a batch script for NSIS at a known location (relative to the actual installed path i.e. I am taking into account the user may choose a different installation from the standard path). Is CPACK_NSIS_MUI_FINISHPAGE_RUN suitable ? How does CPack/NSIS determine the path to that script/executable ? How do I determined (within CMake/CPack) the installation directory chosen by the user ? Regards -- Nicholas Yue Graphics - RenderMan, Houdini, Visualization, OpenGL, HDF5 Custom Dev - C++ porting, OSX, Linux, Windows http://au.linkedin.com/in/nicholasyue -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
