Hi there!
I have just finished a WinForms app, and its working great! Now, time to deploy. Issue is, that I dont want to create a setup file, but rather a single executable, for example 'myApp.exe'. The reason for doing this, is because it will be redistributed on CD media, and it is supposed to auto-run as a stand-alone app when the CD inserted into a user's PC.
Any thoughts here?
Secondly, how can I create a reference to '.txt' files contained on the CD from within the app? I want to provide links to the files, but Im unsure as to how to do the path reference.
TIA...Im really puzzled here!