I have written a small program which stores the data in a Access Data. The
program also generates a couple of reports in Crystal reports.
Now I am learning to distribute this application. I have added a new project
(Setup Wizard) to this Solution.
Now my question how and where do we include the report files (.rpt files) ?
Should I include when I am prompted "Additional Files" ?
In other words what is the correct procedure to attach the .rpt files to
setup project. In my code right now the path of the files are hard-coded (for
testing purposes) but I'll change it to Application.StartupPath
Similary what is the recommended procedure to attach the database?
Thanks in advance!
|