I have build artifacts in a folder (e.g. FolderTest) that needs to be deployed to a specific folders locations on Windows such as:
C:
FolderA
FileA
FileB
FolderB
FileC
FolderC
FilesD
Is it possible to use Chocolatey to deploy, copy files to different locations and maintain a software in that similar structure so that I can do upgrades, installs, rollbacks? Or should I even not use a package manager or use a different tool.