Add text files to VB 2005 Express app

L

Looch

Hi All,

I've written a small app in VB 2005 Express that reads from a text
file and calls a batch file at different times. My question is, how do
I add those files to my project so that when I create the executable
(publish) that installs this app those files (text, batch) are also
installed?

Thanks for any help.
 
N

Newbie Coder

Looch,

Add a setup project to your program

Then add the files you need using Add Files instead of your primary output &
you'll be fine.
 

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

Top