Utkarsh, Applications/ParaView/CMakeLists.txt no longer holds the INSTALL reference below. Is there somewhere, either in the code (for the superbuild) or the wiki, that shows how to create a Windows .exe install, with these directions telling me 1) what to edit in a CMake file to add additional files to the .exe, and 2) what the cpack command should be?
Thanks, Alan -----Original Message----- From: Utkarsh Ayachit [mailto:[email protected]] Sent: Tuesday, December 18, 2012 3:31 AM To: Scott, W Alan Cc: [email protected] Subject: [EXTERNAL] Re: [Paraview] Custom Windows build Alan, What files are you packaging, if I may ask? You should still be able to add such install rules to Applications/ParaView/CMakeLists.txt, just replace PV_INSTALL_BIN_DIR with VTK_INSTALL_RUNTIME_DIR. Utkarsh On Fri, Dec 14, 2012 at 7:01 PM, Scott, W Alan <[email protected]> wrote: > Group, > I need to repackage my Windows installs, adding a few extra files to > the install. I use to do this through the CMakeLists.txt file found > in the Applications/ParaView source directory, inserting the lines: > > INSTALL(FILES fileName > DESTINATION ${PV_INSTALL_BIN_DIR} > PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ > GROUP_EXECUTE WORLD_READ > COMPONENT Runtime) > > How should this be done now? What CMakeLists.txt file should I edit? > > Thanks, > > Alan > > > > > > _______________________________________________ > 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 ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ 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 ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
