From 8fc7e527f969dc62980fc253fb566fd5ed2b8a75 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 12 Sep 2017 12:34:45 +0200 Subject: [PATCH] installer: allow debugging the ProcessesPage Signed-off-by: Johannes Schindelin --- installer/install.iss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/install.iss b/installer/install.iss index 8f37be4d76..36b32cba9a 100644 --- a/installer/install.iss +++ b/installer/install.iss @@ -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.' );