Ismael Oliveira

Ismael Oliveira

  • 1.6k
  • 122
  • 9.6k

Program instalator in C#, Visual Studio

Sep 12 2022 3:38 PM

I've finished an application in C# using Visual Studio 2022 and need to make an installer for it. I used Microsoft Visual Studio Installer Projects extension and could create the installer which works fine. But I need something else: during instalation, it's necessary to create a folder, then a file and save this file into that folder. But I don't know how to do this in this installer. Does anybody has a solution for this? Thanks.


Answers (7)