valiot
Posts: 77
Joined: Tue Dec 04, 2012 1:41 am

Help with upgrade message text.

I want to add a custom message to my welcome dialog (I have AI Enterprise) which informs the user during an upgrade. For example:

"We have detected you have version V1.0 of the app installed. This installer will upgrade you to V2.0. Click next to proceed."

How do I do that?
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Help with upgrade message text.

Hello,

In order to achieve what you want you can add registry search (i.e. OLDER_VERSION), on "Search" page, which will search for an older package version. Then, you can add on "WelcomeDlg" a static text control, containing the desired message text, with two control conditions like this:
  • Condition: OLDPRODUCTS
    Action: Show

    Condition: NOT OLDPRODUCTS
    Action: Hide
Let us know if this helped, otherwise please give us more details about your scenario.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”