Hello All
I have created a simple windows application in .NET 2008. Im packaging the same into a setup file using .NET Setup and Deployment. Also i am customizing it to include a License Agreement UI. And i am pointing the License Agreement window to read the license.rtf file which is being included in the Application folder.
After successful build, if i run the setup file i can see the License Agreement window but i cannot see the content of my file.
Any ideas what is the issue behind this ?
Regards CL