Visual Studio Setup Project with all files from a folder

前端 未结 10 649
陌清茗
陌清茗 2021-01-13 17:27

We have a setup project that currently adds Project Output\'s from different visual studio projects. We want to change the packaging system and use a folder with a bunch of

10条回答
  •  粉色の甜心
    2021-01-13 17:28

    1. You can right click inside the folder(that needs to be copied) in windows explorer and click Ctrl+A or select all the files and click copy.
    2. In the FileSystem editor, navigate to the the left side. Then right click on the application folder and click Add and select folder.
    3. Give the name to the folder
    4. On the right side of the FileSystem editor, right click and select Paste
    5. All the contents of the folder will get copied into the newly created folder in step 2.

    For further information, refer following link https://dzone.com/articles/creating-msisetup-package-c

提交回复
热议问题