Open file from user setup folder on setup project - C# -


i want create setup project loads file specific path (the same place of setup.exe file folder).

i know how create setup project , how load file static folder (like debug folder).

how can change dynamic folder / path?

i hope explaining enough?

this example of want @ end: enter image description here now, .msi , .exe files, want add .hex file when click on setup.exe, finds file same folder.

thanks help!

i did little research you. this answer show excellent way application's base directory. there can append final folders , plug in file name.

edit: comment, believe looking this:

string path = @"c:\c# projects\sqa-v flash...";

from there can append rest of info. oh, put ... in there because snapshot doesn't include entire folder name.


Comments

Popular posts from this blog

php - How to serve a file for download on WordPress -

how to share virtual sharepoint server and get it in host windows and visual studio? -