0

I try to create an installer for an C# WPF App with VS2019. For a single app with the "Setup Project" or "Setup Wizard" of VS these solutions works fine.

For my purpose, I need four steeps inside a single installer:

  • Install Docker
  • Run a batch file
  • Visual C++ Redistributable
  • Install C# WPF App

Is this possible, without to write an own Installer-Program?

Thx in advance

AndreStony
  • 87
  • 6
  • Is there a particular reason you need the end user to install Docker? – Tyler McEntee Feb 18 '22 at 19:43
  • Does this answer your question? [How to make an installer for my C# application?](https://stackoverflow.com/questions/2251062/how-to-make-an-installer-for-my-c-sharp-application) You should definitely NOT write your own installer. If the VS support is not available try something free like Wix Toolset, or something other paid tool that makes the job easier (WiX is very powerful, but it has a steep learning curve). – Bogdan Mitrache Feb 21 '22 at 10:09

0 Answers0