G
Guest
Hello,
I have been using OneClick deployment to deploy apps at my workplace. Works
great! But now I have to deploy additional files with the app, like chms,
rtfs. How do I publish the additional files? Do I add them to the project?
I have a RichTextBox that will read the rtf's.
RichTextBox1.LoadFile(Application.StartUpPath & "\myTest.rtf")
How can I publish "myText.rtf" along with my app so that the above code will
run correctly?
Thanks,
Rich
I have been using OneClick deployment to deploy apps at my workplace. Works
great! But now I have to deploy additional files with the app, like chms,
rtfs. How do I publish the additional files? Do I add them to the project?
I have a RichTextBox that will read the rtf's.
RichTextBox1.LoadFile(Application.StartUpPath & "\myTest.rtf")
How can I publish "myText.rtf" along with my app so that the above code will
run correctly?
Thanks,
Rich