Skip to content

Commit

Permalink
installer: allow debugging the ProcessesPage
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Sep 12, 2017
1 parent 9c93d42 commit 8fc7e52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installer/install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,11 @@ begin
*)
ProcessesPage:=CreateCustomPage(
#ifdef DEBUG_WIZARD_PAGE
PrevPageID
#else
wpPreparing
#endif
, 'Replacing in-use files'
, 'The following applications use files that need to be replaced, please close them.'
);
Expand Down

0 comments on commit 8fc7e52

Please sign in to comment.