vote up 0 vote down star

I want to include a folder in a setup project so when i deploy that setup the complete folder is also deployed to the install location

flag

63% accept rate

1 Answer

vote up 1 vote down check

Right click the setup project, and select "view" > "file system files", and from there you can access a lot of special folders like install folder, appdata, desktop etc, and add files to there, that will be created when you install the application. make sure to set the "alwayscreate" property to true.

link|flag
Be sure to set the files themselves to "build action = content" (see properties) – Hans Kesting Jul 10 at 10:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.