Hi,
I have added a minor upgrade to my Setup. In the original setup all of my dialogs are displayed using InstallScript within the OnFirstUIBefore function. This doesn't get called during my upgrade so none of my dialogs are called.
How can I display my custom dialogs or run InstallScript during an upgrade? I have tried using a Custom Action but can't get it to work.
Thanks in advance!
Ian
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.

Upgrade Problems
Started by
Ian_Arm
, Dec 09 2005 18:10
1 reply to this topic
Posted 13 December 2005 - 14:58
Hi Ian,
You're going to have to look at the other events that are available. Unfortunately the machine I'm on at the moment isn't my dev box so I can't really tell you which one. I know that OnMaintenanceUIBefore is the event that is fired when the user tries to repair/modify/remove the installation... There is probably some event that allows you to script during an upgrade...
Hope this helps!
Peter Mauger
You're going to have to look at the other events that are available. Unfortunately the machine I'm on at the moment isn't my dev box so I can't really tell you which one. I know that OnMaintenanceUIBefore is the event that is fired when the user tries to repair/modify/remove the installation... There is probably some event that allows you to script during an upgrade...
Hope this helps!
Peter Mauger
Edited by PMauger, 13 December 2005 - 15:01.