How to include a full Direectory in Setup?

  • Thread starter Thread starter GB
  • Start date Start date
G

GB

Hi,
I use VS2003, (VB.Net)

I would like all the files of a given directory to be included by my setup
project (to distribute a bunch of application data files).

Of course I know how to do it one by one, but there are hundreds of files,
and worse, the content of the directory is often updated and modified, so I
want this inclusion to be automatic. no matter what files it contains and
how many files it involves at a given time.

How can I do that?

Thanks in advance.

GB
 
GB said:
Hi,
I use VS2003, (VB.Net)

I would like all the files of a given directory to be included by my setup
project (to distribute a bunch of application data files).

Of course I know how to do it one by one, but there are hundreds of files,
and worse, the content of the directory is often updated and modified, so I
want this inclusion to be automatic. no matter what files it contains and
how many files it involves at a given time.

How can I do that?

Thanks in advance.

GB


You can drag the whole folder from windows explorer into the Setup
project filesystem.
Then, the folder and subfolder and files will be included in the Setup.

However, the update of the content of the directory will not be included
automatically.
 
Many thanks Jacky,

It helped, even if it does not solve the "automatic" part of the question. I
guess this is too much for this basic installer. I may have to use a "true"
installer.

Regards

GB
 

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