[RESOLVED] Including extra files with installation
I've got some tools that I've built which I'm using the standard installer to deploy (ie. creating an install project and adding in the outputs for the project). However, part of the project is some tools that use XML files for help. These XML files are used by the application the tools run under (ArcGIS). However, the XML files need to be placed in a specific directory. The directory can be assumed to be the same in every case. How do I modify the installer to place these XML files in the directory I want them to go into?
Re: Including extra files with installation
Just use the File System page of the Setup project. You can add whatever files you want.
Re: Including extra files with installation