Re: [CMake] Launching a script after user picks components in component-based installers

2011-07-03 Thread Mathias Gaunard
On 07/03/2011 06:13 PM, Eric Noulard wrote: The post-install step currently depends on the CPack generator you use. Doing such thing in a portable/cross-platform way would need to suppose you have a portable tool at hand **AT INSTALL TIME**. It would be logical to require CMake and may be embb

Re: [CMake] Launching a script after user picks components in component-based installers

2011-07-03 Thread Eric Noulard
2011/7/3 Mathias Gaunard : > With a component-based installer such as NSIS, the user can choose the > components that he wants to install. > > I would need to launch a script (just launching an external program would > do) after this, telling me where the application was installed, so that I > can

[CMake] Launching a script after user picks components in component-based installers

2011-07-02 Thread Mathias Gaunard
With a component-based installer such as NSIS, the user can choose the components that he wants to install. I would need to launch a script (just launching an external program would do) after this, telling me where the application was installed, so that I can perform additional actions dependi