Hello I am new to wpf app development and searching for deployment technologies to deploy and update my WPF application but I was unable to find anything that clears my requirements.
Requirements are:
1) Set default path to program files or Allow clients to choose install path location
2) Update the wpf application through silent mode or provide an update button on my wpf app.
Limitation of deployment technologies what I tried:
ClickOnce
: Client doesn't have option to choose installation path
Windows Installer
: It doesn't support Updater for wpf app.
Squirrel
: Here also I was unable to choose the installation location.
There above are the conclusions that I got from googling for resources to achieve my requirements for deploying the wpf app.
Are there any technologies that supports my requirements for deploying and updating WPF app(these may be wrong please mention if any)