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

--

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

Reply via email to