Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

upgrade issue


1 reply to this topic

shrinu9

shrinu9
  • Full Members
  • 5 posts

Posted 10 September 2009 - 10:11

We have different installers for product A , B , C , D
Now we have developed a pack installer which will install all of the products. what I did is , I created each product as a feature in the pack installer.

Now what I want is ,
how can I upgrade "A" or "B" or "C" Products with my pack installer?
"A" product has different product code and different upgrade code. for all other products also different.

Or how can I just remove entry from Add/Remove Programs without uninstalling the existing files and folders.
if any way is there.. does it effect any other ways?

Please let me know soon.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 10 September 2009 - 13:35

You could do this by making the new version a Major Upgrade, and adding Major Upgrade entries for each of the old installers.
Alternatively, look into MSI chaining. In this case you would keep the separate packages for A , B , C , D but install them in one transaction.