Include folder in setup project

后端 未结 2 991
挽巷
挽巷 2020-12-31 17:14

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

2条回答
  •  旧时难觅i
    2020-12-31 17:59

    Right click the setup project, and select "View" > "File System", 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.

提交回复
热议问题