how to include a folder in deployment project?

D

Dino M. Buljubasic

Hi,
I am building deployment project for my vb.net application. The process is
pretty much clear except one thing.
I'd like to include a folder with icons for my application. How can I do
that?

Regards,
Dino
 
S

SStory

on the right click on the Setup project,

Click Add, File
Add each of your icons to the project, then I suggest going to the
properties for each file and changing to Hidden if you don't want the user
seeing them (depends on what you want to do)

Next if File Systems Editor

right click Application Folder
Add, Folder
then on that folder, right click and add files.

This will install a new folder and the files that are added in it, in a sub
folder of the application's root folder

HTH,

Shane
 
D

Dino M. Buljubasic

Thanks Shane,

yes it helped. :)
Thanks for your help

Dino

--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


SStory said:
on the right click on the Setup project,

Click Add, File
Add each of your icons to the project, then I suggest going to the
properties for each file and changing to Hidden if you don't want the user
seeing them (depends on what you want to do)

Next if File Systems Editor

right click Application Folder
Add, Folder
then on that folder, right click and add files.

This will install a new folder and the files that are added in it, in a sub
folder of the application's root folder

HTH,

Shane
 

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