Are .RPT files included automatically when creating a setup project?
If no, How do you include .RPT files when you are creating a setup project?
Thanks in Advance
rowter Wednesday, September 02, 2009 5:58 PM
Hi rowter,
Based on my consulting, .rpt file won't be automatically add to the msi package. You need to add them to the setup project manually. In the "Application Folder" window, right click the blank area to "Add" -> "File...". Select all the files you want to add. Then build the project.
If you have any problem with it, please feel free to tell me.
Sincerely, Kira QianPlease mark the replies as answers if they help and unmark if they don't.
Marked As Answer byrowterSaturday, September 05, 2009 4:36 PM
Kira Qian Friday, September 04, 2009 3:46 AM
Hi rowter,
Based on my consulting, .rpt file won't be automatically add to the msi package. You need to add them to the setup project manually. In the "Application Folder" window, right click the blank area to "Add" -> "File...". Select all the files you want to add. Then build the project.
If you have any problem with it, please feel free to tell me.
Sincerely, Kira QianPlease mark the replies as answers if they help and unmark if they don't.
Marked As Answer byrowterSaturday, September 05, 2009 4:36 PM
Kira Qian Friday, September 04, 2009 3:46 AM
Thanks Kira, Thats what i wanted to know. It worked for me .