From d87847bd14a248488a1d108ecbbf5c7ce4de2099 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 12 Jul 2016 19:44:23 +0100 Subject: [PATCH] Always allow user to select installer target path If the installer is run and LOOT is already installed, it will use the existing directory by default. Before this commit, it would not give the user the option to change this default, so if the drive no longer existed an error would occur. Fixes #591. --- scripts/installer.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/installer.iss b/scripts/installer.iss index ece02591..f326034e 100644 --- a/scripts/installer.iss +++ b/scripts/installer.iss @@ -42,6 +42,7 @@ OutputDir=build SetupIconFile=resources\icon.ico Compression=lzma SolidCompression=yes +DisableDirPage=no DisableReadyPage=yes DisableProgramGroupPage=yes