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