Alireza Noori
Alireza Noori

Reputation: 15275

Installer solution for WPF apps (with update/trial support)

I have several WPF applications. And I think the number of apps would grow overtime. I want to create an installer with these features:

If there is a tool which can help me with these, I'll be glad to use it. Commercial tools are fine too. If not, please suggest a streamlined process to achieve the optimal result.

Upvotes: 3

Views: 597

Answers (2)

Bogdan Mitrache
Bogdan Mitrache

Reputation: 11023

Advanced Installer, Enterprise edition, with a good price, has also all these features. To learn the tool I recommend this tutorial, after which you can continue with tutorials for the updater and licensing library(trial support).

Upvotes: 4

Xcalibur37
Xcalibur37

Reputation: 2323

InstallShield will do what you are looking for but it's not cheap. They have really nice wizards, script editors, SQL packaging, version control, etc.

Flexera Software

Visual Studio 2010 / 2012 include the light version, but it can't really do more than wrap an app for installation. All the other advanced features are reserved to the paid versions.

Upvotes: 0

Related Questions