Re: [CMake] CPack/NSIS and launching the application after the installation completed

2011-02-07 Thread Eric Noulard
2011/2/7 Crni Gorac : > On Mon, Feb 7, 2011 at 10:09 PM, David Cole wrote: >> >>  [ ... ] >> >> The commit to fix this bug is in the 2.8.4-rc2 release candidate: >> http://public.kitware.com/Bug/view.php?id=11144 >> >> With it, you can set CPACK_NSIS_MUI_FINISHPAGE_RUN to an executable in your >>

Re: [CMake] CPack/NSIS and launching the application after the installation completed

2011-02-07 Thread Crni Gorac
On Mon, Feb 7, 2011 at 10:09 PM, David Cole wrote: > > [ ... ] > > The commit to fix this bug is in the 2.8.4-rc2 release candidate: > http://public.kitware.com/Bug/view.php?id=11144 > > With it, you can set CPACK_NSIS_MUI_FINISHPAGE_RUN to an executable in your > installation directory, and it w

Re: [CMake] CPack/NSIS and launching the application after the installation completed

2011-02-07 Thread David Cole
On Mon, Feb 7, 2011 at 3:16 PM, Clinton Stimpson wrote: > On Monday, February 07, 2011 01:10:28 pm Crni Gorac wrote: > > Is it possible, on Windows and with NSIS back-end for CPack, to have > > small check-box on the last page of the installer that would, if > > checked, cause the installed applic

Re: [CMake] CPack/NSIS and launching the application after the installation completed

2011-02-07 Thread Clinton Stimpson
On Monday, February 07, 2011 01:10:28 pm Crni Gorac wrote: > Is it possible, on Windows and with NSIS back-end for CPack, to have > small check-box on the last page of the installer that would, if > checked, cause the installed application to be launched after the > installation completed? I'm n

[CMake] CPack/NSIS and launching the application after the installation completed

2011-02-07 Thread Crni Gorac
Is it possible, on Windows and with NSIS back-end for CPack, to have small check-box on the last page of the installer that would, if checked, cause the installed application to be launched after the installation completed? If not, is it then possible somehow with CPack/NSIS to unconditionally lau