I have a WPF project (app1.exe). In order to run app1.exe, user needs to run a few exe files and msi files (e.g. .NET 4.0, speech platform, etc.) to install some libraries before running WPF exe file. Therefore, I want to ask a few things:
- How to create setup file for WPF project?
- How to automatically install dependencies (with specific order) before running setup.exe?
- How to automatically decide x86 or x64 files to install?