Setup for several editions

  • Thread starter Thread starter Christof Nordiek
  • Start date Start date
C

Christof Nordiek

Hi,

my apllication will have several editions one simple and one with additional
features.
The user shall be able to uprade from the simple to the extended version.
The extended
version will replace the simple.
My question is, what is the best way to accomplish the upgrade. Would it be
a good
idea to handle them like different versions using the
RemovePreviousVersion-Property?
Is there a better way?

thanks
Christof
 
Hi,

It depends of how your app is designed, if the "premium" features use a
plug-in architecture it could be as simple as replacing (or adding) a dll.

Of course for removepreviousversion to work well both the premium and the
lite version should be the same application, otherwise win. installer will
not tag the lite as a previous version.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top