C# setup and deployment question

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

In my C# project there's a MyApp.XML file in C:\MyAppFolder\bin\Debug, and
my program will point to that xml file to get some data.
But in the Setup and Deployment, how do I include that xml file in the setup
and what will be the right position for it?
Thanks for help.


Jason
 
Hello, Jason!

JH> In my C# project there's a MyApp.XML file in C:\MyAppFolder\bin\Debug,
JH> and my program will point to that xml file to get some data.
JH> But in the Setup and Deployment, how do I include that xml file in the
JH> setup and what will be the right position for it?
JH> Thanks for help.

Select "File System Editor", then choose the same folder where your exe will be installed, right-button click on it, select Add->File.

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top