I have created a VB.NET application for a client and need to create an msi so that they can install the application on client machines. My question is, I have a few Crystal reports that will be saved locally on each machine. First, how do I ensure that these files are included in the setup (I think I have this one figured out). Secondly, how do I code my report document (The one that loads the report) to know where to look for the report?
i.e.
Dim repDoc As New ReportDocument()
repDoc.Load("c:\Customers.rpt")
If this doesn't make sense I can further explain it...
i.e.
Dim repDoc As New ReportDocument()
repDoc.Load("c:\Customers.rpt")
If this doesn't make sense I can further explain it...