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

Refreshing a dialog after AskPath


1 reply to this topic

PGreenfield

PGreenfield
  • Members
  • 5 posts

Posted 26 December 2001 - 17:40

In Dialog A, the user is prompted with the installation path of another
application (App 123).  This path is determined through a registry search.
The user has the option to change the path of App 123 by clicking a button,
which invokes the AskPath function.  When the new installation path for
App123 is found and "Next" is clicked on the AskPath window, Dialog A is
displayed, but still contains the original path found in the registry.  If I
refresh the dialog by clicking Next and Back, it updates the path App123.

Is there any way to refresh Dialog A upon returning from AskPath?


SteveKnight

SteveKnight
  • Members
  • 2 posts

Posted 03 January 2002 - 20:49

The OK button on the browse box should have an event:
SetTargetPath
with an argument of:
[_BrowseProperty].
Condition it with 1