I'm creating a .NET installer using SetupProject of VS2008. I can force my execute file to run after installation as described here. But I don't know how to force a display of Readme.txt. When I add a text file for custom action, it always tells me that the file is not supported for custom action.
What should I do? I do not want to create a batch file for this task to invoke the display of txt file.
Any suggestion would be greatly appreciated.