Hi guys,
I have created an app which uses an ini file to store some data.I want to package this app using the package and deployment wizard, how do I add this ini file to the package?
Thanks in advance!
Printable View
Hi guys,
I have created an app which uses an ini file to store some data.I want to package this app using the package and deployment wizard, how do I add this ini file to the package?
Thanks in advance!
During the P&D process, you will get a window titled "Package & Deployment Wizard - Included Files". There is a button on that window that allows you to add other files you want included in your setup package.
After a couple of Next clicks, you will see an "Install Locations" window. You can tell the setup package where to install the additional file. Select the file from the list provided, scroll to far right to change the installation path of that file, if necessary.
Moved To Application Deployment
As an alternative to putting including in your setup as Lavolpe suggested you could put it into a resource file, no installation needed
Easy when ya know how!!
Thanks very much guys!