[CMake] cpack problem

ycollette.nospam at free.fr ycollette.nospam at free.fr
Thu Oct 27 03:16:23 EDT 2011


Hello,

I've built an installer using cmake / cpack / nsis. I work under windpws XP 64 bits.
I first built a "monolithic" installer and everything is fine. My installer have several components.
Now, I build a "network" installation. So, I added:

  cpack_configure_downloads(ftp://ftp.myftpsite.fr/New
                            ALL)

I have installed the nsis plugin ZipDLL in the right place.
The installer builds nicely. I uploaded all the zipped component on my ftp site and now, if I execute the installer, all the selected components are correctly installed but:
- all the files are hidden ...
- another problem, two components have a file in common. ZipDLL doesn't like this and an error message is displayed. I needed to add another component to store the common files, and add a dependency in the cmakelists.txt file.

Does somebody had the same problem (all installed files are hidden) ?

Best regards,

YC



More information about the CMake mailing list